[jsword-svn] jsword/etc/build s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Fri May 13 05:09:25 MST 2005
Update of /cvs/jsword/jsword/etc/build
In directory www.crosswire.org:/tmp/cvs-serv17651/etc/build
Modified Files:
rebuild.sh settings.crosswire.org.sh settings.global.sh
Log Message:
Build changes, hopefully improvements.
Index: rebuild.sh
===================================================================
RCS file: /cvs/jsword/jsword/etc/build/rebuild.sh,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** rebuild.sh 9 May 2005 01:29:07 -0000 1.18
--- rebuild.sh 13 May 2005 12:09:23 -0000 1.19
***************
*** 38,44 ****
cd $JSWORD_HOME/../$PROJECT
cvs -q up -d -P
- # Ensure that directory permissions and ownership are as expected
- find . -type d -name CVS -prune -o -type d ! -perm -2775 -print | xargs chmod 2775
- find . -type d -name CVS -prune -o -type d ! -group jsword | xargs chgrp jsword
done
chmod 755 $JSWORD_HOME/etc/build/*.sh
--- 38,41 ----
Index: settings.crosswire.org.sh
===================================================================
RCS file: /cvs/jsword/jsword/etc/build/settings.crosswire.org.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** settings.crosswire.org.sh 22 Aug 2004 21:13:39 -0000 1.13
--- settings.crosswire.org.sh 13 May 2005 12:09:23 -0000 1.14
***************
*** 1,3 ****
! #!/bin/sh
export WEBAPP_JSWORD=/home/jsword/html
--- 1,3 ----
! umask -S u=rwx,g=rwx,o=rx
export WEBAPP_JSWORD=/home/jsword/html
***************
*** 11,15 ****
export EMAIL=joe at eireneh.com
! export ANT_HOME=/home/joe/local/ant
export JAVA_HOME=/usr/local/java
--- 11,15 ----
export EMAIL=joe at eireneh.com
! export ANT_HOME=/usr/local/ant
export JAVA_HOME=/usr/local/java
***************
*** 17,21 ****
export PATH=$PATH:/bin
export PATH=$PATH:/usr/bin
export PATH=$PATH:/home/joe/local/bin
export PATH=$PATH:$JAVA_HOME/bin
- export PATH=$PATH:$ANT_HOME/bin
--- 17,21 ----
export PATH=$PATH:/bin
export PATH=$PATH:/usr/bin
+ export PATH=$PATH:$ANT_HOME/bin
export PATH=$PATH:/home/joe/local/bin
export PATH=$PATH:$JAVA_HOME/bin
Index: settings.global.sh
===================================================================
RCS file: /cvs/jsword/jsword/etc/build/settings.global.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** settings.global.sh 22 Aug 2004 19:48:19 -0000 1.11
--- settings.global.sh 13 May 2005 12:09:23 -0000 1.12
***************
*** 1,4 ****
- #!/bin/sh
-
export LOGFILE=$WEBAPP_JSWORD/buildlog.txt
--- 1,2 ----
More information about the jsword-svn
mailing list