[Git][reproducible-builds/strip-nondeterminism][debian] 5 commits: No need to specify not building the "debian" branch; it has no .gitlab-ci.yml.
Chris Lamb
gitlab at salsa.debian.org
Mon Jul 15 13:42:13 UTC 2019
Chris Lamb pushed to branch debian at Reproducible Builds / strip-nondeterminism
Commits:
568676f8 by Chris Lamb at 2019-07-15T13:37:22Z
No need to specify not building the "debian" branch; it has no .gitlab-ci.yml.
- - - - -
a2859399 by Chris Lamb at 2019-07-15T13:37:30Z
Don't build (release) tags.
- - - - -
7d0d8da3 by Chris Lamb at 2019-07-15T13:39:26Z
Release version 1.2.2
- - - - -
3a3fc57f by Chris Lamb at 2019-07-15T13:40:27Z
Merge tag '1.2.2' into debian
Release version 1.2.2
* tag '1.2.2':
Release version 1.2.2
Don't build (release) tags.
No need to specify not building the "debian" branch; it has no .gitlab-ci.yml.
- - - - -
4944e57f by Chris Lamb at 2019-07-15T13:41:45Z
Update changelog for 1.2.2-1 release
- - - - -
3 changed files:
- .gitlab-ci.yml
- debian/changelog
- lib/File/StripNondeterminism.pm
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -3,7 +3,7 @@ image: debian:unstable
test:
stage: test
except:
- - debian
+ - tags
before_script:
- apt-get -q update
- mount -o remount,rw /dev
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+strip-nondeterminism (1.2.2-1) unstable; urgency=medium
+
+ * Actually replace all instances of libmonkey-patch-perl with
+ libsub-override-perl (re. #931730)
+ * Update gitlab-ci.yml:
+ - No need to specify not building the "debian" branch; it has no
+ build configuration file.
+ - Don't build (release) tags.
+
+ -- Chris Lamb <lamby at debian.org> Mon, 15 Jul 2019 10:41:41 -0300
+
strip-nondeterminism (1.2.1-1) unstable; urgency=medium
[ Niko Tyni ]
=====================================
lib/File/StripNondeterminism.pm
=====================================
@@ -25,7 +25,7 @@ use POSIX qw(tzset);
our($VERSION, $canonical_time, $clamp_time);
-$VERSION = '1.2.1'; # <https://semver.org/>
+$VERSION = '1.2.2'; # <https://semver.org/>
sub init() {
$ENV{'TZ'} = 'UTC';
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/compare/6cf9a15eb3cb2dcaae0305a153c98ad0054f4ded...4944e57fb23528880d7b8cc6c5949a564a630a79
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/compare/6cf9a15eb3cb2dcaae0305a153c98ad0054f4ded...4944e57fb23528880d7b8cc6c5949a564a630a79
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/20190715/bfb4cfba/attachment.html>
More information about the rb-commits
mailing list