[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 | https://datamining.anu.edu.au/svn/ga/ |
---|
| 10 | |
---|
[1885] | 11 | To checkout |
---|
| 12 | mkdir anuga |
---|
| 13 | cd anuga |
---|
| 14 | svn co --username ole https://datamining.anu.edu.au/svn/ga |
---|
| 15 | |
---|
| 16 | Externals: |
---|
| 17 | svn propget svn:externals pyvolution |
---|
| 18 | set with propset. |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | Keywords: |
---|
| 22 | To set subversion keyword expansion: |
---|
| 23 | |
---|
| 24 | svn propset svn:keywords "LastChangedDate LastChangedRevision LastChangedBy HeadURL Id" version.txt |
---|
| 25 | |
---|
| 26 | Subversion keywords: |
---|
| 27 | |
---|
| 28 | $LastChangedDate: 2005-01-21 13:47:47 +1100 (Fri, 21 Jan 2005) $ |
---|
| 29 | $LastChangedRevision: 635 $ |
---|
| 30 | $LastChangedBy: ole $ |
---|
| 31 | $HeadURL: https://datamining.anu.edu.au/svn/projects/ga/storm_surge/pyvolution/version.txt $ |
---|
| 32 | $Id: version.txt 635 2005-01-21 02:47:47Z ole $ |
---|
[1964] | 33 | |
---|
| 34 | |
---|
| 35 | |
---|
| 36 | Note that this repository is a merger of two separate SVN repositories. |
---|
| 37 | The earliest entry is thus not revision 1 but revision 136 19 August 2004 (empty padding). |
---|
| 38 | The earliest real entry is revison 173: |
---|
| 39 | ---- |
---|
| 40 | Revision: 173 |
---|
| 41 | Author: ole |
---|
| 42 | Date: 2:10:38 PM, Wednesday, 18 August 2004 |
---|
| 43 | Message: |
---|
| 44 | Initial import of GA storm surge project |
---|
| 45 | ---- |
---|
| 46 | |
---|
[1885] | 47 | |
---|
| 48 | =======TRAC==================== |
---|
[1789] | 49 | The project is managed through TRAC with URL |
---|
| 50 | https://datamining.anu.edu.au/anuga |
---|
[1823] | 51 | or from commandline using |
---|
| 52 | trac-admin in /home/trac on datamining.anu.edu.au |
---|
[1789] | 53 | |
---|
[1823] | 54 | Ex |
---|
| 55 | trac-admin AnuGA help |
---|
| 56 | trac-admin AnuGA permission help |
---|
| 57 | trac-admin AnuGA permission list |
---|
| 58 | trac-admin AnuGA permission add ole CONFIG_VIEW |
---|
| 59 | trac-admin AnuGA permission remove anonymous BROWSER_VIEW |
---|
[1962] | 60 | trac-admin initenv AnuGA /home/svn/ga |
---|
[1789] | 61 | |
---|
[1962] | 62 | trac-admin AnuGA component list |
---|
| 63 | |
---|
[2330] | 64 | The file conf/trac-ini contains more configurations including details about email notification |
---|
[1791] | 65 | |
---|
[1964] | 66 | ====Buildbot==== |
---|
| 67 | These are the commands you need to run to restart the buildbot master or |
---|
| 68 | slave (say, whenever major changes in configuration occur). |
---|
[1791] | 69 | |
---|
[1964] | 70 | On datamining as ole: |
---|
[2388] | 71 | sudo -H -u bbmaster buildbot stop ~bbmaster/buildbot |
---|
| 72 | sudo -H -u bbmaster buildbot start ~bbmaster/buildbot |
---|
[1964] | 73 | |
---|
| 74 | On bergen as ole: |
---|
[2388] | 75 | sudo -H -u bbslave buildbot stop ~bbslave/buildbot |
---|
| 76 | sudo -H -u bbslave buildbot start ~bbslave/buildbot |
---|
[1964] | 77 | |
---|
[2365] | 78 | And on datamining the buildbot interface is invoked as |
---|
| 79 | mozilla http://localhost:8010 |
---|
| 80 | http://datamining.anu.edu.au:8010 |
---|
[1964] | 81 | |
---|
[2365] | 82 | To reload master.cfg |
---|
[2388] | 83 | sudo -H -u bbmaster buildbot sighup ~bbmaster/buildbot |
---|
[1964] | 84 | |
---|
[2365] | 85 | |
---|
[1964] | 86 | See http://buildbot.sourceforge.net/PyCon-2003/buildbot.html |
---|
| 87 | |
---|
| 88 | |
---|