diff options
Diffstat (limited to 'db-functions')
-rw-r--r-- | db-functions | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/db-functions b/db-functions index 8e239f1..1ef2901 100644 --- a/db-functions +++ b/db-functions @@ -522,8 +522,9 @@ arch_db_add() { if [[ ! -f "${srcfile}" ]]; then warning "Package file ${pkgfile} not found in ${FTP_BASE}/${PKGPOOL}. skipping" return 0 - else - msg "Adding $pkgfile to [$repo]-$tarch..." + #else + # TODO: echo message in db-add executable so this can be used by db-move without unwanted output + #msg2 "Adding $pkgfile to [$repo]-$tarch..." fi ln -sr "$srcfile" "$dstdir/" |