From 1536ba90d8bc87f057947cded87497337fb1c5a3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 23 Jul 2018 15:28:52 +0200 Subject: bin/get-package-updates: add TODO --- bin/get-package-updates | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/get-package-updates') 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=$( { -- cgit v1.2.3-54-g00ecf