[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian rebuilder 'thing': use the binary Packages file
Holger Levsen
gitlab at salsa.debian.org
Fri May 1 03:36:55 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b17e84d7 by Holger Levsen at 2020-05-01T04:36:46+02:00
reproducible Debian rebuilder 'thing': use the binary Packages file
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
=====================================
@@ -56,7 +56,7 @@ SUITE=bullseye
DISTNAME="$SUITE-$ARCH"
PACKAGES=$(ls $CHPATH/$DISTNAME/var/lib/apt/lists/*_dists_${SUITE}_main_binary-${ARCH}_Packages)
SOURCES=$(ls $CHPATH/$DISTNAME/var/lib/apt/lists/*_dists_${SUITE}_main_source_Sources)
-export PKG=$(grep-available . -s Package $SOURCES|sort -R | head -1 | cut -d ' ' -f2)
+export PKG=$(grep-available . -s Package $PACKAGES | sort -R | head -1 | cut -d ' ' -f2)
export VERSION=$(grep-available -S $PKG -s Version $SOURCES | head -1 | cut -d ' ' -f2)
output_echo "let's try to rebuild $PKG ($VERSION) from $SUITE/$ARCH"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b17e84d7e49282ed6ad05160cb50b3fad4fef6c6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b17e84d7e49282ed6ad05160cb50b3fad4fef6c6
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/20200501/06555875/attachment.html>
More information about the Qa-jenkins-scm
mailing list