[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: setup_pbuilder: fixup check for patched packages after we moved off alioth
Mattia Rizzolo
gitlab at salsa.debian.org
Wed Sep 26 22:35:24 BST 2018
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
1cc7bcd6 by Mattia Rizzolo at 2018-09-26T21:34:47Z
reproducible debian: setup_pbuilder: fixup check for patched packages after we moved off alioth
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/reproducible_setup_pbuilder.sh
Changes:
=====================================
bin/reproducible_setup_pbuilder.sh
=====================================
@@ -100,7 +100,7 @@ apt-cache policy
echo
dpkg -l
echo
-for i in \$(dpkg -l |grep ^ii |awk -F' ' '{print \$2}'); do apt-cache madison "\$i" | head -1 | grep reproducible.alioth.debian.org || true ; done
+for i in \$(dpkg -l |grep ^ii |awk -F' ' '{print \$2}'); do apt-cache madison "\$i" | head -1 | grep reproducible-builds.org || true ; done
echo
EOF
}
@@ -154,7 +154,7 @@ setup_pbuilder() {
echo
echo "Now let's see whether the correct packages where installed..."
for PKG in ${PACKAGES} ; do
- egrep "http://reproducible.alioth.debian.org/debian(/|) ./ Packages" ${LOG} \
+ egrep "http://tests.reproducible-builds.org/debian/repository/debian(/|) ./ Packages" ${LOG} \
| grep -v grep | grep "${PKG} " \
|| ( echo ; echo "Package ${PKG} is not installed at all or probably rather not in our version, so removing the chroot and exiting now." ; sudo rm -v /var/cache/pbuilder/${NAME}-new.tgz ; rm $LOG ; exit 1 )
done
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/1cc7bcd6a609aa80a52c031bcfb1a0f639ed0d3f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/1cc7bcd6a609aa80a52c031bcfb1a0f639ed0d3f
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/20180926/0cee4cb9/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list