From bd2345c24dd8d3c731fc4d840ddd2bedc5cb68e1 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 25 Aug 2009 13:13:25 -0700 Subject: Quiet sourceball output when license is skipped Signed-off-by: Aaron Griffin --- misc-scripts/make-sourceball | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc-scripts') diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index f93ab2a..9f565f7 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -71,7 +71,8 @@ create_srcpackage() { echo "Creating source tarball for $pkgname-$pkgver-$pkgrel" if ! chk_license ${license[@]}; then - echo -e "\t$pkgname license (${license[@]}) does not require source tarballs" >&2 + #Removed so as not to clutter failed.txt + #echo -e "\t$pkgname license (${license[@]}) does not require source tarballs" >&2 cleanup 0 fi -- cgit v1.2.3-24-g4f1b