clockwerk-tools – Diff between revs 30 and 31

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 30 Rev 31
Line 49... Line 49...
49 cd clockwerk-opensim 49 cd clockwerk-opensim
50 svn update 50 svn update
51 dialog --yesno "By selecting yes here, the OpenSim sources will be updated from the development repository, compiled and added to the current OpenSim working directory. Selecting yes here will not affect any modifications you may have done to OpenSim's ini files. Upgrade the OpenSim binaries to the lastest development version?" 10 70 51 dialog --yesno "By selecting yes here, the OpenSim sources will be updated from the development repository, compiled and added to the current OpenSim working directory. Selecting yes here will not affect any modifications you may have done to OpenSim's ini files. Upgrade the OpenSim binaries to the lastest development version?" 10 70
52 if [ $? == "0" ]; then 52 if [ $? == "0" ]; then
53 echo "[Clockwerk] Cleaning..." 53 echo "[Clockwerk] Cleaning..."
54 make clean 54 ./runprebuild.sh clean
-   55 echo "[Clockwerk] Prebuild..."
-   56 ./runprebuild.sh
55 echo "[Clockwerk] Build..." 57 echo "[Clockwerk] Build..."
56 make 58 nant
57 if [ -d /srv/opensim ]; then 59 if [ -d /srv/opensim ]; then
58 echo "[Clockwerk] Copying files..." 60 echo "[Clockwerk] Copying files..."
59 mkdir -p /srv/opensim 61 mkdir -p /srv/opensim
60 find bin/ -name \*.ini -o -name \*.config -o -name assets -o -name assetcache -exec rm -rf '{}' \; 62 find bin/ -name \*.ini -o -name \*.config -o -name assets -o -name assetcache -exec rm -rf '{}' \;
61 cp -Ra bin/* /srv/opensim/ 63 cp -Ra bin/* /srv/opensim/