Koha repo

MC will be pleased to know I’ve fixed my gpg key and resigned my repo (and packages).
Im currently working on the .config file to preconfigure the package.
Related Posts:Koha 3 Packaging Making installing Koha dependencies easierkoha-community.orgNew release of the Koha Live CDNew Koha developer at Catalyst

Posted on August 10, 2008 at 11:44 am by Chris · Permalink · Leave a comment
In: Geek, Koha · Tagged with: ,

Koha 3 Packaging

Ok, the 2nd crack of my debian package is up in my repo now
Add
deb http://apt.workbuffer.org/ hardy all
To your /etc/apt/sources.list
And then
sudo apt-get update
sudo apt-get install libkoha-perl
And if you are willing you can checkout my package branch, and build your own package, for your architecture.
git clone git://gitorious.org/koha/mainline.git koha
OR
git clone http://git.gitorious.org/koha/mainline.git
Then
git -r branch
Will show you the remote branches,
git [...]

Posted on August 5, 2008 at 11:46 am by Chris · Permalink · 12 Comments
In: Geek, Koha, Sport, Travel · Tagged with: , ,

Making installing Koha dependencies easier

I did some work with CPANPLUS specifically using cpan2dist and CPANPLUS::Dist::Deb to create a distribution using Bundle::KohaSupport as the base.
So now we can do this, add a line to our sources.list
deb http://apt.workbuffer.org/ unstable main
run apt-get update
Then

chris@ubuntu:~/git/koha.git$ sudo apt-get install cpan-libbundle-kohasupport-perl
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following extra packages will be installed:
cpan-libalgorithm-checkdigits-perl cpan-libansicolor-perl [...]

Posted on July 22, 2008 at 11:24 pm by Chris · Permalink · Leave a comment
In: Geek, Koha · Tagged with: ,