[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fixup typo in workaround
Holger Levsen
gitlab at salsa.debian.org
Wed Feb 20 15:46:24 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
273f2c75 by Holger Levsen at 2019-02-20T15:46:17Z
reproducible Debian: fixup typo in workaround
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_compare_Debian_sha1sums.sh
Changes:
=====================================
bin/reproducible_compare_Debian_sha1sums.sh
=====================================
@@ -85,7 +85,7 @@ for package in $packages ; do
pool_dir="$(dirname $(grep-dctrl -X -P ${package} -s Filename -n $PACKAGES))"
mkdir -p $pool_dir
# temp code, only needed to cleanup pool... (from wrong layout before)
- if [ -e ${package_file}.sha1output ] || [ ${package_file}.json ] ; then
+ if [ -e ${package_file}.sha1output ] || [ -e ${package_file}.json ] ; then
mv ${package_file}.sha1output $pool_dir || true
mv ${package_file}.json $pool_dir || true
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/273f2c75b839628d5cf463a4f8c9cbdca348e32d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/273f2c75b839628d5cf463a4f8c9cbdca348e32d
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/20190220/a94ca777/attachment.html>
More information about the Qa-jenkins-scm
mailing list