index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/seed-build-list | 2 |
diff --git a/bin/seed-build-list b/bin/seed-build-list index bdaa227..0e43f39 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -2,6 +2,8 @@ # seed the build list from differences between an x86_64 and our master mirror +# shellcheck disable=SC2119,SC2120 + # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |