SVN: toys/tools/cleanbuild/cleanbuild

glen glen at pld-linux.org
Sat Apr 16 18:22:13 CEST 2011


Author: glen
Date: Sat Apr 16 18:22:12 2011
New Revision: 12229

Modified:
   toys/tools/cleanbuild/cleanbuild
Log:
- show active poldek sources

Modified: toys/tools/cleanbuild/cleanbuild
==============================================================================
--- toys/tools/cleanbuild/cleanbuild	(original)
+++ toys/tools/cleanbuild/cleanbuild	Sat Apr 16 18:22:12 2011
@@ -282,9 +282,10 @@
 	mount -t tmpfs -o size=$CHROOTSIZE,relatime /dev/null $CHDIR
 	echo $$ > $CHDIR/.pid
 
-	rpm --root=$CHDIR --initdb 
+	rpm --root=$CHDIR --initdb
 	poldek --up || :
 	poldek -O "ignore=$IGNORE" -u rpm-build pwdutils coreutils
+	echo Poldek exit: $?
 
 	for DIR in dev proc sys; do
 		# We need to create these directories manually, because they are marked
@@ -427,6 +428,9 @@
 }
 
 
+info "Configured Poldek sources"
+poldek -l
+
 maybe_call $FETCH fetch
 
 check_running


More information about the pld-cvs-commit mailing list