Date: Mon, 27 Feb 2012 19:50:58 +0100 From: =?iso-8859-1?Q?Beat_G=E4tzi?= <beat@chruetertee.ch> To: Andrey Zonov <andrey@zonov.org> Cc: tinderbox-list@marcuscom.com, FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: CFT: pkgng support for tinderbox Message-ID: <02C3D857-1C6F-4FF1-8F19-F8EEA3EBEB39@chruetertee.ch> In-Reply-To: <4F4403C5.1030107@zonov.org> References: <29CEA923-4620-4982-B8EA-45F46C711DAD@chruetertee.ch> <4F43FD81.2060307@zonov.org> <4F4403C5.1030107@zonov.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 21, 2012, at 9:51 PM, Andrey Zonov wrote: > On 22.02.2012 0:24, Andrey Zonov wrote: >> On 16.02.2012 1:07, Beat G=E4tzi wrote: >>> Hi, >>>=20 >>> pkgng support for tinderbox (written by bapt@) is ready and is = looking >>> for >>> some review and testers. The patch is against tinderbox HEAD: >>>=20 >>> http://tmp.chruetertee.ch/tinderbox-pkgng.patch >>=20 >>=20 >> One more fix: >>=20 >=20 > And more: >=20 > --- 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" =3D "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 Thanks! I've updated the patch with your fixes and the hook to create a = pkg repo: http://tmp.chruetertee.ch/tinderbox-pkgng-v2.patch Beat=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02C3D857-1C6F-4FF1-8F19-F8EEA3EBEB39>