diff options
author | Erich Eckner <git@eckner.net> | 2017-07-15 16:35:58 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-07-15 16:35:58 +0200 |
commit | 404ac613833c4d0de85edb5c99bb8c27eed637a7 (patch) | |
tree | 03967e5e4099bfa8c841c6c630a81d548ce17511 | |
parent | eb86441458f3d3ea0c289e099ab6a58c4731f1bd (diff) | |
download | builder-404ac613833c4d0de85edb5c99bb8c27eed637a7.tar.xz |
bin/db-update: added todo
-rwxr-xr-x | bin/db-update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update index 14fca97..39d972f 100755 --- a/bin/db-update +++ b/bin/db-update @@ -20,6 +20,9 @@ # separate locks for staging, testing (and stable) +# correctly handle if a package moved from community to official or +# vice versa + . "${0%/*}/../conf/default.conf" usage() { |