[pkg-perl-tools] 01/06: check-build: also support pbuilder chroot image being called base.tgz.

Intrigeri intrigeri at moszumanska.debian.org
Mon Aug 10 15:23:45 UTC 2015


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 <intrigeri at 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



More information about the Pkg-perl-cvs-commits mailing list