index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-01-30 10:22:30 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-30 10:22:30 +0100 |
commit | 6c9b41e2ce003a1920daa2ca7b43365d99fa29dc (patch) | |
tree | 8738107712333d13f6aa578ab6890d33c7a8f7d5 /bin/get-package-updates | |
parent | fd0d0003abae69107063b63ea26d6ce3feac9ecb (diff) |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index d8ecd64..069277a 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -289,7 +289,7 @@ done | \ # shellcheck disable=SC2016 { # delete old build assignment and associated binary packages - # which are not yet build or on the deletion list + # which are not yet built or on the deletion list printf 'DELETE `build_assignments`,`binary_packages`' printf ' FROM `binary_packages`' printf ' JOIN `%s` ON `%s`.`id`=`%s`.`%s`' \ |