summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-10 17:33:31 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-10 17:33:31 +0100
commitc94e1ff1e9d3ddf4d21fcdaa735abed6660d15e4 (patch)
tree42748512378487f35bc3e5f2b4a4fa4139c3ff98 /bin/reproducible_create_meta_pkg_sets.sh
parent7b17b69d8d525fd9da047e82a4dab57a6eef138a (diff)
downloadjenkins.debian.net-c94e1ff1e9d3ddf4d21fcdaa735abed6660d15e4.tar.xz
reproducible Debian: use stretch manifest for tails pkg set again (now that it has been repaired)
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 177bf432..1ab2a880 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -342,7 +342,7 @@ update_pkg_set_specific() {
fi
;;
tails) # tails
- URL="https://nightly.tails.boum.org/build_Tails_ISO_devel/lastSuccessful/archive/latest.iso.build-manifest"
+ URL="https://nightly.tails.boum.org/build_Tails_ISO_feature-stretch/lastSuccessful/archive/latest.iso.build-manifest"
echo "Downloading $URL now."
curl $URL > $TMPFILE
if ! grep '404 Not Found' $TMPFILE ; then