index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 1 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 724e261..e6bfa29 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -450,6 +450,7 @@ touch "${tmp_dir}/black-listed" sort -u > \ "${tmp_dir}/black-listed-new" +# TODO: this should be a stored procedure while [ -s "${tmp_dir}/black-listed-new" ]; do cat \ "${tmp_dir}/black-listed-new" \ |