index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-08-06 10:17:39 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-08-06 10:17:39 +0200 |
commit | 42e0c5c69f33849579894bcac033e3b88ad16eaf (patch) | |
tree | a9262405b5604c28537f4028bb7df38c7535d6be /bin/get-package-updates | |
parent | e79888f1da097f23619f9b1667607d2898eb34e8 (diff) |
-rwxr-xr-x | bin/get-package-updates | 1 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 3b7f440..8c692a6 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -425,7 +425,6 @@ echo 'Check modified packages from the last update, and put them to the build li fi fi if [ "${mode}" = 'A' ] || [ "${mode}" = 'M' ]; then - # shellcheck disable=SC2016 { # delete old build assignment and associated binary packages |