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

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Jun 25 19:36:43 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	buildrelease 
Log Message:
Commented opac-html cleanup


Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/Attic/buildrelease,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** buildrelease	25 Jun 2002 16:31:22 -0000	1.1.2.3
--- buildrelease	25 Jun 2002 17:36:39 -0000	1.1.2.4
***************
*** 90,93 ****
--- 90,95 ----
  if ($input =~ /^n/i) {
      $releaseversion=$currentversion;
+     print "Do not do this if you have released the tarball to anybody, as it will\n";
+     print "overwrite the tag marking the files that were in the tarball.\n\n";
      print "Confirm that you want to overwrite the tag for $releaseversion? Y/[N]: ";
      chomp($input = <STDIN>);
***************
*** 208,215 ****
  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");
--- 210,219 ----
  system("cp -a $kohahtmldir/opac-html/* $rootdir/opac-html");
  
! # 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");





More information about the Koha-cvs mailing list