[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [OSSTEST PATCH 08/24] cs-hosts-list: Support --suites



On Thu, May 18, 2017 at 12:01:18PM +0100, Ian Jackson wrote:
> Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
> ---
>  cs-hosts-list | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/cs-hosts-list b/cs-hosts-list
> index 92f44ee..9b82d51 100755
> --- a/cs-hosts-list
> +++ b/cs-hosts-list
> @@ -31,6 +31,7 @@ csreadconfig();
>  
>  our @kernels = qw(xen linux);
>  our @arches;
> +our @suites;
>  
>  while (@ARGV && $ARGV[0] =~ m/^-/) {
>      $_ = shift @ARGV;
> @@ -40,6 +41,8 @@ while (@ARGV && $ARGV[0] =~ m/^-/) {
>           @arches = split /\,/, $1;
>       } elsif (s/^--kernels=(.*)/-/) {
>           @kernels = split /\,/, $1;
> +     } elsif (s/^--suites=(.*)/-/) {
> +         @suites = split /\,/, $1;

I should add a --freebsd=... option.

Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>

Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.