[projects/cleanbuild] make multilib excludes configurable

glen glen at pld-linux.org
Sun Mar 16 02:06:26 CET 2014


commit 738a052436e81a60bb4cbdd1af2ea9dd1a460f4c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Mar 16 03:04:44 2014 +0200

    make multilib excludes configurable

 cleanbuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/cleanbuild b/cleanbuild
index 1265651..b4c05a6 100755
--- a/cleanbuild
+++ b/cleanbuild
@@ -14,6 +14,7 @@ NODEBUG=true
 CLEANAFTER=false
 FORCE_UMOUNT=false
 NOREBUILDDB=true
+MULTILIB=false
 # Whatever you set here as value, consider that it may not be shorter than
 # /usr/lib/debug (or /usr/src/debug) for debuginfo to work.
 # You get "Only dest dir longer than base dir not supported" error otherwise.
@@ -232,12 +233,15 @@ ignore \
 	ghostscript-esp \
 	perl-Scalar-List-Utils \
 	perl-ExtUtils-Install \
-	\*-multilib-\* \
 	phonon-backend-mplayer phonon-backend-vlc \
 	icedtea6-jre java-sun-jre java5-sun-jre libgcj oracle-java7-jre \
 	gnome-menus \
 	gnome-speech-driver-festival gnome-speech-driver-speech-dispatcher
 
+if ! $MULTILIB; then
+	ignore '*-multilib-*'
+fi
+
 rebuilddb()
 {
 	$NOREBUILDDB || rpm --root=$CHDIR --rebuilddb
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/738a052436e81a60bb4cbdd1af2ea9dd1a460f4c



More information about the pld-cvs-commit mailing list