Changes between Version 10 and Version 11 of WikiStart
- Timestamp:
- 03/11/10 11:51:06 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v10 v11 45 45 }}} 46 46 which will create a directory `sge` of the current 47 source. The head of the 48 source tree is actually available directly via the `Repository URL` links 49 for each repository. If you 50 really need to download the current source without darcs, this should do the trick: 47 source. Alternatively, you can get a tarball from the 48 [http://arc.liv.ac.uk/downloads/SGE snapshot directory], but 49 snapshots currently aren't made automatically, so it may not be so up-to-date. 50 The head of the source tree is actually available directly via the 51 `Repository URL` links for each repository, and if you 52 really need all the current source without darcs, this should do the trick: 51 53 {{{ 52 54 wget -e robots=off -r -X /repos/darcs/sge/_darcs -np http://arc.liv.ac.uk/repos/darcs/sge 53 55 find arc.liv.ac.uk/repos/darcs/ -name index.html\\?\* | xargs rm 54 56 }}} 55 56 You can get a tarball from the [http://arc.liv.ac.uk/downloads/SGE snapshot directory], but57 snapshots currently aren't made automatically, so it may not be so up-to-date.58 57 59 58 The files omitted from those in the head of the sunsource `sge` repo are … … 70 69 which is something to improve urgently. With appropriate development 71 70 packages installed—they need documenting—it should build on GNU/Linux 72 with something like 71 in Bourne shell with something like: 73 72 {{{ 74 73 cd source … … 76 75 ./aimk -system-libs -no-gui-inst 77 76 }}} 77 or, to avoid Java stuff: 78 {{{ 79 cd source 80 ./aimk -only-depend && scripts/zerodepend && 81 ./aimk -no-java -no-jni depend && 82 ./aimk -system-libs -no-gui-inst -no-java -no-jni 83 }}} 84 For further information, see 85 [source:/sge/source/README.BUILD README.BUILD] and 86 [source:/sge/source/README.aimk README.aimk] in the source tree, and 87 ignore any inappropriate references to the sunsource web site, at 88 least—those documents need review in the absence of a better build 89 system. 78 90 79 91 == Bug reporting, patches, and mail lists == … … 81 93 There aren't currently any accessible mail lists associated with the 82 94 project, but should be soon, and unfortunately you can't currently reply to 83 any mail from the tracker, such as notifications of tickets. You can create an account 95 any mail from the tracker, such as notifications of tickets. You can 96 create an account 84 97 to put tickets in the [ticket: issue tracker], or use the `tourist` 85 98 account with `sge` as the password. If you do use tourist, it may be useful 86 to put a mail address in the report in case of queries. (It will eventually be 87 possible to make bug reports by mail.) 99 to put a mail address in the report in case of queries. 100 101 It will eventually be possible to make bug reports by mail in the 102 convenient, time-honoured fashion. 88 103 89 104 The best way to send patches is to record them in your local darcs