[1789] | 1 | This is the root-Subversion directory for the |
---|
[8403] | 2 | AnuGA Software Development Project developed |
---|
| 3 | at Geoscience Australia (GA) and |
---|
[1789] | 4 | Mathematical Sciences Institute at the Australian National University. |
---|
| 5 | |
---|
[1885] | 6 | |
---|
| 7 | =======SVN=========== |
---|
[1789] | 8 | The Subversion URL is |
---|
| 9 | |
---|
[9291] | 10 | |
---|
| 11 | https://anuga.anu.edu.au/svn/anuga/trunk |
---|
| 12 | |
---|
[1885] | 13 | To checkout |
---|
| 14 | mkdir anuga |
---|
| 15 | cd anuga |
---|
[9291] | 16 | svn co https://anuga.anu.edu.au/svn/anuga/trunk |
---|
[1885] | 17 | |
---|
| 18 | |
---|
| 19 | |
---|
[1964] | 20 | Note that this repository is a merger of two separate SVN repositories. |
---|
| 21 | The earliest entry is thus not revision 1 but revision 136 19 August 2004 (empty padding). |
---|
| 22 | The earliest real entry is revison 173: |
---|
| 23 | ---- |
---|
| 24 | Revision: 173 |
---|
| 25 | Author: ole |
---|
| 26 | Date: 2:10:38 PM, Wednesday, 18 August 2004 |
---|
| 27 | Message: |
---|
| 28 | Initial import of GA storm surge project |
---|
| 29 | ---- |
---|
| 30 | |
---|
[1885] | 31 | |
---|
| 32 | =======TRAC==================== |
---|
[1789] | 33 | The project is managed through TRAC with URL |
---|
| 34 | https://datamining.anu.edu.au/anuga |
---|
[1823] | 35 | or from commandline using |
---|
| 36 | trac-admin in /home/trac on datamining.anu.edu.au |
---|
[1789] | 37 | |
---|
[1823] | 38 | Ex |
---|
| 39 | trac-admin AnuGA help |
---|
| 40 | trac-admin AnuGA permission help |
---|
| 41 | trac-admin AnuGA permission list |
---|
| 42 | trac-admin AnuGA permission add ole CONFIG_VIEW |
---|
| 43 | trac-admin AnuGA permission remove anonymous BROWSER_VIEW |
---|
[1962] | 44 | trac-admin initenv AnuGA /home/svn/ga |
---|
[1789] | 45 | |
---|
[1962] | 46 | trac-admin AnuGA component list |
---|
| 47 | |
---|
[2330] | 48 | The file conf/trac-ini contains more configurations including details about email notification |
---|
[1791] | 49 | |
---|
[1964] | 50 | ====Buildbot==== |
---|
| 51 | These are the commands you need to run to restart the buildbot master or |
---|
| 52 | slave (say, whenever major changes in configuration occur). |
---|
[1791] | 53 | |
---|
[1964] | 54 | On datamining as ole: |
---|
[2388] | 55 | sudo -H -u bbmaster buildbot stop ~bbmaster/buildbot |
---|
| 56 | sudo -H -u bbmaster buildbot start ~bbmaster/buildbot |
---|
[1964] | 57 | |
---|
| 58 | On bergen as ole: |
---|
[2388] | 59 | sudo -H -u bbslave buildbot stop ~bbslave/buildbot |
---|
| 60 | sudo -H -u bbslave buildbot start ~bbslave/buildbot |
---|
[1964] | 61 | |
---|
[2365] | 62 | And on datamining the buildbot interface is invoked as |
---|
| 63 | mozilla http://localhost:8010 |
---|
| 64 | http://datamining.anu.edu.au:8010 |
---|
[1964] | 65 | |
---|
[2365] | 66 | To reload master.cfg |
---|
[2388] | 67 | sudo -H -u bbmaster buildbot sighup ~bbmaster/buildbot |
---|
[1964] | 68 | |
---|
[2365] | 69 | |
---|
[1964] | 70 | See http://buildbot.sourceforge.net/PyCon-2003/buildbot.html |
---|
| 71 | |
---|
| 72 | |
---|