[Koha-cvs] CVS: koha buildrelease,1.1.2.2,1.1.2.3

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Jun 25 18:31:24 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	buildrelease 
Log Message:
Missed some changes in my last commit


Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/Attic/buildrelease,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** buildrelease	25 Jun 2002 15:22:59 -0000	1.1.2.2
--- buildrelease	25 Jun 2002 16:31:22 -0000	1.1.2.3
***************
*** 176,179 ****
--- 176,181 ----
  system("mv $rootdir/intranet-cgi/koha.conf $rootdir");
  system("mv $rootdir/intranet-cgi/koha.mysql $rootdir");
+ 
+ # Copy files from intranet-cgi to opac-cgi
  system("cp $rootdir/intranet-cgi/detail.pl $rootdir/opac-cgi");
  system("cp $rootdir/intranet-cgi/moredetail.pl $rootdir/opac-cgi");
***************
*** 188,198 ****
--- 190,220 ----
  system("mv $rootdir/intranet-cgi/misc $rootdir/scripts");
  
+ 
+ # Remove extraneous files from intranet-cgi
+ system("rm -f $rootdir/intranet-cgi/ChangeLog.bak");
+ system("rm -f $rootdir/intranet-cgi/ChangeLog.bak");
+ system("rm -f $rootdir/intranet-cgi/SendMessages");
+ system("rm -f $rootdir/intranet-cgi/buildrelease");
+ system("rm -f $rootdir/intranet-cgi/database.mysql");
+ system("rm -f $rootdir/intranet-cgi/installer-lite.pl");
+ system("rm -f $rootdir/intranet-cgi/koha-1.2.0.tar.gz");
+ system("rm -f $rootdir/intranet-cgi/rel-1-2");
+ system("rm -f $rootdir/intranet-cgi/testKoha.pl");
+ system("rm -rf $rootdir/intranet-cgi/html-template");
+ system("rm -rf $rootdir/intranet-cgi/t");
+ 
  # Copy all CVS files to intranet-html and opac-html
  system("cp -a $kohahtmldir/intranet-html/* $rootdir/intranet-html");
  system("cp -a $kohahtmldir/opac-html/* $rootdir/opac-html");
+ 
+ # Remove extraneous files from intranet-html
  system("rm -f $rootdir/opac-html/koha.mo");
  system("rm -f $rootdir/opac-html/koha.pot");
  system("rm -f $rootdir/opac-html/test");
+ system("rm -f $rootdir/intranet-html/koha.pot");
+ system("rm -f $rootdir/intranet-html/results.html");
+ system("rm -f $rootdir/intranet-html/test");
  
+ # Remove junk from directory
  system("find $rootdir -name CVS -exec rm -rf \\{\\} \\; 2>/dev/null");
  system("find $rootdir -name *~ -exec rm -rf \\{\\} \\; 2>/dev/null");





More information about the Koha-cvs mailing list