Re: Successful GUB make bootstrap and bin/gub lilypond-installer

2012-05-17 Thread Colin Hall
On Thu, May 17, 2012 at 05:44:20AM +0100, James wrote:
 On 16 May 2012, at 19:26, Colin Hall colingh...@gmail.com wrote:
 
  
  Just to report that GUB is working on a VM here:
  
  $ git clone git://github.com/gperciva/gub.git  cd gub
  $ make bootstrap
  $ bin/gub lilypond-installer
  $ sh uploads/lilypond-2.15.39-0.linux-x86.sh
  $ which lilypond
  /home/colin/bin/lilypond
  $ lilypond -v | grep ^GNU
  GNU LilyPond 2.15.39
  
  The only problem was that broken URI for the 2.4.34 linux kernel 
  distribution.
 
 Colin did you use a lilydev? If so was it v.2.6?
 
 
 James

Yes. I followed this documentation:

http://lilypond.org/doc/v2.15/Documentation/contributor-big-page#lilydev

and used this image:

http://www.philholmes.net/lilypond/LilyDev/ubuntu-LilyDev-remix-2.6.iso

Cheers,
Colin.

-- 

Colin Hall

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Successful GUB make bootstrap and bin/gub lilypond-installer

2012-05-17 Thread Graham Percival
On Thu, May 17, 2012 at 08:53:32AM +0100, Colin Hall wrote:
 Yes. I followed this documentation:
 
 http://lilypond.org/doc/v2.15/Documentation/contributor-big-page#lilydev
 http://www.philholmes.net/lilypond/LilyDev/ubuntu-LilyDev-remix-2.6.iso

Great!  Could I convince you to send a merge request via github
for the kernel url?  I can merge that immediately from the web
interface; otherwise that fix will wait until I'm in Glasgow.

More generally, if somebody has about 50 megabytes of online
storage, it would be neat if they could prepare an unofficial
release.  If we hit 0 critical bugs, then I'll get a new release
out, but as long as there's critical bugs remaining I'm not so
urgent about making a release myself.

Looking 1-2 months in the future when there's GOP and GLISS
happening, it would be great if other people could handle
releases.  The more people who test this (to discover+fix problems
like the kernel headers url), the easier it'll be to make
releases.

If you don't have git access then of course you can't follow the
release guidelines exactly; if you do, then go ahead and push
stuff to release/unstable.  I'll nuke those changes when I make an
official release, but there's no harm in trying out those
instructions in the meantime.

- Graham, on the train back from meeting Werner in Linz.  Free
  wifi on trains?!  Austria rocks!


___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Successful GUB make bootstrap and bin/gub lilypond-installer

2012-05-17 Thread Colin Hall
On Thu, May 17, 2012 at 02:25:40PM +0200, Graham Percival wrote:
 On Thu, May 17, 2012 at 08:53:32AM +0100, Colin Hall wrote:
  Yes. I followed this documentation:
  
  http://lilypond.org/doc/v2.15/Documentation/contributor-big-page#lilydev
  http://www.philholmes.net/lilypond/LilyDev/ubuntu-LilyDev-remix-2.6.iso
 
 Great!  Could I convince you to send a merge request via github
 for the kernel url?

I believe the broken URL is due to a temporary problem at kernel.org
but I'll investigate.

 More generally, if somebody has about 50 megabytes of online
 storage, it would be neat if they could prepare an unofficial
 release.

I'll see what I can do.

Cheers,
Colin.

-- 

Colin Hall

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Successful GUB make bootstrap and bin/gub lilypond-installer

2012-05-17 Thread Phil Holmes
- Original Message - 
From: Colin Hall colingh...@gmail.com

To: Graham Percival gra...@percival-music.ca
Cc: Lilypond Dev lilypond-devel@gnu.org
Sent: Thursday, May 17, 2012 2:41 PM
Subject: Re: Successful GUB make bootstrap and bin/gub lilypond-installer



On Thu, May 17, 2012 at 02:25:40PM +0200, Graham Percival wrote:

On Thu, May 17, 2012 at 08:53:32AM +0100, Colin Hall wrote:
 Yes. I followed this documentation:

 http://lilypond.org/doc/v2.15/Documentation/contributor-big-page#lilydev
 http://www.philholmes.net/lilypond/LilyDev/ubuntu-LilyDev-remix-2.6.iso

Great!  Could I convince you to send a merge request via github
for the kernel url?


I believe the broken URL is due to a temporary problem at kernel.org
but I'll investigate.


More generally, if somebody has about 50 megabytes of online
storage, it would be neat if they could prepare an unofficial
release.


I'll see what I can do.

Cheers,
Colin.

--

Colin Hall



Unless you're particularly keen, don't spend too much effort on this.  I'll 
have a look over the weekend.


--
Phil Holmes 



___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Successful GUB make bootstrap and bin/gub lilypond-installer

2012-05-16 Thread Colin Hall

Just to report that GUB is working on a VM here:

$ git clone git://github.com/gperciva/gub.git  cd gub
$ make bootstrap
$ bin/gub lilypond-installer
$ sh uploads/lilypond-2.15.39-0.linux-x86.sh
$ which lilypond
/home/colin/bin/lilypond
$ lilypond -v | grep ^GNU
GNU LilyPond 2.15.39

The only problem was that broken URI for the 2.4.34 linux kernel distribution.

Cheers,
Colin.

-- 

Colin Hall

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Successful GUB make bootstrap and bin/gub lilypond-installer

2012-05-16 Thread Janek WarchoĊ‚
On Wed, May 16, 2012 at 8:26 PM, Colin Hall colingh...@gmail.com wrote:

 Just to report that GUB is working on a VM here:

congratulations (if i understand correctly)!

Janek

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Successful GUB make bootstrap and bin/gub lilypond-installer

2012-05-16 Thread James
Colin did you use a lilydev? If so was it v.2.6?

--
--


James

On 16 May 2012, at 19:26, Colin Hall colingh...@gmail.com wrote:

 
 Just to report that GUB is working on a VM here:
 
 $ git clone git://github.com/gperciva/gub.git  cd gub
 $ make bootstrap
 $ bin/gub lilypond-installer
 $ sh uploads/lilypond-2.15.39-0.linux-x86.sh
 $ which lilypond
 /home/colin/bin/lilypond
 $ lilypond -v | grep ^GNU
 GNU LilyPond 2.15.39
 
 The only problem was that broken URI for the 2.4.34 linux kernel distribution.
 
 Cheers,
 Colin.
 
 -- 
 
 Colin Hall
 
 ___
 lilypond-devel mailing list
 lilypond-devel@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-devel

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel