diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-12 00:14:39 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-12 00:14:39 -0600 |
commit | 123e7560e49e04f9fdd552f9dc47bcedea2ea128 (patch) | |
tree | 1b759f3fb9e4bab24450cbef83067eab48838e4f /db-update | |
parent | 179acc5b66a610a4e9bf584e1b613b886e12cec0 (diff) |
Quiet down repo-add just a bit
This assumes the -q flag patch is accepted for pacman 8)
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ if [ -n "$ADDPKGS" ]; then pkgs="" for pkg in $to_add; do pkgs="$pkgs $(basename $pkg)"; done - /usr/bin/repo-add "$reponame.db.tar.$DB_COMPRESSION" $pkgs + /usr/bin/repo-add -q "$reponame.db.tar.$DB_COMPRESSION" $pkgs else rm -f "build/$reponame.db.tar.$DB_COMPRESSION" echo "Errors found when adding packages" |