All of lore.kernel.org
 help / color / mirror / Atom feed
* [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
@ 2010-10-07 20:22 Luiz Capitulino
  2010-10-08 18:02 ` Eduardo Habkost
  0 siblings, 1 reply; 10+ messages in thread
From: Luiz Capitulino @ 2010-10-07 20:22 UTC (permalink / raw)
  To: ehabkost; +Cc: kvm


Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
Eduardo, can you actually commit to a git mirror? It's hard to work in your
repo w/o this file.

 .gitignore |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f23bd95
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+*.pyc
+client/control
+client/results/
+client/tests/kvm/images
+client/tests/kvm/env
+client/tmp
+client/tests/kvm/*.cfg
-- 
1.7.3.1.50.g1e633


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
  2010-10-07 20:22 [AUTOTEST MIRROR][PATCH] Introduce .gitignore file Luiz Capitulino
@ 2010-10-08 18:02 ` Eduardo Habkost
  2010-10-08 21:25   ` Luiz Capitulino
  2010-10-12 16:18   ` Lucas Meneghel Rodrigues
  0 siblings, 2 replies; 10+ messages in thread
From: Eduardo Habkost @ 2010-10-08 18:02 UTC (permalink / raw)
  To: Luiz Capitulino; +Cc: kvm, Lucas Meneghel Rodrigues, autotest

On Thu, Oct 07, 2010 at 05:22:17PM -0300, Luiz Capitulino wrote:
> 
> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
> ---
> Eduardo, can you actually commit to a git mirror? It's hard to work in your
> repo w/o this file.

Can't we get this added to svn:ignore on the Subversion repository
first? I would like the git mirror match exactly what's on SVN (with
svn:ignore being translated to a .gitignore file).

