diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-07 18:27:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-07 18:27:08 +0100 |
commit | ff42654bf945f9b5c5869dd8b305a9168784ceb6 (patch) | |
tree | 67118fe0dc4eafb2c27e5c82561046d0f8066a3f /bin | |
parent | f273ecd2bd9797cfb3be76eefc117553480d45d4 (diff) | |
download | jenkins.debian.net-ff42654bf945f9b5c5869dd8b305a9168784ceb6.tar.xz |
reproducible Debian: update URL for latest tails ISO manifest
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index eadd4449..8fcf2a32 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -453,7 +453,7 @@ 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 - URL="http://nightly.tails.boum.org/build_Tails_ISO_feature-stretch/lastSuccessful/archive/latest.iso.build-manifest" + URL="https://nightly.tails.boum.org/build_Tails_ISO_devel/lastSuccessful/archive/latest.iso.build-manifest" echo "Downloading $URL now." curl $URL > $TMPFILE if ! grep '<title>404 Not Found</title>' $TMPFILE ; then |