From 25b7dd5c10c0707ae94e92c337924bd942116857 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 6 Sep 2017 14:42:48 +0200 Subject: reproducible Debian: update URL for tails packages list Signed-off-by: Holger Levsen --- bin/reproducible_create_meta_pkg_sets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_create_meta_pkg_sets.sh') 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 -- cgit v1.2.3-54-g00ecf