Browse Source

Updates to files for use on dmdirc.com server


git-svn-id: http://svn.dmdirc.com/trunk@876 00569f92-eb28-0410-84fd-f71c24880f
tags/0.3
Shane Mc Cormack 17 years ago
parent
commit
59f55ec748
2 changed files with 4 additions and 4 deletions
  1. 2
    2
      BuildAll.sh
  2. 2
    2
      DoReports.sh

+ 2
- 2
BuildAll.sh View File

@@ -8,9 +8,9 @@ WWWDIR="/home/dmdirc/www"
8 8
 # Path to trunk
9 9
 MYDIR="/home/dmdirc/google"
10 10
 # Path to ant binary
11
-ANT="/usr/ant/bin/ant"
11
+ANT="/usr/bin/ant"
12 12
 # Path to svn binary
13
-SVN="/usr/local/bin/svn"
13
+SVN="/usr/bin/svn"
14 14
 
15 15
 /bin/sh $MYDIR/oblong.sh "Nightly Build" "Build Started"
16 16
 rm -Rf $MYDIR/dist

+ 2
- 2
DoReports.sh View File

@@ -6,9 +6,9 @@
6 6
 # Path to trunk
7 7
 MYDIR="/home/dmdirc/google"
8 8
 # Path to ant binary
9
-ANT="/usr/ant/bin/ant"
9
+ANT="/usr/bin/ant"
10 10
 # Path to svn binary
11
-SVN="/usr/local/bin/svn"
11
+SVN="/usr/bin/svn"
12 12
 
13 13
 /bin/sh $MYDIR/oblong.sh "Reports" "Style Report Generation Started";
14 14
 cd $MYDIR

Loading…
Cancel
Save