index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 3 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index d6d1576..1b3bd68 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -422,6 +422,9 @@ echo 'apply blacklisting' # ignore blacklisted packages and dependent packages # this is the first time when all the information is available and up to date +# TODO: use 'LOAD DATA LOCAL INFILE "%s" INTO TABLE `%s`' instead of +# "INSERT IGNORE INTO `%s` VALUES ..." + black_listed='' black_listed_new=$( { |