[projects/cleanbuild] no point building heavy debug packages in cleanbuild

glen glen at pld-linux.org
Fri Jan 1 23:29:54 CET 2016


commit 98efb01931c553256156f6543a5c5f6b6152dc53
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Jan 2 00:29:37 2016 +0200

    no point building heavy debug packages in cleanbuild

 cleanbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cleanbuild b/cleanbuild
index 38d37ed..59509ce 100755
--- a/cleanbuild
+++ b/cleanbuild
@@ -491,7 +491,7 @@ while true; do
 	fi
 	./findunusedbr -c $CHDIR $HOME/rpm/packages/$build_pkg/$build_pkg.spec
 	title "building"
-	./teeboth $buildlog chroot $CHDIR su $USER -c "$CHHOME/rpm/packages/builder -nn -bb $build_pkg $builder_options"
+	./teeboth $buildlog chroot $CHDIR su $USER -c "$CHHOME/rpm/packages/builder -nn --define '_enable_debug_packages 0' -bb $build_pkg $builder_options"
 	ECODE=$?
 
 	if grep -q "error: Failed build dependencies:" $buildlog; then
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/98efb01931c553256156f6543a5c5f6b6152dc53



More information about the pld-cvs-commit mailing list