index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-01-30 10:20:19 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-30 10:20:19 +0100 |
commit | 491ea7b73d20a2c43a96b8716c0f5335ee27289e (patch) | |
tree | 45cb73c2ca5ef85513cd976d8856a62177a32cec | |
parent | 55c05642d2a49d55c6409beeb948130a305df5b7 (diff) |
-rwxr-xr-x | bin/copy-to-build-support | 2 | ||||
-rwxr-xr-x | bin/create-build-support-package | 2 | ||||
-rwxr-xr-x | bin/delete-packages | 2 |
diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support index 0b3eaf7..351a005 100755 --- a/bin/copy-to-build-support +++ b/bin/copy-to-build-support @@ -11,6 +11,8 @@ # TODO: remove hard-coded package suffixes +# TODO: use the intention-queue + # shellcheck disable=SC2016 usage() { >&2 echo '' diff --git a/bin/create-build-support-package b/bin/create-build-support-package index dc7b7bd..a133e86 100755 --- a/bin/create-build-support-package +++ b/bin/create-build-support-package @@ -5,6 +5,8 @@ # TODO: remove hard-coded package suffixes +# TODO: use the intention-queue + # shellcheck disable=SC2016 usage() { >&2 echo 'usage:' diff --git a/bin/delete-packages b/bin/delete-packages index 2ce04d7..1a74bf5 100755 --- a/bin/delete-packages +++ b/bin/delete-packages @@ -11,6 +11,8 @@ # shellcheck disable=SC2039,SC2119,SC2120 +# TODO: use the intention-queue + # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" |