index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-07-31 10:12:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-31 10:12:44 +0200 |
commit | c817a6425e1ab2ec5fe863ee732dc687ac01e40e (patch) | |
tree | 30ce8cd19b658ec3426e5b1af90df1775ef1d315 /bin | |
parent | 3fd6b22f5a5b9976e32eb58a2a76a3034173873c (diff) |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 6599d7d..4258a6e 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -581,7 +581,7 @@ echo 'Done - mark decisions as final.' printf ' OR `bl`.`arch`=%s' \ "${architecture_ids__any}" printf ') SET `build_assignments`.`is_black_listed`=`bl`.`reason`;\n' - printf 'DROP TEMPORARY TABLE `bl`;\n' + printf 'DROP TEMPORARY TABLE `blacklist`;\n' printf 'COMMIT;\n' # update hashes of repositories in mysql database |