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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to