summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-06 14:42:48 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-06 14:42:48 +0200
commit25b7dd5c10c0707ae94e92c337924bd942116857 (patch)
tree1bea3fda737d6cd20f6e622f34312aba301f211c /bin/reproducible_create_meta_pkg_sets.sh
parent68f41865892c0758fd630991a79fde74617e87b9 (diff)
downloadjenkins.debian.net-25b7dd5c10c0707ae94e92c337924bd942116857.tar.xz
reproducible Debian: update URL for tails packages list
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 918a3396..dd641c91 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -343,7 +343,7 @@ update_pkg_set_specific() {
fi
;;
tails) # tails
- URL="https://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 '404 Not Found' $TMPFILE ; then