index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/modify-package-state | 3 |
diff --git a/bin/modify-package-state b/bin/modify-package-state index 3ae5c58..dec3013 100755 --- a/bin/modify-package-state +++ b/bin/modify-package-state @@ -128,9 +128,6 @@ if ! flock -s -n 9; then exit fi -# TODO: handle bug reports, too -# receive_buglist 'Testing' - while read -r package reason; do case "${action}" in 'faulty'|'tested') |