diff options
author | Erich Eckner <git@eckner.net> | 2018-01-22 10:00:28 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-22 10:00:28 +0100 |
commit | e542cd450cd69a07eff6fac75790e6182f42c0e6 (patch) | |
tree | 3cc7c9334e1f472aec9a8a673dfc77be0c1d326e /bin/db-update | |
parent | 9cae7aa539fa6c3bee8d5af0ba4504a98e1a3cc2 (diff) | |
download | builder-e542cd450cd69a07eff6fac75790e6182f42c0e6.tar.xz |
bin/db-update: add TODOs
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update index 9ba65ce..343b9d4 100755 --- a/bin/db-update +++ b/bin/db-update @@ -20,6 +20,11 @@ # track packages in stable, too # know _exactly_ in which repository the packages are +# TODO: fully integrate database (in other scripts too) - e.g. rely on +# info in db instead of state-files + +# TODO: remove replaced packages in database, too + # shellcheck disable=SC2039 # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" |