summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-01 13:34:08 +0100
committerErich Eckner <git@eckner.net>2018-02-01 13:34:08 +0100
commite4fafecf4a2d73c995f5e5befe001f5a2b4a68fa (patch)
tree9eca54b2508407aefdb687cfbf87f54dc713e087
parentc7ffdfcaea68b6815b4023c97ee234f8908d8f62 (diff)
downloadbuilder-e4fafecf4a2d73c995f5e5befe001f5a2b4a68fa.tar.xz
bin/common-functions: remove obsolete function
-rwxr-xr-xbin/common-functions17
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