diff options
author | Erich Eckner <git@eckner.net> | 2017-11-29 09:02:24 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-29 09:02:24 +0100 |
commit | ead5de6e01b799ef9b1e39ccbd72fb4bcdbfb524 (patch) | |
tree | 9c04da7be197d21d3ba7b8c85e5c6905ced71959 | |
parent | ac2d1aab5b78b88775e239403a6793c244230b79 (diff) | |
download | builder-ead5de6e01b799ef9b1e39ccbd72fb4bcdbfb524.tar.xz |
bin/db-update: add TODO
-rwxr-xr-x | bin/db-update | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update index 6abc13c..aeef518 100755 --- a/bin/db-update +++ b/bin/db-update @@ -16,6 +16,10 @@ # TODO: handle dependencies of parts of a split package separately +# TODO: improve tracking of packages: +# track packages in stable, too +# know _exactly_ in which repository the packages are + # shellcheck disable=SC2039 # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" |