summaryrefslogtreecommitdiffstats
path: root/misc-scripts/make-sourceball
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-08-25 22:13:25 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-08-25 22:13:25 +0200
commitbd2345c24dd8d3c731fc4d840ddd2bedc5cb68e1 (patch)
tree2c28eee9e82105c026534494460da738ad24671b /misc-scripts/make-sourceball
parent208cf5f55addd91ea6884657737cc62ee81fe0fb (diff)
downloaddbscripts-bd2345c24dd8d3c731fc4d840ddd2bedc5cb68e1.tar.gz
dbscripts-bd2345c24dd8d3c731fc4d840ddd2bedc5cb68e1.tar.xz
Quiet sourceball output when license is skipped
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'misc-scripts/make-sourceball')
-rwxr-xr-xmisc-scripts/make-sourceball3
1 files changed, 2 insertions, 1 deletions
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