diff options
author | Erich Eckner <git@eckner.net> | 2018-09-25 23:24:00 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-25 23:24:00 +0200 |
commit | 66e5a09a9def89da730b31e39e52430a258027b4 (patch) | |
tree | e5c80046c813baab1f209a431970ab8951c34525 /bin/get-package-updates | |
parent | 1bde639672388022104723bb65d863355b967fc7 (diff) | |
download | builder-66e5a09a9def89da730b31e39e52430a258027b4.tar.xz |
bin/get-package-updates,bin/interpret-mail,bin/slave-build-connect: "INSERT INTO" -> "INSERT IGNORE INTO"
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-x | bin/get-package-updates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index cc4497c..9d8ee25 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -566,7 +566,7 @@ echo 'Done - mark decisions as final.' "$(printf '%s' "${reason}" | base64 -w0)" done | \ sed ' - 1 i INSERT INTO `blacklist` (`arch`,`pkgbase`,`reason`) VALUES + 1 i INSERT IGNORE INTO `blacklist` (`arch`,`pkgbase`,`reason`) VALUES $ s/,$/;/ ' printf 'UPDATE `build_assignments`' |