index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-07-23 15:28:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-23 15:28:52 +0200 |
commit | 1536ba90d8bc87f057947cded87497337fb1c5a3 (patch) | |
tree | 834dacd70d4ce9680733ee3852a7e7cd0196d53a /bin | |
parent | d0acfbab2ee490d79d3e8d47455581b354c5eefd (diff) |
-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=$( { |