source: trunk/README.txt @ 9479

Last change on this file since 9479 was 9291, checked in by steve, 11 years ago

Fixed typo in error message for pymetis

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