diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-23 19:21:22 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-23 19:21:22 +0100 |
commit | 36e2c5e42a20d7a941ff574782e29ba87541171b (patch) | |
tree | 5cacfa41e074b90c0fc0e4a4908938aabba778e2 | |
parent | af88446e3531b7eb055754ab94141e5d1542e04d (diff) | |
download | jenkins.debian.net-36e2c5e42a20d7a941ff574782e29ba87541171b.tar.xz |
reproducible tails: use pkg lists from http://nightly.tails.boum.org/build_Tails_ISO_feature-testing instead of …-jessie
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index d10f231e..a0fce89f 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -292,8 +292,8 @@ update_pkg_sets() { # tails if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[16]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[16]}.pkgset ] ; then - curl http://nightly.tails.boum.org/build_Tails_ISO_feature-jessie/lastSuccessful/archive/latest.iso.binpkgs > $TMPFILE - curl http://nightly.tails.boum.org/build_Tails_ISO_feature-jessie/lastSuccessful/archive/latest.iso.srcpkgs >> $TMPFILE + curl http://nightly.tails.boum.org/build_Tails_ISO_feature-testing/lastSuccessful/archive/latest.iso.binpkgs > $TMPFILE + curl http://nightly.tails.boum.org/build_Tails_ISO_feature-testing/lastSuccessful/archive/latest.iso.srcpkgs >> $TMPFILE if ! grep '<title>404 Not Found</title>' $TMPFILE ; then echo "parsing $TMPFILE now..." packages_list_to_deb822 |