clockwerk-tools – Diff between revs 39 and 40

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 39 Rev 40
Line 40... Line 40...
40 fi 40 fi
Line 41... Line 41...
41   41  
42 # OpenSim upgrade 42 # OpenSim upgrade
43 pushd ./ 43 pushd ./
44 cd ../ -  
45 if [ ! -d clockwerk-opensim ]; then -  
46 svn co http://svn.was.fm/clockwerk-opensim -  
47 fi 44 cd ../
-   45 echo "[Clockwerk] Updating sources..."
-   46 if [ -d clockwerk-opensim ]; then
-   47 rm -rf clockwerk-opensim
-   48 fi
48 echo "[Clockwerk] Updating sources..." 49 svn co http://svn.was.fm/clockwerk-opensim
49 cd clockwerk-opensim -  
50 yes | ./runprebuild.sh clean -  
51 svn revert --recursive . -  
52 svn status | grep "^\?" | grep -v "." | awk '{print $2}' | xargs rm -rf - -  
53 svn status | grep "^\!" | grep -v "." | awk '{print $2}' | xargs rm -rf - -  
54 svn update --accept base 50 cd clockwerk-opensim
55 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
56 if [ $? == "0" ]; then 52 if [ $? == "0" ]; then
57 echo "[Clockwerk] Cleaning..." 53 echo "[Clockwerk] Cleaning..."
58 yes | ./runprebuild.sh clean 54 yes | ./runprebuild.sh clean