koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha buildrelease,1.3,1.4 installer.pl,1.9,1.10


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha buildrelease,1.3,1.4 installer.pl,1.9,1.10
Date: Tue, 24 Sep 2002 05:56:04 -0700

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

Modified Files:
        buildrelease installer.pl 
Log Message:
long WAS the road to 1.3.0...
coming VERY SOON NOW...
modifying installer and buildrelease to update the DB


Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/buildrelease,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** buildrelease        4 Jul 2002 13:05:52 -0000       1.3
--- buildrelease        24 Sep 2002 12:56:02 -0000      1.4
***************
*** 237,240 ****
--- 237,241 ----
  system("mv $rootdir/intranet-cgi/updater $rootdir/scripts");
  system("mv $rootdir/intranet-cgi/misc $rootdir/scripts");
+ system("mv $rootdir/intranet-cgi/marc $rootdir/scripts");
  system("mv $rootdir/intranet-cgi/acqui.simple/processz3950queue 
$rootdir/scripts/z3950daemon/");
  system("mv $rootdir/intranet-cgi/acqui.simple/z3950-daemon-launch.sh 
$rootdir/scripts/z3950daemon/");

Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** installer.pl        6 Sep 2002 16:43:18 -0000       1.9
--- installer.pl        24 Sep 2002 12:56:02 -0000      1.10
***************
*** 923,926 ****
--- 923,934 ----
  }
  
+ print qq|
+ 
+ UPDATING DATABASE (MARC TABLES)
+ ===============================
+ |;
+ system ("perl -I $kohadir/modules scripts/marc/fill_usmarc.pl");
+ system ("perl -I $kohadir/modules scripts/marc/updatedb2marc.pl");
+ 
  
  chmod 0770, $kohalogdir;




reply via email to

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