From 778e6a9353b788c7599017a04cce2a8e0896364d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 20 Nov 2017 19:55:36 +0100 Subject: bin/common-functions: update bug tracker url to https --- bin/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf