This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository pkg-perl-tools.

commit e362a1ccea142e42dd570efe0889bfa3a7e74f53
Author: intrigeri <intrig...@boum.org>
Date:   Mon Aug 10 14:05:09 2015 +0000

    check-build: also support pbuilder chroot image being called base.tgz.
---
 examples/check-build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/check-build b/examples/check-build
index ec0d219..01eabc0 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -73,6 +73,7 @@ read -n 1 -p "piuparts? y/N " PIU
 if [ "$PIU" = "y" ]; then
        CHROOT=
        [ -f /var/cache/pbuilder/base.tar.gz ] && CHROOT="--pbuilder"
+       [ -f /var/cache/pbuilder/base.tgz ] && CHROOT="--pbuilder"
        [ -d /var/cache/pbuilder/base.cow ] && CHROOT="--existing-chroot 
/var/cache/pbuilder/base.cow"
        sudo /usr/sbin/piuparts \
                $CHROOT -t ${TMPDIR:-/tmp} \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to