Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Aug 2014 17:42:49 +0400
From:      Boris Samorodov <bsam@passap.ru>
To:        Matthias Apitz <guru@unixarea.de>, freebsd-ports@freebsd.org
Subject:   Re: poudriere ports -c && svn co ports
Message-ID:  <53E38259.2070109@passap.ru>
In-Reply-To: <20140807111833.GA25418@sh4-5.1blu.de>
References:  <20140807111833.GA25418@sh4-5.1blu.de>

next in thread | previous in thread | raw e-mail | index | archive | help
07.08.2014 15:18, Matthias Apitz пишет:
> 
> I will move from pkg_* tools to pkgng on my build host to create
> packages for my other laptops/netbooks.
> 
> # poudriere ports -c
> 
> will use a snapshot of the ports to build them; is it somehow possible
> to use a ports tree fetched by 'svn co' from head?

I think that you are interested at -m (method) option for
the command "poudriere ports", create a ports tree:
-----
% poudriere ports -c -p <portstree_name> -m svn+https
-----

Update a portstree:
-----
% poudriere ports -u -p <portstree_name>
-----

In case of svn+https method the portstree will be updated to the HEAD.

Look at POUDRIERE(8) for more info.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53E38259.2070109>