[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: explain what's downloaded
Holger Levsen
holger at layer-acht.org
Mon Nov 7 17:20:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit fa668a7768cb1b21eb1ee42e7aafdd392c22aadf
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Nov 7 18:20:06 2016 +0100
reproducible Debian: explain what's downloaded
---
bin/reproducible_create_meta_pkg_sets.sh | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index ca6f0e9..351ab04 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -421,7 +421,9 @@ update_pkg_sets() {
# grml
progress_info_begin 20
if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[20]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[20]}.pkgset ] ; then
- curl http://grml.org/files/grml64-full_latest/dpkg.selections | cut -f1 > $TMPFILE
+ URL="http://grml.org/files/grml64-full_latest/dpkg.selections"
+ echo "Downloading $URL now."
+ curl $URL | cut -f1 > $TMPFILE
if ! grep '<title>404 Not Found</title>' $TMPFILE ; then
echo "parsing $TMPFILE now..."
packages_list_to_deb822
@@ -452,7 +454,9 @@ update_pkg_sets() {
# tails
progress_info_begin 22
if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[22]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[22]}.pkgset ] ; then
- curl http://nightly.tails.boum.org/build_Tails_ISO_feature-stretch/lastSuccessful/archive/latest.iso.build-manifest > $TMPFILE
+ URL="http://nightly.tails.boum.org/build_Tails_ISO_feature-stretch/lastSuccessful/archive/latest.iso.build-manifest"
+ echo "Downloading $URL now."
+ curl $URL > $TMPFILE
if ! grep '<title>404 Not Found</title>' $TMPFILE ; then
echo "parsing $TMPFILE now..."
tails_build_manifest_to_deb822 "$TMPFILE" "$PACKAGES"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list