koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.24,1.4.2.25


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.24,1.4.2.25
Date: Tue, 29 Oct 2002 12:22:48 -0800

Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv22442/updater

Modified Files:
      Tag: rel-1-2
        updatedatabase 
Log Message:
buildrelease now puts the test scripts in $intranetdir/scripts/t/


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.24
retrieving revision 1.4.2.25
diff -C2 -r1.4.2.24 -r1.4.2.25
*** updatedatabase      25 Oct 2002 18:52:47 -0000      1.4.2.24
--- updatedatabase      29 Oct 2002 20:22:43 -0000      1.4.2.25
***************
*** 17,27 ****
  
  BEGIN {
!     $::intranetdir=`grep intranetdir /etc/koha.conf`;
!     chomp $::intranetdir;
!     $::intranetdir=~s/\s*intranetdir\s*=\s*//i;
!     print "$::intranetdir\n";
  }
  
! use lib $::intranetdir."/modules";
  
  
--- 17,27 ----
  
  BEGIN {
!     $intranetdir=`grep intranetdir /etc/koha.conf`;
!     chomp $intranetdir;
!     $intranetdir=~s/\s*intranetdir\s*=\s*//i;
!     $::modulesdir=$intranetdir."/modules";
  }
  
! use lib $::modulesdir;
  
  
***************
*** 416,419 ****
--- 416,422 ----
  
  # $Log$
+ # Revision 1.4.2.25  2002/10/29 20:22:43  tonnesen
+ # buildrelease now puts the test scripts in $intranetdir/scripts/t/
+ #
  # Revision 1.4.2.24  2002/10/25 18:52:47  tonnesen
  # Moved bulkmracimport.pl to scripts directory (through buildrelease script)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]