aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorgareth2007-05-27 22:57:41 +0000
committergareth2007-05-27 22:57:41 +0000
commit679b4c5ccd148c0ed3e07f3186c959c22079a25b (patch)
tree0b9133b56b07e3a2cb507b29c8b761c535c358db
parentFIXED THE TRUNK! (diff)
downloadopensim-SC_OLD-679b4c5ccd148c0ed3e07f3186c959c22079a25b.zip
opensim-SC_OLD-679b4c5ccd148c0ed3e07f3186c959c22079a25b.tar.gz
opensim-SC_OLD-679b4c5ccd148c0ed3e07f3186c959c22079a25b.tar.bz2
opensim-SC_OLD-679b4c5ccd148c0ed3e07f3186c959c22079a25b.tar.xz
I don't know WHY this fixes it but it does
-rwxr-xr-xreleng/dobuild.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/releng/dobuild.sh b/releng/dobuild.sh
index 0fbb979..dd324d8 100755
--- a/releng/dobuild.sh
+++ b/releng/dobuild.sh
@@ -9,12 +9,14 @@ printf "Getting fresh source tree from SVN..."
9svn checkout $1 build 9svn checkout $1 build
10 10
11printf "Updating templates..." 11printf "Updating templates..."
12./parsetmpl.sh templates/VersionInfo.cs.tmpl >build/OpenSim.RegionServer/VersionInfo.cs 12./parsetmpl.sh templates/VersionInfo.cs.tmpl >build/OpenSim/OpenSim.RegionServer/VersionInfo.cs
13 13
14printf "Running prebuild..." 14printf "Running prebuild..."
15cd build 15cd build
16mono bin/Prebuild.exe /target nant 16mono bin/Prebuild.exe /target nant
17 17
18printf "Doing the build..." 18printf "Doing the build..."
19nant 19nant -buildfile:OpenSim.build
20mono bin/Prebuild.exe /target nant
21nant -buildfile:OpenGridServices.build
20 22