All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Lars Kurth <lars.kurth@citrix.com>, boris.ostrovsky@oracle.com
Cc: Wei Liu <wei.liu2@citrix.com>,
	Andrew Cooper <Andrew.Cooper3@citrix.com>,
	George Dunlap <dunlapg@umich.edu>,
	David Vrabel <david.vrabel@citrix.com>,
	xen-devel <xen-devel@lists.xenproject.org>,
	Ian Jackson <Ian.Jackson@citrix.com>,
	Anshul Makkar <anshul.makkar@citrix.com>,
	Roger Pau Monne <roger.pau@citrix.com>
Subject: Re: xenbits "official" repo for XTF (was Re: [PATCH 0/2] xtf: add launcher (+1 bugfix)
Date: Wed, 6 Jul 2016 10:22:36 -0400	[thread overview]
Message-ID: <20160706142236.GG15394@char.us.oracle.com> (raw)
In-Reply-To: <D3A29D94.2AF25%lars.kurth@citrix.com>

> Looking at the above, it occurs to me that, this whole area seems to be a
> little inconsistent anyway and could do with a little house-keeping. We
> have
> - osstest.git
> - there also is osstest/*.git which seems to be odd and seems to have been
> inactive for a while (not very clear to me what these do)
> - and we have old and inactive xentesttools/*.git

They are not inactive. I have some patches for it and we are using
it (Boris and me).

> - and we are adding a new repo for XTF
> 
> 
> Maybe, moving everything test related under testing/* or test/* would be
> sensible, but that would cause some disruption (not sure how bad that
> would be). It would address A, B and D. It wouldn't make C much worse than
> now.

I don't mind the xentesttools going under a 'test' directory. 

> 
> We already follow a similar pattern for out-of-tree via pvdrivers/*
> 
> It does in fact occur to me that some of the older inactive repos should
> be archived somehow: candidates seem to be kemari/*, xentesttools/*,
> xenclient/*, xcp/*, ... pollute the namespace. If we are concerned about
> the namespace, we should address this at some point. There are also some
> inactive top level git repos such as linux-2.5-xen.git and quite a few
> inactive people repos.

The Linux ones, the linux-pvops.git could go.

> 
> >Lars, can you please advise what process we need to use to come to
> >closure on this decision ?
> 

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

  reply	other threads:[~2016-07-06 14:22 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-19 13:46 [PATCH 0/2] xtf: add launcher (+1 bugfix) Roger Pau Monne
2016-05-19 13:46 ` [PATCH 1/2] xtf: remove setting ROOT path in common.mk Roger Pau Monne
2016-05-19 13:52   ` Andrew Cooper
2016-05-19 13:46 ` [PATCH 2/2] xtf: add a launcher script Roger Pau Monne
2016-06-09 15:04 ` xenbits "official" repo for XTF (was Re: [PATCH 0/2] xtf: add launcher (+1 bugfix) Ian Jackson
2016-06-13  8:59   ` George Dunlap
2016-06-13 10:10   ` Andrew Cooper
2016-06-13 14:03     ` George Dunlap
2016-06-13 14:11       ` Ian Jackson
2016-06-14 17:27         ` Andrew Cooper
2016-06-15  8:31           ` George Dunlap
2016-06-20 17:03             ` Ian Jackson
2016-06-20 17:10               ` Konrad Rzeszutek Wilk
2016-06-21 10:17               ` Wei Liu
2016-06-21 10:36               ` David Vrabel
2016-06-21 10:42                 ` Ian Jackson
2016-07-01 19:04                 ` Ian Jackson
2016-07-06 11:19                   ` Lars Kurth
2016-07-06 14:22                     ` Konrad Rzeszutek Wilk [this message]
2016-07-07 11:10                       ` Lars Kurth
2016-07-07 11:26                         ` Andrew Cooper
2016-07-07 13:59                           ` Ian Jackson
2016-07-07 14:02                             ` David Vrabel
2016-07-07 14:58                               ` Ian Jackson
2016-07-07 15:00                                 ` Ian Jackson
2016-07-07 14:11                             ` Andrew Cooper
2016-07-07 17:17                               ` Lars Kurth
2016-07-08 13:06                                 ` Andrew Cooper
2016-07-08 13:42                                   ` Lars Kurth
2016-07-08 13:48                                     ` Andrew Cooper
2016-07-12 15:13                                   ` George Dunlap
2016-07-15 10:21                                 ` Ian Jackson
2016-07-15 10:49                                   ` Lars Kurth
2016-07-18 14:36                                     ` Ian Jackson
2016-07-18 15:19                                       ` Lars Kurth
2016-07-18 15:30                                         ` Ian Jackson
2016-07-18 15:36                                           ` Lars Kurth
2016-07-18 15:58                                             ` Ian Jackson
2016-07-18 16:06                                               ` Lars Kurth
2016-07-18 15:31                                         ` Ian Jackson
2016-08-08 17:04                                   ` Ian Jackson
2016-07-07 15:22                           ` Konrad Rzeszutek Wilk
2016-06-14 17:01   ` Konrad Rzeszutek Wilk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160706142236.GG15394@char.us.oracle.com \
    --to=konrad.wilk@oracle.com \
    --cc=Andrew.Cooper3@citrix.com \
    --cc=Ian.Jackson@citrix.com \
    --cc=anshul.makkar@citrix.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=david.vrabel@citrix.com \
    --cc=dunlapg@umich.edu \
    --cc=lars.kurth@citrix.com \
    --cc=roger.pau@citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.