All of lore.kernel.org
 help / color / mirror / Atom feed
* Removing autogenerated files from svn
@ 2009-04-12 11:47 phcoder
  2009-04-12 18:29 ` Colin D Bennett
  2009-04-14 13:50 ` Jordi Mallach
  0 siblings, 2 replies; 7+ messages in thread
From: phcoder @ 2009-04-12 11:47 UTC (permalink / raw)
  To: The development of GRUB 2

Hello, we all know how annoying are these autogenerated files. We could 
remove it. The main argument against it is that people will not be able 
to compile without installing a lot of developement tools. It changes 
nothing for the users wanting to modify the code. So I propose to remove 
these files but in compensation setup a nightly build server. I'm ready 
to supply all necessary scripts to create a source tar.gz with 
autogenerated files, binary tar.gz and rescue iso for all platforms 
where applicable.
-- 

Regards
Vladimir 'phcoder' Serbinenko



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

* Re: Removing autogenerated files from svn
  2009-04-12 11:47 Removing autogenerated files from svn phcoder
@ 2009-04-12 18:29 ` Colin D Bennett
  2009-04-12 20:54   ` Pavel Roskin
  2009-04-14 13:50 ` Jordi Mallach
  1 sibling, 1 reply; 7+ messages in thread
From: Colin D Bennett @ 2009-04-12 18:29 UTC (permalink / raw)
  To: grub-devel; +Cc: phcoder

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

phcoder wrote on Sunday 12 April 2009:
> Hello, we all know how annoying are these autogenerated files. We could
> remove it. The main argument against it is that people will not be able
> to compile without installing a lot of developement tools. It changes
> nothing for the users wanting to modify the code. So I propose to remove
> these files but in compensation setup a nightly build server. I'm ready
> to supply all necessary scripts to create a source tar.gz with
> autogenerated files, binary tar.gz and rescue iso for all platforms
> where applicable.

Great idea.  I'd love to see this happen.

Regards,
Colin

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: Removing autogenerated files from svn
  2009-04-12 18:29 ` Colin D Bennett
@ 2009-04-12 20:54   ` Pavel Roskin
  2009-04-13 14:30     ` Robert Millan
  0 siblings, 1 reply; 7+ messages in thread
From: Pavel Roskin @ 2009-04-12 20:54 UTC (permalink / raw)
  To: The development of GRUB 2

On Sun, 2009-04-12 at 11:29 -0700, Colin D Bennett wrote:
> phcoder wrote on Sunday 12 April 2009:
> > Hello, we all know how annoying are these autogenerated files. We could
> > remove it. The main argument against it is that people will not be able
> > to compile without installing a lot of developement tools. It changes
> > nothing for the users wanting to modify the code. So I propose to remove
> > these files but in compensation setup a nightly build server. I'm ready
> > to supply all necessary scripts to create a source tar.gz with
> > autogenerated files, binary tar.gz and rescue iso for all platforms
> > where applicable.
> 
> Great idea.  I'd love to see this happen.

Me too.

-- 
Regards,
Pavel Roskin



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

* Re: Removing autogenerated files from svn
  2009-04-12 20:54   ` Pavel Roskin
@ 2009-04-13 14:30     ` Robert Millan
  2009-04-14 15:35       ` Yoshinori K. Okuji
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Millan @ 2009-04-13 14:30 UTC (permalink / raw)
  To: The development of GRUB 2; +Cc: Yoshinori K. Okuji

On Sun, Apr 12, 2009 at 04:54:21PM -0400, Pavel Roskin wrote:
> On Sun, 2009-04-12 at 11:29 -0700, Colin D Bennett wrote:
> > phcoder wrote on Sunday 12 April 2009:
> > > Hello, we all know how annoying are these autogenerated files. We could
> > > remove it. The main argument against it is that people will not be able
> > > to compile without installing a lot of developement tools. It changes
> > > nothing for the users wanting to modify the code. So I propose to remove
> > > these files but in compensation setup a nightly build server. I'm ready
> > > to supply all necessary scripts to create a source tar.gz with
> > > autogenerated files, binary tar.gz and rescue iso for all platforms
> > > where applicable.
> > 
> > Great idea.  I'd love to see this happen.
> 
> Me too.

Me too.

Okuji, can we agree on it this time?  It's annoying for most people, and
release tarballs can include the autogenerated files, so the ruby dependency
is not a problem for end users.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."



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

* Re: Removing autogenerated files from svn
  2009-04-12 11:47 Removing autogenerated files from svn phcoder
  2009-04-12 18:29 ` Colin D Bennett
