diff options
author | Erich Eckner <git@eckner.net> | 2018-02-01 13:34:08 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-01 13:34:08 +0100 |
commit | e4fafecf4a2d73c995f5e5befe001f5a2b4a68fa (patch) | |
tree | 9eca54b2508407aefdb687cfbf87f54dc713e087 /bin/common-functions | |
parent | c7ffdfcaea68b6815b4023c97ee234f8908d8f62 (diff) | |
download | builder-e4fafecf4a2d73c995f5e5befe001f5a2b4a68fa.tar.xz |
bin/common-functions: remove obsolete function
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 17 |
1 files changed, 0 insertions, 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 |