diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-21 13:33:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-21 13:33:09 +0100 |
commit | 3f07f90c0693973a19b000c292f6093ff098c4df (patch) | |
tree | 8823e07a3ef58e97f1b984697df522dc10287c5d /bin | |
parent | e3bfe0578abfcd5e73e4b2ad2655acb71e6c12c4 (diff) | |
download | jenkins.debian.net-3f07f90c0693973a19b000c292f6093ff098c4df.tar.xz |
reproducible: adopt URL to changed path in tails pkg sets sources
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index a0fce89f..0f72cfbd 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -292,8 +292,8 @@ update_pkg_sets() { # tails if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[16]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[16]}.pkgset ] ; then - curl http://nightly.tails.boum.org/build_Tails_ISO_feature-testing/lastSuccessful/archive/latest.iso.binpkgs > $TMPFILE - curl http://nightly.tails.boum.org/build_Tails_ISO_feature-testing/lastSuccessful/archive/latest.iso.srcpkgs >> $TMPFILE + curl http://nightly.tails.boum.org/build_Tails_ISO_feature-stretch/lastSuccessful/archive/latest.iso.binpkgs > $TMPFILE + curl http://nightly.tails.boum.org/build_Tails_ISO_feature-stretch/lastSuccessful/archive/latest.iso.srcpkgs >> $TMPFILE if ! grep '<title>404 Not Found</title>' $TMPFILE ; then echo "parsing $TMPFILE now..." packages_list_to_deb822 |