Re: [Xen-devel] [PATCH 5/7] osstest: introduce a FreeBSD build script

2017-05-24 Thread Roger Pau Monne
On Tue, May 23, 2017 at 06:58:59PM +0100, Ian Jackson wrote: > Roger Pau Monne writes ("[PATCH 5/7] osstest: introduce a FreeBSD build > script"): > > -my $path= "path_${part}dist"; > > -logm("checking $k $path"); > > -get_stashed($path, $r{$k}); > > +if ("$part" eq "freebsd") { >

Re: [Xen-devel] [PATCH 5/7] osstest: introduce a FreeBSD build script

2017-05-24 Thread Ian Jackson
Roger Pau Monne writes ("Re: [PATCH 5/7] osstest: introduce a FreeBSD build script"): > On Tue, May 23, 2017 at 06:58:59PM +0100, Ian Jackson wrote: > > Suppose we have ts-freebsd-build set > > path_freebsddist=$stash/build/freebsd/ > > and have it put the files in there with fixed, known, nam

Re: [Xen-devel] [PATCH 5/7] osstest: introduce a FreeBSD build script

2017-05-23 Thread Ian Jackson
Roger Pau Monne writes ("[PATCH 5/7] osstest: introduce a FreeBSD build script"): > -my $path= "path_${part}dist"; > -logm("checking $k $path"); > -get_stashed($path, $r{$k}); > +if ("$part" eq "freebsd") { > +foreach (qw(base kernel manifest image)) { > +my $pa

[Xen-devel] [PATCH 5/7] osstest: introduce a FreeBSD build script

2017-05-23 Thread Roger Pau Monne
In order to generate the FreeBSD installer image and the install media. The install sets are the vanilla ones generated by the 'ftp' release target. The installer image is handcrafted based on the filesystem created by the 'bootonly' target, which is then populated with the ssh host keys, and setu