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