diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-02-04 16:15:31 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-02-04 16:15:31 -0500 |
commit | 9df5198acf0088ce8818bee9b3c9fbf44a26628d (patch) | |
tree | d9ede9885f72e62e5ab410da969f42cb06b2030e /cron-jobs/sourceballs | |
parent | b22c5538ee8840e7f5f6082f7a337ce43e49ac3b (diff) |
Remove 'skipping' output. Not needed
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'cron-jobs/sourceballs')
-rwxr-xr-x | cron-jobs/sourceballs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/sourceballs b/cron-jobs/sourceballs index 00ca5e3..03b8209 100755 --- a/cron-jobs/sourceballs +++ b/cron-jobs/sourceballs @@ -46,6 +46,7 @@ getpkgname() { echo ${tmp%-*-*} } + FAILED_PKGS="" for repo in $repos; do @@ -59,7 +60,6 @@ for repo in $repos; do srcpkg="${pkg//-$arch$PKGEXT/$SRCEXT}" if grep $pkgname "$dirname/sourceballs.skip" >/dev/null 2>&1; then - echo ":: Skipping package '$pkgname'" continue fi |