[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha buildrelease,1.1.2.8,1.1.2.9
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha buildrelease,1.1.2.8,1.1.2.9 |
Date: |
Wed, 26 Jun 2002 13:59:25 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv29028
Modified Files:
Tag: rel-1-2
buildrelease
Log Message:
buildrelease will check for docs subdirectory in /root/docs/ and copy that to
the tarball.
Index: buildrelease
===================================================================
RCS file: /cvsroot/koha/koha/Attic/buildrelease,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -r1.1.2.8 -r1.1.2.9
*** buildrelease 26 Jun 2002 20:00:19 -0000 1.1.2.8
--- buildrelease 26 Jun 2002 20:59:23 -0000 1.1.2.9
***************
*** 254,257 ****
--- 254,265 ----
system("find $rootdir -name .#* -exec rm -rf \\{\\} \\; 2>/dev/null");
+ if (-e "/root/docs") {
+ print "Copying docs folder from /root/docs...";
+ system("cp /root/docs/* $rootdir/docs/");
+ } else {
+ print "I would have copied the docs from from /root/docs, but I couldn't
find it.\n";
+ print "Press <ENTER> to continue...\n";
+ <STDIN>;
+ }
chdir("/tmp");
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha buildrelease,1.1.2.8,1.1.2.9,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4 Z3950.pm,1.1.2.1,1.1.2.2 SimpleMarc.pm,1.1.2.2,1.1.2.3
- Next by Date:
[Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5.2.2,1.5.2.3
- Previous by thread:
[Koha-cvs] CVS: koha/C4 Z3950.pm,1.1.2.1,1.1.2.2 SimpleMarc.pm,1.1.2.2,1.1.2.3
- Next by thread:
[Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5.2.2,1.5.2.3
- Index(es):