1 | This is the root-Subversion directory for the |
---|
2 | AnuGA Software Development Project developed |
---|
3 | at Geoscience Australia (GA) and |
---|
4 | Mathematical Sciences Institute at the Australian National University. |
---|
5 | |
---|
6 | |
---|
7 | =======SVN=========== |
---|
8 | The Subversion URL is |
---|
9 | |
---|
10 | |
---|
11 | https://anuga.anu.edu.au/svn/anuga/trunk |
---|
12 | |
---|
13 | To checkout |
---|
14 | mkdir anuga |
---|
15 | cd anuga |
---|
16 | svn co https://anuga.anu.edu.au/svn/anuga/trunk |
---|
17 | |
---|
18 | |
---|
19 | |
---|
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 | |
---|
31 | |
---|
32 | =======TRAC==================== |
---|
33 | The project is managed through TRAC with URL |
---|
34 | https://datamining.anu.edu.au/anuga |
---|
35 | or from commandline using |
---|
36 | trac-admin in /home/trac on datamining.anu.edu.au |
---|
37 | |
---|
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 |
---|
44 | trac-admin initenv AnuGA /home/svn/ga |
---|
45 | |
---|
46 | trac-admin AnuGA component list |
---|
47 | |
---|
48 | The file conf/trac-ini contains more configurations including details about email notification |
---|
49 | |
---|
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). |
---|
53 | |
---|
54 | On datamining as ole: |
---|
55 | sudo -H -u bbmaster buildbot stop ~bbmaster/buildbot |
---|
56 | sudo -H -u bbmaster buildbot start ~bbmaster/buildbot |
---|
57 | |
---|
58 | On bergen as ole: |
---|
59 | sudo -H -u bbslave buildbot stop ~bbslave/buildbot |
---|
60 | sudo -H -u bbslave buildbot start ~bbslave/buildbot |
---|
61 | |
---|
62 | And on datamining the buildbot interface is invoked as |
---|
63 | mozilla http://localhost:8010 |
---|
64 | http://datamining.anu.edu.au:8010 |
---|
65 | |
---|
66 | To reload master.cfg |
---|
67 | sudo -H -u bbmaster buildbot sighup ~bbmaster/buildbot |
---|
68 | |
---|
69 | |
---|
70 | See http://buildbot.sourceforge.net/PyCon-2003/buildbot.html |
---|
71 | |
---|
72 | |
---|