[Git][reproducible-builds/trydiffoscope][master] 3 commits: Only wait for 2 minutes for try.diffoscope.org to respond. (Closes: #998360)
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Wed Nov 3 09:18:32 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / trydiffoscope
Commits:
c959d8a2 by Chris Lamb at 2021-11-03T08:57:38+00:00
Only wait for 2 minutes for try.diffoscope.org to respond. (Closes: #998360)
- - - - -
c755490e by Chris Lamb at 2021-11-03T08:58:03+00:00
Bump Standards-Version to 4.6.0.
- - - - -
29e5554d by Chris Lamb at 2021-11-03T09:16:50+00:00
releasing package trydiffoscope version 67.0.6
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/tests/0002-basic
- setup.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+trydiffoscope (67.0.6) unstable; urgency=medium
+
+ * Only wait for 2 minutes for try.diffoscope.org to respond in autopkgtests.
+ (Closes: #998360)
+ * Bump Standards-Version to 4.6.0.
+
+ -- Chris Lamb <lamby at debian.org> Wed, 03 Nov 2021 08:58:40 +0000
+
trydiffoscope (67.0.5) unstable; urgency=medium
* Autopkgtests:
=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends:
python3-all,
python3-distutils,
python3-docutils,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Homepage: https://try.diffoscope.org/
Vcs-Git: https://salsa.debian.org/reproducible-builds/trydiffoscope.git
Vcs-Browser: https://salsa.debian.org/reproducible-builds/trydiffoscope
=====================================
debian/tests/0002-basic
=====================================
@@ -1,3 +1,3 @@
echo foo > a
echo bar > b
-trydiffoscope a b
+timeout 2m trydiffoscope a b
=====================================
setup.py
=====================================
@@ -4,7 +4,7 @@ from distutils.core import setup
setup(
name='trydiffoscope',
- version='67.0.5',
+ version='67.0.6',
author="Chris Lamb",
author_email="lamby at debian.org",
scripts=('trydiffoscope',),
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/-/compare/4d1f726e6fa0a395b7c27200b6ff477bd97091a7...29e5554de5d448bda538bffe3d508920f99c466a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/-/compare/4d1f726e6fa0a395b7c27200b6ff477bd97091a7...29e5554de5d448bda538bffe3d508920f99c466a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20211103/85d63b12/attachment.htm>
More information about the rb-commits
mailing list