[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian rebuilder prototype: call debrebuild with --timestamp=metasnap

Holger Levsen gitlab at salsa.debian.org
Tue Jan 19 10:11:41 GMT 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
60bd1b84 by Holger Levsen at 2021-01-19T11:09:01+01:00
reproducible Debian rebuilder prototype: call debrebuild with --timestamp=metasnap

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_debian_rebuilder_prototype.sh


Changes:

=====================================
bin/reproducible_debian_rebuilder_prototype.sh
=====================================
@@ -1,7 +1,7 @@
 #!/bin/bash
 # vim: set noexpandtab:
 
-# Copyright 2020 Holger Levsen <holger at layer-acht.org>
+# Copyright 2020-2021 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv2
 
 cat << EOF
@@ -168,7 +168,7 @@ DEBREBUILD=$(mktemp -t debrebuild-cmd.XXXXXXXX)
 output_echo "trying to debrebuild $PKG ($BINARY_VERSION), which means building instructions how to re-create the build environment as specified in $URLPATH/$FILE"
 # workaround: we are using rb-debrebuild here which is a code copy from debrebuild from devscripts.git
 # using --no-respect-build-path is a workaround until sbuild 0.81 is available. see https://salsa.debian.org/debian/devscripts/-/merge_requests/203#note_192500
-/srv/jenkins/bin/rb-debrebuild --no-respect-build-path $FILE 2>&1 | tee $DEBREBUILD
+/srv/jenkins/bin/rb-debrebuild --timestamp=metasnap --no-respect-build-path $FILE 2>&1 | tee $DEBREBUILD
 
 # FIXME: file a bug like '#955123 debrebuild: please provide --sbuild-output-only option' but with --output-only-base-release
 # (parsing the debrebuild output to gather this information is way to fragile)



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/60bd1b843df43d61ce60f68ec211039a267a83c5

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/60bd1b843df43d61ce60f68ec211039a267a83c5
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/20210119/675b0e49/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list