Date: Wed, 22 Feb 2012 00:51:17 +0400 From: Andrey Zonov <andrey@zonov.org> To: =?ISO-8859-1?Q?Beat_G=E4tzi?= <beat@chruetertee.ch> Cc: tinderbox-list@marcuscom.com, FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: CFT: pkgng support for tinderbox Message-ID: <4F4403C5.1030107@zonov.org> In-Reply-To: <4F43FD81.2060307@zonov.org> References: <29CEA923-4620-4982-B8EA-45F46C711DAD@chruetertee.ch> <4F43FD81.2060307@zonov.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22.02.2012 0:24, Andrey Zonov wrote: > On 16.02.2012 1:07, Beat Gätzi wrote: >> Hi, >> >> pkgng support for tinderbox (written by bapt@) is ready and is looking >> for >> some review and testers. The patch is against tinderbox HEAD: >> >> http://tmp.chruetertee.ch/tinderbox-pkgng.patch > > > One more fix: > And more: --- lib/buildscript.prev 2012-02-22 00:44:58.000000000 +0400 +++ lib/buildscript 2012-02-22 00:45:18.000000000 +0400 @@ -323,7 +323,7 @@ fi add_pkg ${TD} if [ "$use_pkgng" = "yes" ]; then - pkg info -qa | sort > /tmp/pkgs_pre_test + pkg info -qa | sort > /tmp/pkgs_post_test else pkg_info | awk '{print $1}' | sort > /tmp/pkgs_post_test fi -- Andrey Zonov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F4403C5.1030107>