index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-11-20 19:55:36 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-20 19:55:36 +0100 |
commit | 778e6a9353b788c7599017a04cce2a8e0896364d (patch) | |
tree | 210c88213d09fca8946b14349b211d45a4a3e0db | |
parent | e63465c8382507e597374e76031da260c3578597 (diff) |
-rwxr-xr-x | bin/common-functions | 2 |
diff --git a/bin/common-functions b/bin/common-functions index e587dd3..517fb41 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -1195,7 +1195,7 @@ print_list_of_archaic_packages() { receive_buglist() { local category category="$1" - curl -Ss 'http://bugs.archlinux32.org/index.php?export_list=Export%20Tasklist' | \ + curl -LSs 'https://bugs.archlinux32.org/index.php?export_list=Export%20Tasklist' | \ sed ' 1 d /^[^,]\+,"Packages: '"${category}"'",/ ! d |