index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 3 |
diff --git a/bin/db-update b/bin/db-update index f5ec07a..13d5f32 100755 --- a/bin/db-update +++ b/bin/db-update @@ -22,6 +22,9 @@ # TODO: read information from database +# TODO: check if package is to be replaced in target repository +# - this needs some special care in the database. + # shellcheck disable=SC2039 # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" |