commit 18ef31a8e2cce4b830e8007e48a15f3adf4ec2c4
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Jun 15 19:54:37 2014 +0300

    update blacklist; verbosity

 cleanbuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/cleanbuild b/cleanbuild
index 92f0ca0..47c7474 100755
--- a/cleanbuild
+++ b/cleanbuild
@@ -217,12 +217,14 @@ for D in installed buildlogs $CACHEDIR; do
 done
 
 ignore \
-       vserver-packages \
        upstart\* \
+       upstart \
        compat-\* \
        systemd-init \
-       kmod \
+       hhvm \
+       vserver-packages \
        xorg-driver-video-fglrx\* xorg-driver-video-nvidia\* 
xorg-xserver-xgl-libGL \
+       xorg-driver-video-vboxvideo \
        xorg-data-xbitmaps \
        compat-gcc\* \
        libpng1\* \
@@ -388,7 +390,7 @@ builddie()
 LAST_INSTALL=""
 poldek_install()
 {
-       I="$1";
+       local I="$1" ret
        # Nothing to install
        [ -n "$I" ] || return 1
        # Installing same packets second time
@@ -411,7 +413,9 @@ poldek_install()
        [ -n "$ret" ] && return $ret
 
        # try harder
+       info "Poldek install failed, retry without ignore"
        poldek -u $I && return 0
+       info "Poldek install failed, retry once more without ignore"
        poldek -u $I && return 0
        warn "Poldek:" "Could not install" $I
        return 1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/18ef31a8e2cce4b830e8007e48a15f3adf4ec2c4

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to