@ 2009-04-14 13:50 ` Jordi Mallach
  1 sibling, 0 replies; 7+ messages in thread
From: Jordi Mallach @ 2009-04-14 13:50 UTC (permalink / raw)
  To: grub-devel

On Sun, Apr 12, 2009 at 01:47:49PM +0200, phcoder wrote:
> Hello, we all know how annoying are these autogenerated files. We could  
> remove it. The main argument against it is that people will not be able  
> to compile without installing a lot of developement tools. It changes  
> nothing for the users wanting to modify the code. So I propose to remove  
> these files but in compensation setup a nightly build server. I'm ready  
> to supply all necessary scripts to create a source tar.gz with  
> autogenerated files, binary tar.gz and rescue iso for all platforms  
> where applicable.

Please do. Even without the nightly tarballs, I don't think the requirement
to have a few tools installed to build from the VCS is that bad. People
who compile software from SVN should be used to this.

There was also talk of rewriting the ruby scripts into any other language,
preferably shell. That would make things a bit more simple.

-- 
Jordi Mallach Pérez  --  Debian developer     http://www.debian.org/
jordi@sindominio.net     jordi@debian.org     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/



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

* Re: Removing autogenerated files from svn
  2009-04-13 14:30     ` Robert Millan
@ 2009-04-14 15:35       ` Yoshinori K. Okuji
  2009-04-14 16:12         ` Felix Zielcke
  0 siblings, 1 reply; 7+ messages in thread
From: Yoshinori K. Okuji @ 2009-04-14 15:35 UTC (permalink / raw)
  To: The development of GRUB 2

On Monday 13 April 2009 23:30:42 Robert Millan wrote:
> On Sun, Apr 12, 2009 at 04:54:21PM -0400, Pavel Roskin wrote:
> > On Sun, 2009-04-12 at 11:29 -0700, Colin D Bennett wrote:
> > > phcoder wrote on Sunday 12 April 2009:
> > > > Hello, we all know how annoying are these autogenerated files. We
> > > > could remove it. The main argument against it is that people will not
> > > > be able to compile without installing a lot of developement tools. It
> > > > changes nothing for the users wanting to modify the code. So I
> > > > propose to remove these files but in compensation setup a nightly
> > > > build server. I'm ready to supply all necessary scripts to create a
> > > > source tar.gz with autogenerated files, binary tar.gz and rescue iso
> > > > for all platforms where applicable.
> > >
> > > Great idea.  I'd love to see this happen.
> >
> > Me too.
>
> Me too.
>
> Okuji, can we agree on it this time?  It's annoying for most people, and
> release tarballs can include the autogenerated files, so the ruby
> dependency is not a problem for end users.

Well, it was not only about ruby, but also about autoconf. Anyway, if someone 
updates the INSTALL file appropriately, I don't object.

Regards,
Okuji



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

* Re: Removing autogenerated files from svn
  2009-04-14 15:35       ` Yoshinori K. Okuji
@ 2009-04-14 16:12         ` Felix Zielcke
  0 siblings, 0 replies; 7+ messages in thread
From: Felix Zielcke @ 2009-04-14 16:12 UTC (permalink / raw)
  To: The development of GRUB 2

Am Mittwoch, den 15.04.2009, 00:35 +0900 schrieb Yoshinori K. Okuji:

> 
> Well, it was not only about ruby, but also about autoconf. Anyway, if someone 
> updates the INSTALL file appropriately, I don't object.
> 

Ok, I just removed configure,config.h.in,stamp-h.in,DISTLIST,conf/*.mk,
updated INSTALL and svn:ignore property.
-- 
Felix Zielcke




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

end of thread, other threads:[~2009-04-14 16:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-12 11:47 Removing autogenerated files from svn phcoder
2009-04-12 18:29 ` Colin D Bennett
2009-04-12 20:54   ` Pavel Roskin
2009-04-13 14:30     ` Robert Millan
2009-04-14 15:35       ` Yoshinori K. Okuji
2009-04-14 16:12         ` Felix Zielcke
2009-04-14 13:50 ` Jordi Mallach

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.