index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-02-01 11:51:58 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-01 11:51:58 +0100 |
commit | 8d3d7cabdad3b873722064632968f3ce916b3e99 (patch) | |
tree | d213fce4bf02db2789c5f292287ccb4faa1998a7 /bin/db-update | |
parent | b8a0ed85a347f35a6c34723f80b4a7355f577785 (diff) |
-rwxr-xr-x | bin/db-update | 6 |
diff --git a/bin/db-update b/bin/db-update index fe45f41..35fd223 100755 --- a/bin/db-update +++ b/bin/db-update @@ -20,11 +20,9 @@ # 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: save information in database -# TODO: add possibility to manually clone a (binary) package (e.g. -# for build-support) - this should also be possible via email +# TODO: read information from database # shellcheck disable=SC2039 # shellcheck source=conf/default.conf |