[Calypso] [PATCH] gitignore editor backup files and egg info

Guido Günther agx at sigxcpu.org
Sat Jan 2 08:27:34 PST 2016


Hi,
On Sat, Jan 02, 2016 at 04:09:30PM +0000, Jelmer Vernooij wrote:
> On Sat, Jan 02, 2016 at 05:08:31PM +0100, Guido Günther wrote:
> > ---
> >  .gitignore | 6 ++++++
> >  1 file changed, 6 insertions(+)
> > 
> > diff --git a/.gitignore b/.gitignore
> > index 0d20b64..09740a2 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -1 +1,7 @@
> > +calypso.egg-info/
> > +*.eggs/
> >  *.pyc
> > +*.sw?
> > +*~
> > +.#*
> > +\#*#
> 
> LGTM :)

Pushed thanks.

> Actually, what's the procedure for landing changes in trunk?

I don't think we have a procedure yet but I'd propose the following:

Have all changes posted to this list and have at least one positive
review, ideally from one of the other project members listed at:

    https://alioth.debian.org/projects/calypso/

but I wouldn't make this too strict to avoid stalling things.

If there are no negative ones just go ahead and push your changes
otherwise let's discuss.

If there is no feedback at all for a week go ahead and push nevertheless
- again to avoid stalling the project.

Does this make sense?

Cheers,
 -- Guido


More information about the Calypso mailing list