summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-07 18:27:08 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-07 18:27:08 +0100
commitff42654bf945f9b5c5869dd8b305a9168784ceb6 (patch)
tree67118fe0dc4eafb2c27e5c82561046d0f8066a3f /bin/reproducible_create_meta_pkg_sets.sh
parentf273ecd2bd9797cfb3be76eefc117553480d45d4 (diff)
downloadjenkins.debian.net-ff42654bf945f9b5c5869dd8b305a9168784ceb6.tar.xz
reproducible Debian: update URL for latest tails ISO manifest
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh2
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