diff options
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 /bin/common-functions | |
parent | e63465c8382507e597374e76031da260c3578597 (diff) | |
download | builder-778e6a9353b788c7599017a04cce2a8e0896364d.tar.xz |
bin/common-functions: update bug tracker url to https
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 |