> 
>  .gitignore |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
>  create mode 100644 .gitignore
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..f23bd95
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,7 @@
> +*.pyc
> +client/control
> +client/results/
> +client/tests/kvm/images
> +client/tests/kvm/env
> +client/tmp
> +client/tests/kvm/*.cfg
> -- 
> 1.7.3.1.50.g1e633
> 

-- 
Eduardo

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
  2010-10-08 18:02 ` Eduardo Habkost
@ 2010-10-08 21:25   ` Luiz Capitulino
  2010-10-12 16:18   ` Lucas Meneghel Rodrigues
  1 sibling, 0 replies; 10+ messages in thread
From: Luiz Capitulino @ 2010-10-08 21:25 UTC (permalink / raw)
  To: Eduardo Habkost; +Cc: autotest, kvm

On Fri, 8 Oct 2010 15:02:26 -0300
Eduardo Habkost <ehabkost@redhat.com> wrote:

> On Thu, Oct 07, 2010 at 05:22:17PM -0300, Luiz Capitulino wrote:
> > 
> > Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
> > ---
> > Eduardo, can you actually commit to a git mirror? It's hard to work in your
> > repo w/o this file.
> 
> Can't we get this added to svn:ignore on the Subversion repository
> first? I would like the git mirror match exactly what's on SVN (with
> svn:ignore being translated to a .gitignore file).

Fine with me.

> 
> > 
> >  .gitignore |    7 +++++++
> >  1 files changed, 7 insertions(+), 0 deletions(-)
> >  create mode 100644 .gitignore
> > 
> > diff --git a/.gitignore b/.gitignore
> > new file mode 100644
> > index 0000000..f23bd95
> > --- /dev/null
> > +++ b/.gitignore
> > @@ -0,0 +1,7 @@
> > +*.pyc
> > +client/control
> > +client/results/
> > +client/tests/kvm/images
> > +client/tests/kvm/env
> > +client/tmp
> > +client/tests/kvm/*.cfg
> > -- 
> > 1.7.3.1.50.g1e633
> > 
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
  2010-10-08 18:02 ` Eduardo Habkost
  2010-10-08 21:25   ` Luiz Capitulino
@ 2010-10-12 16:18   ` Lucas Meneghel Rodrigues
  2010-10-12 16:24     ` Avi Kivity
  2010-10-12 16:26     ` John Admanski
  1 sibling, 2 replies; 10+ messages in thread
From: Lucas Meneghel Rodrigues @ 2010-10-12 16:18 UTC (permalink / raw)
  To: Eduardo Habkost, John Admanski; +Cc: Luiz Capitulino, kvm, autotest

On Fri, 2010-10-08 at 15:02 -0300, Eduardo Habkost wrote:
> On Thu, Oct 07, 2010 at 05:22:17PM -0300, Luiz Capitulino wrote:
> > 
> > Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
> > ---
> > Eduardo, can you actually commit to a git mirror? It's hard to work in your
> > repo w/o this file.
> 
> Can't we get this added to svn:ignore on the Subversion repository
> first? I would like the git mirror match exactly what's on SVN (with
> svn:ignore being translated to a .gitignore file).

Ok, will ask the folks from google to do that for us.

John, I don't know who is doing the administration of the autotest SVN
repo, so I am sending this to you. Could you please add the following to
the svn:ignore list of the repo?

+*.pyc
+client/control
+client/results/
+client/tests/kvm/images
+client/tests/kvm/env
+client/tmp
+client/tests/kvm/*.cfg

Thanks!

> > 
> >  .gitignore |    7 +++++++
> >  1 files changed, 7 insertions(+), 0 deletions(-)
> >  create mode 100644 .gitignore
> > 
> > diff --git a/.gitignore b/.gitignore
> > new file mode 100644
> > index 0000000..f23bd95
> > --- /dev/null
> > +++ b/.gitignore
> > @@ -0,0 +1,7 @@
> > +*.pyc
> > +client/control
> > +client/results/
> > +client/tests/kvm/images
> > +client/tests/kvm/env
> > +client/tmp
> > +client/tests/kvm/*.cfg
> > -- 
> > 1.7.3.1.50.g1e633
> > 
> 



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
  2010-10-12 16:18   ` Lucas Meneghel Rodrigues
@ 2010-10-12 16:24     ` Avi Kivity
  2010-10-12 16:47       ` Lucas Meneghel Rodrigues
  2010-10-12 16:26     ` John Admanski
  1 sibling, 1 reply; 10+ messages in thread
From: Avi Kivity @ 2010-10-12 16:24 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues
  Cc: Eduardo Habkost, John Admanski, Luiz Capitulino, kvm, autotest

  On 10/12/2010 06:18 PM, Lucas Meneghel Rodrigues wrote:
> On Fri, 2010-10-08 at 15:02 -0300, Eduardo Habkost wrote:
> >  On Thu, Oct 07, 2010 at 05:22:17PM -0300, Luiz Capitulino wrote:
> >  >
> >  >  Signed-off-by: Luiz Capitulino<lcapitulino@redhat.com>
> >  >  ---
> >  >  Eduardo, can you actually commit to a git mirror? It's hard to work in your
> >  >  repo w/o this file.
> >
> >  Can't we get this added to svn:ignore on the Subversion repository
> >  first? I would like the git mirror match exactly what's on SVN (with
> >  svn:ignore being translated to a .gitignore file).
>
> Ok, will ask the folks from google to do that for us.
>
> John, I don't know who is doing the administration of the autotest SVN
> repo, so I am sending this to you. Could you please add the following to
> the svn:ignore list of the repo?
>
> +*.pyc
> +client/control
> +client/results/
> +client/tests/kvm/images
> +client/tests/kvm/env
> +client/tmp
> +client/tests/kvm/*.cfg

Or just switch to git?

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
  2010-10-12 16:18   ` Lucas Meneghel Rodrigues
  2010-10-12 16:24     ` Avi Kivity
@ 2010-10-12 16:26     ` John Admanski
  1 sibling, 0 replies; 10+ messages in thread
From: John Admanski @ 2010-10-12 16:26 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues, Martin Bligh; +Cc: autotest, kvm


[-- Attachment #1.1: Type: text/plain, Size: 1790 bytes --]

On Tue, Oct 12, 2010 at 9:18 AM, Lucas Meneghel Rodrigues <lmr@redhat.com>wrote:

> On Fri, 2010-10-08 at 15:02 -0300, Eduardo Habkost wrote:
> > On Thu, Oct 07, 2010 at 05:22:17PM -0300, Luiz Capitulino wrote:
> > >
> > > Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
> > > ---
> > > Eduardo, can you actually commit to a git mirror? It's hard to work in
> your
> > > repo w/o this file.
> >
> > Can't we get this added to svn:ignore on the Subversion repository
> > first? I would like the git mirror match exactly what's on SVN (with
> > svn:ignore being translated to a .gitignore file).
>
> Ok, will ask the folks from google to do that for us.
>
> John, I don't know who is doing the administration of the autotest SVN
> repo, so I am sending this to you. Could you please add the following to
> the svn:ignore list of the repo?
>
>
Forwarding to Martin; I don't (afaik) don't have admin access to the SVN.
I'm not sure there's anyone else at Google who would have access, either;
we've always been fairly hands-off when it came to the actual ownership and
administration of the autotest server.

-- John


> +*.pyc
> +client/control
> +client/results/
> +client/tests/kvm/images
> +client/tests/kvm/env
> +client/tmp
> +client/tests/kvm/*.cfg
>
> Thanks!
>
> > >
> > >  .gitignore |    7 +++++++
> > >  1 files changed, 7 insertions(+), 0 deletions(-)
> > >  create mode 100644 .gitignore
> > >
> > > diff --git a/.gitignore b/.gitignore
> > > new file mode 100644
> > > index 0000000..f23bd95
> > > --- /dev/null
> > > +++ b/.gitignore
> > > @@ -0,0 +1,7 @@
> > > +*.pyc
> > > +client/control
> > > +client/results/
> > > +client/tests/kvm/images
> > > +client/tests/kvm/env
> > > +client/tmp
> > > +client/tests/kvm/*.cfg
> > > --
> > > 1.7.3.1.50.g1e633
> > >
> >
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 2721 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
  2010-10-12 16:24     ` Avi Kivity
@ 2010-10-12 16:47       ` Lucas Meneghel Rodrigues
  2010-10-13 19:51         ` Eduardo Habkost
  2010-10-14  6:57         ` [Autotest] " Amos Kong
  0 siblings, 2 replies; 10+ messages in thread
From: Lucas Meneghel Rodrigues @ 2010-10-12 16:47 UTC (permalink / raw)
  To: Avi Kivity; +Cc: autotest, kvm

On Tue, 2010-10-12 at 18:24 +0200, Avi Kivity wrote:
> On 10/12/2010 06:18 PM, Lucas Meneghel Rodrigues wrote:
> > On Fri, 2010-10-08 at 15:02 -0300, Eduardo Habkost wrote:
> > >  On Thu, Oct 07, 2010 at 05:22:17PM -0300, Luiz Capitulino wrote:
> > >  >
> > >  >  Signed-off-by: Luiz Capitulino<lcapitulino@redhat.com>
> > >  >  ---
> > >  >  Eduardo, can you actually commit to a git mirror? It's hard to work in your
> > >  >  repo w/o this file.
> > >
> > >  Can't we get this added to svn:ignore on the Subversion repository
> > >  first? I would like the git mirror match exactly what's on SVN (with
> > >  svn:ignore being translated to a .gitignore file).
> >
> > Ok, will ask the folks from google to do that for us.
> >
> > John, I don't know who is doing the administration of the autotest SVN
> > repo, so I am sending this to you. Could you please add the following to
> > the svn:ignore list of the repo?
> >
> > +*.pyc
> > +client/control
> > +client/results/
> > +client/tests/kvm/images
> > +client/tests/kvm/env
> > +client/tmp
> > +client/tests/kvm/*.cfg
> 
> Or just switch to git?

This is something Martin asked to wait until he had time to do so. Let's
see what I can do to help on getting it done in a reasonable time frame.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
  2010-10-12 16:47       ` Lucas Meneghel Rodrigues
@ 2010-10-13 19:51         ` Eduardo Habkost
  2010-10-13 20:57           ` Lucas Meneghel Rodrigues
  2010-10-14  6:57         ` [Autotest] " Amos Kong
  1 sibling, 1 reply; 10+ messages in thread
From: Eduardo Habkost @ 2010-10-13 19:51 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues; +Cc: autotest, kvm, Avi Kivity

On Tue, Oct 12, 2010 at 01:47:39PM -0300, Lucas Meneghel Rodrigues wrote:
> > > >  Can't we get this added to svn:ignore on the Subversion repository
> > > >  first? I would like the git mirror match exactly what's on SVN (with
> > > >  svn:ignore being translated to a .gitignore file).
> > >
> > > Ok, will ask the folks from google to do that for us.
> > >
> 
> This is something Martin asked to wait until he had time to do so. Let's
> see what I can do to help on getting it done in a reasonable time frame.

I thought anybody with commit privileges on SVN could set file
properties. If that's not the case, then I will include the settings
manually on .gitignore in the git mirror.

-- 
Eduardo

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
  2010-10-13 19:51         ` Eduardo Habkost
@ 2010-10-13 20:57           ` Lucas Meneghel Rodrigues
  0 siblings, 0 replies; 10+ messages in thread
From: Lucas Meneghel Rodrigues @ 2010-10-13 20:57 UTC (permalink / raw)
  To: Eduardo Habkost; +Cc: Avi Kivity, John Admanski, Luiz Capitulino, kvm, autotest

On Wed, 2010-10-13 at 16:51 -0300, Eduardo Habkost wrote:
> On Tue, Oct 12, 2010 at 01:47:39PM -0300, Lucas Meneghel Rodrigues wrote:
> > > > >  Can't we get this added to svn:ignore on the Subversion repository
> > > > >  first? I would like the git mirror match exactly what's on SVN (with
> > > > >  svn:ignore being translated to a .gitignore file).
> > > >
> > > > Ok, will ask the folks from google to do that for us.
> > > >
> > 
> > This is something Martin asked to wait until he had time to do so. Let's
> > see what I can do to help on getting it done in a reasonable time frame.
> 
> I thought anybody with commit privileges on SVN could set file
> properties. If that's not the case, then I will include the settings
> manually on .gitignore in the git mirror.

Ok, everything resolved, the .gitignore file was added, now it is easier
to hack on the git mirror.

Lucas



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Autotest] [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
  2010-10-12 16:47       ` Lucas Meneghel Rodrigues
  2010-10-13 19:51         ` Eduardo Habkost
@ 2010-10-14  6:57         ` Amos Kong
  1 sibling, 0 replies; 10+ messages in thread
From: Amos Kong @ 2010-10-14  6:57 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues; +Cc: Avi Kivity, autotest, kvm

On Wed, Oct 13, 2010 at 12:47 AM, Lucas Meneghel Rodrigues
<lmr@redhat.com> wrote:
> On Tue, 2010-10-12 at 18:24 +0200, Avi Kivity wrote:
>> On 10/12/2010 06:18 PM, Lucas Meneghel Rodrigues wrote:
>> > On Fri, 2010-10-08 at 15:02 -0300, Eduardo Habkost wrote:
>> > >  On Thu, Oct 07, 2010 at 05:22:17PM -0300, Luiz Capitulino wrote:
>> > >  >
>> > >  >  Signed-off-by: Luiz Capitulino<lcapitulino@redhat.com>
>> > >  >  ---
>> > >  >  Eduardo, can you actually commit to a git mirror? It's hard to work in your
>> > >  >  repo w/o this file.
>> > >
>> > >  Can't we get this added to svn:ignore on the Subversion repository
>> > >  first? I would like the git mirror match exactly what's on SVN (with
>> > >  svn:ignore being translated to a .gitignore file).
>> >
>> > Ok, will ask the folks from google to do that for us.
>> >
>> > John, I don't know who is doing the administration of the autotest SVN
>> > repo, so I am sending this to you. Could you please add the following to
>> > the svn:ignore list of the repo?
>> >
>> > +*.pyc
>> > +client/control
>> > +client/results/
>> > +client/tests/kvm/images
>> > +client/tests/kvm/env
>> > +client/tmp
>> > +client/tests/kvm/*.cfg
>>
>> Or just switch to git?

Using git would be convenience and better.

> This is something Martin asked to wait until he had time to do so. Let's
> see what I can do to help on getting it done in a reasonable time frame.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-10-14  6:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-07 20:22 [AUTOTEST MIRROR][PATCH] Introduce .gitignore file Luiz Capitulino
2010-10-08 18:02 ` Eduardo Habkost
2010-10-08 21:25   ` Luiz Capitulino
2010-10-12 16:18   ` Lucas Meneghel Rodrigues
2010-10-12 16:24     ` Avi Kivity
2010-10-12 16:47       ` Lucas Meneghel Rodrigues
2010-10-13 19:51         ` Eduardo Habkost
2010-10-13 20:57           ` Lucas Meneghel Rodrigues
2010-10-14  6:57         ` [Autotest] " Amos Kong
2010-10-12 16:26     ` John Admanski

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.