From e4fafecf4a2d73c995f5e5befe001f5a2b4a68fa Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 1 Feb 2018 13:34:08 +0100 Subject: bin/common-functions: remove obsolete function --- bin/common-functions | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/bin/common-functions b/bin/common-functions index a845d24..d7d63f0 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -1234,23 +1234,6 @@ print_list_of_archaic_packages() { sort -u } -# receive_buglist $category -# receive the buglist from bugs.archlinux32.org for $category (e.g. 'Testing') -# and print it to stdout - -receive_buglist() { - local category - category="$1" - curl -LSs 'https://bugs.archlinux32.org/index.php?export_list=Export%20Tasklist' | \ - sed ' - 1 d - /^[^,]\+,"Packages: '"${category}"'",/ ! d - s/^\([^,]\+,\)\{3\}// - s/^\("[^"]\+"\|[^"][^,]*\),"// - s/".*$// - ' -} - # next_sub_pkgrel $package $git_revision $mod_git_revision $repository # giv out the next sub-pkgrel of the given package -- cgit v1.2.3-54-g00ecf