Re: LilyDev version 4.0 released

2015-10-25 Thread Paul Morris
Hi Federico,

I’ve installed and used the new LilyDev 4 and am glad to report that everything 
is working well.  Thanks for updating it.  Here are a couple minor things I’ve 
noticed:

- gedit wasn't installed on my instance for some reason.

- nano is already set up as the default editor (which is great for those like 
myself who don’t have a clue about vi/vim) so it probably makes sense to edit 
the CG[1] to make it clearer that if you’re using LilyDev you don’t need to 
bother with setting nano as the editor with git config. 

[1] 
http://lilypond.org/doc/v2.19/Documentation/contributor/setting-up#configuring-git

Thanks again,
-Paul


> On Oct 12, 2015, at 12:15 PM, Federico Bruni  wrote:
> 
> Hi all
> 
> I've just uploaded the new LilyDev iso to Github:
> https://github.com/fedelibre/LilyDev/releases/tag/v4.0
> 
> Please test it. If it's working fine we should update the CG.
> 
> Thanks
> Federico
> 
> 
> Notable changes:
> 
> - Upgrade to **Debian 8 Jessie** and **live-build 4**.
> - **Interactive Git setup** at first startup to create user's `~/.gitconfig` 
> and download LilyPond git repositories (which were previously included 
> out-of-date in the image).
> - Installation simplified through preseed.cfg: no need to choose a repository 
> mirror or a root password (defaults to httpredir.debian.org and sudo).
> - `.bashrc` improved: terminal prompt shows git branch, plus other fixes.
> - Live option removed from the boot menu.
> - Add new lilypond dependency: fonts-texgyre.
> - Add a few packages: less, gedit, geany, spice-vdagent (to enable clipboard 
> sharing in QEMU).
> - Chromium has replaced Iceweasel (a.k.a. Firefox) as default browser.
> 
> You can check the integrity of the file with this command:
> 
>   $ md5sum lilydev-4.0-i386.hybrid.iso
>   9da792275907b44cd6b98f67b64a33f5  lilydev-4.0-i386.hybrid.iso
> 
> 
> 
> 
> ___
> 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


Re: LilyDev version 4.0 released

2015-10-25 Thread Federico Bruni
Il giorno dom 25 ott 2015 alle 21:14, Paul Morris 
 ha scritto:
I’ve installed and used the new LilyDev 4 and am glad to report 
that everything is working well.  Thanks for updating it.


Thanks, I'm glad that it's useful


  Here are a couple minor things I’ve noticed:

- gedit wasn't installed on my instance for some reason.


It's because I forgot it while rearranging configuration files:
https://github.com/fedelibre/LilyDev/commit/ffeb242eac86530b4e0c70261c4c558f9c1e8d43

Or maybe I decided that Geany was enough. But I can put gedit back in 
the list.




- nano is already set up as the default editor (which is great for 
those like myself who don’t have a clue about vi/vim) so it 
probably makes sense to edit the CG[1] to make it clearer that if 
you’re using LilyDev you don’t need to bother with setting nano 
as the editor with git config.


[1] 
http://lilypond.org/doc/v2.19/Documentation/contributor/setting-up#configuring-git


LilyDev uses the $EDITOR variable


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


Re: LilyDev version 4.0 released

2015-10-13 Thread James
Federico,

On 12/10/15 20:54, Federico Bruni wrote:
> Il giorno lun 12 ott 2015 alle 19:33, James  ha scritto:
>> Anything particular you want to test?
>
> No, nothing in particular.  Just to test if I missed something.
> Let me know if I should update the CG (next week) or if you prefer
> doing it yourself

I'll do something in the next day or so, thanks for your work on this.

https://sourceforge.net/p/testlilyissues/issues/4635/

James

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


LilyDev version 4.0 released

2015-10-12 Thread Federico Bruni

Hi all

I've just uploaded the new LilyDev iso to Github:
https://github.com/fedelibre/LilyDev/releases/tag/v4.0

Please test it. If it's working fine we should update the CG.

Thanks
Federico


Notable changes:

- Upgrade to **Debian 8 Jessie** and **live-build 4**.
- **Interactive Git setup** at first startup to create user's 
`~/.gitconfig` and download LilyPond git repositories (which were 
previously included out-of-date in the image).
- Installation simplified through preseed.cfg: no need to choose a 
repository mirror or a root password (defaults to httpredir.debian.org 
and sudo).
- `.bashrc` improved: terminal prompt shows git branch, plus other 
fixes.

- Live option removed from the boot menu.
- Add new lilypond dependency: fonts-texgyre.
- Add a few packages: less, gedit, geany, spice-vdagent (to enable 
clipboard sharing in QEMU).

- Chromium has replaced Iceweasel (a.k.a. Firefox) as default browser.

You can check the integrity of the file with this command:

   $ md5sum lilydev-4.0-i386.hybrid.iso
   9da792275907b44cd6b98f67b64a33f5  lilydev-4.0-i386.hybrid.iso




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


Re: LilyDev version 4.0 released

2015-10-12 Thread James
Hello,

On 12/10/15 17:15, Federico Bruni wrote:
> Hi all
>
> I've just uploaded the new LilyDev iso to Github:
> https://github.com/fedelibre/LilyDev/releases/tag/v4.0
>
> Please test it. If it's working fine we should update the CG.

Anything particular you want to test?

I did an install and make, make test-baseline, make check and make doc
and it all works.

I can see that git-cl is current but didn't try that.

James

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


Re: LilyDev version 4.0 released

2015-10-12 Thread Federico Bruni

Il giorno lun 12 ott 2015 alle 19:33, James  ha scritto:

Anything particular you want to test?


No, nothing in particular.  Just to test if I missed something.
Let me know if I should update the CG (next week) or if you prefer 
doing it yourself.





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