sudo add-apt-repository ppa:davy39/ppa
sudo apt-get update
sudo apt-get leo
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B84B2247
sudo add-apt-repository "http://ppa.launchpad.net/davy39/ppa/ubuntu utopic main"
sudo apt-get update
sudo apt-get leo
This would even be better if you run it on various fresh installed environment, as a live CD or Virtualbox in order for us to see if every dependencies are well managed.For having a very nice package, we could think about moving docs, examples, tests and distribution files out of leo module.
I think the first one to be moved is distribution one, otherwise it require to rebuild the entire source tarball everytime we make a little modification of distribution packaging config. It's very enoying.
One last problematic point was versioning. Various files need to be modify when changing realse. I think it's a good opportunity to use clone outlines. Moreover, it will facilitate the task if we could use a debian:ubuntu friendly versionning as Leo-5.0~rc1 and Leo-5.0~final
Thanks for testing !
Can I start working on it ?
Don't worry I will be careful, and first study you scripts details.
Do you know if it is possible to run your windows builder under linux environment ?
Of course... never satisfied :-), I'm wondering what it takes to get it
into the Ubuntu repositories :-} And are we even ready for the traffic
that might generate?
It's pure python, using git tools. It should work if git is installed, but try it and see ;-)
Hi,
I'm happy to announce first releases of Leo 5.0 as a debian/ubuntu packages !
For now it is available on my personal package archive ppa, and I hope it will be on leo's soon.
Let's go straight to the interesting part, thanks to try my builds on your debian based environment :
On Ubuntu :sudo add-apt-repository ppa:davy39/ppa
sudo apt-get update
sudo apt-get leo
On other Debian based system :sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B84B2247
sudo add-apt-repository "http://ppa.launchpad.net/davy39/ppa/ubuntu utopic main"
sudo apt-get update
sudo apt-get leo
I'm happy to announce first releases of Leo 5.0 as a debian/ubuntu packages !
For now it is available on my personal package archive ppa, and I hope it will be on leo's soon.