index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-03 14:36:14 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-03 14:36:14 +0200 |
commit | 0dc5104fae587127b9219ca9e79f434d64c5bb90 (patch) | |
tree | e50558a50ae9df552e0c1ce25fd1a436fe3b78ea /bin/copy-to-build-support | |
parent | 05f9e7441da092c9353c8bd4a050aab9868b2e22 (diff) |
-rwxr-xr-x | bin/copy-to-build-support | 2 |
diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support index 5382235..1164c1d 100755 --- a/bin/copy-to-build-support +++ b/bin/copy-to-build-support @@ -2,6 +2,8 @@ # copy the given package(s) into build-support +# TODO: enable separate repositories for each architecture + # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |