[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 3 commits: reproducible Debian rebuilder prototype: drop workaround for #955050 as this...
Holger Levsen
gitlab at salsa.debian.org
Sun Feb 28 17:58:36 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d452797d by Holger Levsen at 2021-02-28T18:39:11+01:00
reproducible Debian rebuilder prototype: drop workaround for #955050 as this has been fixed in src:devscripts
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2202e4ab by Holger Levsen at 2021-02-28T18:41:40+01:00
reproducible Debian rebuilder prototype: drop note about #955050 which has been fixed in src:devscripts
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
9ca30125 by Holger Levsen at 2021-02-28T18:55:31+01:00
switch ionos7 to bullseye (hosts running buildinfos.d.n and rebuilder prototype)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_debian_rebuilder_prototype.sh
- + hosts/ionos7-amd64/etc/apt/sources.list
Changes:
=====================================
bin/reproducible_debian_rebuilder_prototype.sh
=====================================
@@ -142,15 +142,9 @@ cd $BTPKG
output_echo "downloading $URLPATH/$FILE"
curl $URLPATH/$FILE > $FILE
if head -1 $FILE | grep -q 'BEGIN PGP SIGNED MESSAGE' ; then
- TMPFILE=$(mktemp -t debrebuild-buildinfo.XXXXXXXX)
- cp $FILE $TMPFILE
- # workaround #955050 in devscripts: debrebuild: please accepted signed .buildinfo files
- cat $TMPFILE | gpg > $FILE || true # we cannot validate the signature and we don't care
- rm $TMPFILE
- echo
- output_echo "$URLPATH/$FILE with gpg signature stripped:"
+ output_echo "info: $URLPATH/$FILE with gpg signature stripped:"
else
- output_echo "$URLPATH/$FILE is unsigned:"
+ output_echo "info: $URLPATH/$FILE is unsigned:"
fi
cat $FILE
mv $FILE ..
@@ -215,7 +209,6 @@ fi
# - workaround #955123 in devscripts: debrebuild: please provide --sbuild-output-only option
# - using tail
# - workaround yet unfiled bug in devscript by tail -2 | grep -v BASE_DIST... (see above)
-# - no solution yet to rebuild using the same path as the original build: see #964722
output_echo "trying to re-sbuild $PKG..."
SBUILD=$(tail -2 $DEBREBUILD | grep '^SBUILD_CMDLINE=' | cut -d '=' -f2- )
output_echo "using this sbuild command line:"
=====================================
hosts/ionos7-amd64/etc/apt/sources.list
=====================================
@@ -0,0 +1,11 @@
+deb http://deb.debian.org/debian/ bullseye main contrib non-free
+#deb-src http://deb.debian.org/debian/ bullseye main contrib non-free
+
+deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
+#deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
+
+#deb http://security.debian.org/ bullseye/updates main contrib non-free
+#deb-src http://security.debian.org/ bullseye/updates main contrib non-free
+
+deb http://deb.debian.org/debian/ bullseye-backports main contrib non-free
+#deb-src http://deb.debian.org/debian/ bullseye-backports main contrib non-free
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/ce6caae67e27522624882f7075757ea32d22e1ea...9ca30125b8294455ad3024add5c84caddf339dba
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/ce6caae67e27522624882f7075757ea32d22e1ea...9ca30125b8294455ad3024add5c84caddf339dba
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20210228/5c874f25/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list