summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-03 14:36:14 +0200
committerErich Eckner <git@eckner.net>2018-05-03 14:36:14 +0200
commit0dc5104fae587127b9219ca9e79f434d64c5bb90 (patch)
treee50558a50ae9df552e0c1ce25fd1a436fe3b78ea /bin
parent05f9e7441da092c9353c8bd4a050aab9868b2e22 (diff)
downloadbuilder-0dc5104fae587127b9219ca9e79f434d64c5bb90.tar.xz
add several todos
Diffstat (limited to 'bin')
-rwxr-xr-xbin/copy-to-build-support2
-rwxr-xr-xbin/db-update2
-rwxr-xr-xbin/delete-packages2
3 files changed, 6 insertions, 0 deletions
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"
diff --git a/bin/db-update b/bin/db-update
index 98bc884..28e9861 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -12,6 +12,8 @@
# TODO: we should delete more packages than just the ones in repositories
# where we move to (think of [extra] -> [community])
+# TODO: enable separate repositories for each architecture
+
# shellcheck disable=SC2039
# shellcheck source=../conf/default.conf
. "${0%/*}/../conf/default.conf"
diff --git a/bin/delete-packages b/bin/delete-packages
index 1d4b230..5f60b40 100755
--- a/bin/delete-packages
+++ b/bin/delete-packages
@@ -15,6 +15,8 @@
# TODO: delete other to-be-deleted packages if asked to do so
+# TODO: enable separate repositories for each architecture
+
# shellcheck disable=SC2016
usage() {
>&2 echo ''