index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-31 13:27:18 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-31 13:27:18 +0200 |
commit | 8dde526290718371b6da178c65955d431910fd97 (patch) | |
tree | b758ee02e490fa2c1348ff780699a50330bdae03 /bin/copy-to-build-support | |
parent | 38839007b3cbcdc91bea10c7e1328a2f12a942af (diff) |
-rwxr-xr-x | bin/copy-to-build-support | 4 |
diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support index a42ca31..addd45c 100755 --- a/bin/copy-to-build-support +++ b/bin/copy-to-build-support @@ -126,9 +126,9 @@ sed -n ' # shellcheck disable=SC2016 { printf 'INSERT IGNORE INTO `binary_packages_in_repositories`' - printf ' (`repository`,`package`)' + printf ' (`repository`,`package`,`is_to_be_deleted`)' # shellcheck disable=SC2154 - printf ' VALUES (%s,%s);\n' \ + printf ' VALUES (%s,%s,0);\n' \ "${repository_ids__i686_build_support}" \ "${id}" printf 'SELECT LAST_INSERT_ID();\n' |