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-remove | |
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-remove')
-rwxr-xr-x | db-remove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ fi echo " Removing from $reponame DB file" cd build/ -/usr/bin/repo-remove "$reponame.db.tar.$DB_COMPRESSION" $packagename +/usr/bin/repo-remove -q "$reponame.db.tar.$DB_COMPRESSION" $packagename /bin/cp "$reponame.db.tar.$DB_COMPRESSION" "$ftppath/" |