opensim-tools – Diff between revs 58 and 60

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 58 Rev 60
Line 46... Line 46...
46 rm -rf ../opensim-sources 46 rm -rf ../opensim-sources
47 fi 47 fi
48 cd ../ 48 cd ../
49 echo "[SpectacledOwl] Updating sources..." 49 echo "[SpectacledOwl] Updating sources..."
50 svn co http://svn.was.fm/opensim opensim-sources 50 svn co http://svn.was.fm/opensim opensim-sources
-   51 cd opensim-sources
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 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 53 if [ $? == "0" ]; then
53 echo "[SpectacledOwl] Cleaning..." 54 echo "[SpectacledOwl] Cleaning..."
54 PKG_CONFIG_PATH=/opt/mono-4-0/lib/pkgconfig make clean 55 PKG_CONFIG_PATH=/opt/mono-4-0/lib/pkgconfig make clean
55 echo "[SpectacledOwl] Build..." 56 echo "[SpectacledOwl] Build..."
Line 62... Line 63...
62 cp -Ra bin/* /home/opensim/os/ 63 cp -Ra bin/* /home/opensim/os/
63 echo "[SpectacledOwl] Changing ownership..." 64 echo "[SpectacledOwl] Changing ownership..."
64 chown -R opensim:opensim /home/opensim/os/ 65 chown -R opensim:opensim /home/opensim/os/
65 fi 66 fi
66 fi 67 fi
67   -  
68 if [ -d ../opensim-config/ ]; then 68 if [ -d ../opensim-config/ ]; then
69 cd ../opensim-config/ 69 cd ../opensim-config/
70 svn update 70 svn update
71 dialog --yesno "This option will update OpenSim's configuration files EXCEPT Regions.ini which will not be overwritten. It is useful to synchronize OpenSim's configuration files with new options from the development branch. If you have made changes to OpenSim's ini files, a resonable answer will be no. However, at some point you should make a backup and sync with the development version. Update the configuration files now?" 12 70 71 dialog --yesno "This option will update OpenSim's configuration files EXCEPT Regions.ini which will not be overwritten. It is useful to synchronize OpenSim's configuration files with new options from the development branch. If you have made changes to OpenSim's ini files, a resonable answer will be no. However, at some point you should make a backup and sync with the development version. Update the configuration files now?" 12 70
72 if [ $? == "0" ]; then 72 if [ $? == "0" ]; then