[Koha-devel] git.koha.org server change

2008-03-12 Thread Galen Charlton
Hi, The public git repository, gitweb, and gitstats running on git.koha.org will be moved to a new server later today, and consequently the DNS entry for git.koha.org will be changed to point to the new server. As noted earlier this week, gitweb is currently not functioning, although the git repo

Re: [Koha-devel] git.koha.org server change

2008-03-12 Thread Rick Welykochy
Galen Charlton wrote: protocol. The breakage was caused by our (LibLime's) attempt to apply security updates on the virtual private server running git.koha.org. However, this appears to have resulted in an incompatibility between the C library and the kernel of either the host or client operati

[Koha-devel] what is a 'PE' branch ?

2008-03-12 Thread Paul POULAIN
Hello, could someone explain to me what is the meaning (functionnaly speaking) of this portion of code : (C4/Circulation.pm) # check if the book is in a permanent collection my $hbr = $iteminformation->{'homebranch'}; my $branches = GetBranches(); if ( $

Re: [Koha-devel] what is a 'PE' branch ?

2008-03-12 Thread Chris Cormack
On 3/13/08, Paul POULAIN <[EMAIL PROTECTED]> wrote: > > Hello, > > could someone explain to me what is the meaning (functionnaly speaking) > of this portion of code : > (C4/Circulation.pm) > # check if the book is in a permanent collection > my $hbr = $iteminformation->{'

Re: [Koha-devel] git.koha.org server change

2008-03-12 Thread Joshua Ferraro
Hi Rick, On Wed, Mar 12, 2008 at 6:21 PM, Rick Welykochy <[EMAIL PROTECTED]> wrote: > Galen Charlton wrote: > > > protocol. The breakage was caused by our (LibLime's) attempt to apply > > security updates on the virtual private server running git.koha.org. > > However, this appears to have res