koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/misc buildrelease,1.20,1.21


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/misc buildrelease,1.20,1.21
Date: Fri, 28 Nov 2003 01:40:23 -0800

Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv4553/misc

Modified Files:
        buildrelease 
Log Message:
- using -P to remove empty dirs
- minor code cleaning (removing commented code)

Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/misc/buildrelease,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** buildrelease        5 Sep 2003 11:29:07 -0000       1.20
--- buildrelease        28 Nov 2003 09:40:18 -0000      1.21
***************
*** 219,223 ****
  |;
  chdir($kohadir) || die "$kohadir: $!\n";
! system("cvs update");
  if ($cvstag) {
      print qq|
--- 219,223 ----
  |;
  chdir($kohadir) || die "$kohadir: $!\n";
! system("cvs update -P");
  if ($cvstag) {
      print qq|
***************
*** 226,243 ****
      system("cvs tag -F R_$tagname");
  }
- #print qq|
- #Updating your checked-out copy of the 'koha-html' CVS files.
- #You may need to enter your SourceForge password.
- #Using $kohahtmldir.
- #|;
- #chdir($kohahtmldir) || die "$kohahtmldir: $!\n";
- #system("cvs update");
- 
- #if ($cvstag) {
- #    print qq|
- #Tagging koha-html with tag R_$tagname
- #|;
- #    system("cvs tag -F R_$tagname");
- #}
  
  #----------------------------------------------------------
--- 226,229 ----
***************
*** 295,301 ****
  
  # Move files from intranet-cgi to /scripts/ directory
- system("mv $rootdir/intranet-cgi/telnet $rootdir/scripts");
- system("mv $rootdir/intranet-cgi/tkperl $rootdir/scripts");
- system("mv $rootdir/intranet-cgi/translator $rootdir/scripts");
  system("mv $rootdir/intranet-cgi/updater $rootdir/scripts");
  system("mv $rootdir/intranet-cgi/misc $rootdir/scripts");
--- 281,284 ----
***************
*** 327,340 ****
  system("cp $rootdir/intranet-cgi/koha-tmpl/intranet.html 
$rootdir/intranet-html/index.html");
  system('rm', '-rf', "$rootdir/intranet-cgi/koha-tmpl");
- 
- # Remove extraneous files from opac-html
- #system("rm -f $rootdir/opac-html/koha.mo");
- #system("rm -f $rootdir/opac-html/koha.pot");
- #system("rm -f $rootdir/opac-html/test");
- 
- # Remove extraneous files from intranet-html
- #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
--- 310,313 ----




reply via email to

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