summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-09 18:09:17 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-09 18:09:17 +0200
commit6edd7768aedfeacad9d264e3b43fdc4d6d85ea22 (patch)
tree9b455d94beb06e082e9685cfa56de3e6df4becf4
parent59fe3f5548401e263528ca83c1751ed2419ed7de (diff)
downloadjenkins.debian.net-6edd7768aedfeacad9d264e3b43fdc4d6d85ea22.tar.xz
reproducible: update urls of tails package files
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh4
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 c357aa95..1b77f5c6 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -283,8 +283,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/latest.iso.binpkgs > $TMPFILE
- curl http://nightly.tails.boum.org/build_Tails_ISO_feature-jessie/latest.iso.srcpkgs >> $TMPFILE
+ 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
if ! grep '<title>404 Not Found</title>' $TMPFILE ; then
packages_list_to_deb822
convert_from_deb822_into_source_packages_only