summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/db-update3
-rwxr-xr-xbin/delete-packages2
-rwxr-xr-xbin/get-package-updates2
-rwxr-xr-xbin/seed-build-list2
4 files changed, 9 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update
index b11945c..fe45f41 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -23,6 +23,9 @@
# TODO: fully integrate database (in other scripts too) - e.g. rely on
# info in db instead of state-files
+# TODO: add possibility to manually clone a (binary) package (e.g.
+# for build-support) - this should also be possible via email
+
# shellcheck disable=SC2039
# shellcheck source=conf/default.conf
. "${0%/*}/../conf/default.conf"
diff --git a/bin/delete-packages b/bin/delete-packages
index a6e3f14..26d323a 100755
--- a/bin/delete-packages
+++ b/bin/delete-packages
@@ -13,6 +13,8 @@
# shellcheck source=conf/default.conf
. "${0%/*}/../conf/default.conf"
+# TODO: finish this
+
# shellcheck disable=SC2016
usage() {
>&2 echo ''
diff --git a/bin/get-package-updates b/bin/get-package-updates
index daa68a7..2d113f1 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -9,6 +9,8 @@
# TODO: Find out, why sometimes package updates are missed.
+# TODO: mark loops in mysql database
+
# shellcheck disable=SC2016
usage() {
>&2 echo ''
diff --git a/bin/seed-build-list b/bin/seed-build-list
index feea704..78b29ba 100755
--- a/bin/seed-build-list
+++ b/bin/seed-build-list
@@ -5,6 +5,8 @@
# shellcheck source=conf/default.conf
. "${0%/*}/../conf/default.conf"
+# TODO: put new packages also in mysql database
+
# shellcheck disable=SC2016
usage() {
>&2 echo ''