[Git][reproducible-builds/diffoscope][master] 3 commits: Open changelog for the next release
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Wed Mar 1 21:15:18 UTC 2023
Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope
Commits:
229fa3d6 by Mattia Rizzolo at 2023-03-01T20:25:04+01:00
Open changelog for the next release
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
9e525a8e by Mattia Rizzolo at 2023-03-01T22:13:44+01:00
gitlab-ci: Don't try to install packages that are not available in bullseye
Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
4e5cab15 by Mattia Rizzolo at 2023-03-01T22:14:53+01:00
ubuntu has been consistently passing recently, so let's try to keep it passing!
Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
2 changed files:
- .gitlab-ci.yml
- debian/changelog
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -30,12 +30,14 @@ testing:
stable-bpo:
<<: *test
image: debian:stable-backports
- allow_failure: true
+ before_script:
+ - set -e; for pkg in coreboot-utils python3-pypdf; do
+ sed -i "/$pkg/d" debian/control ;
+ done
ubuntu-devel:
<<: *test
image: ubuntu:devel
- allow_failure: true
arch:
stage: test
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+diffoscope (239) UNRELEASED; urgency=medium
+
+ * WIP (Generated on release).
+ * Target experimental.
+
+ -- Mattia Rizzolo <mattia at debian.org> Wed, 01 Mar 2023 20:21:13 +0100
+
diffoscope (238) unstable; urgency=medium
* autopkgtest: fix tool name in the skippable list.
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/35ab3a12807e861d16c1d52f4d01960ff2ffb01e...4e5cab15d8287e2bacaad6846fbd145cad6cf2b8
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/35ab3a12807e861d16c1d52f4d01960ff2ffb01e...4e5cab15d8287e2bacaad6846fbd145cad6cf2b8
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/20230301/186d2cad/attachment.htm>
More information about the rb-commits
mailing list