Overview
Comment: | Got nbfind working on ubuntu |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4cf18277f3e0000cda795633c515ad20 |
User & Date: | matt on 2012-03-20 23:28:57 |
Other Links: | manifest | tags |
Context
2012-03-25
| ||
14:41 | Fixed updating of test run meta data check-in: 39b53fe321 user: matt tags: trunk | |
2012-03-20
| ||
23:28 | Got nbfind working on ubuntu check-in: 4cf18277f3 user: matt tags: trunk | |
18:24 | Added template for load based launcher check-in: 5b804d31a0 user: mrwellan tags: trunk | |
Changes
Modified Makefile from [cd8f90dd01] to [76b5c2ca20].
︙ | |||
42 43 44 45 46 47 48 49 50 51 52 53 54 55 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | + + + - + | cp $< $@ chmod a+x $@ $(PREFIX)/bin/nbfake : utils/nbfake cp $< $@ chmod a+x $@ $(PREFIX)/bin/nbfind : utils/nbfind cp $< $@ chmod a+x $@ # install dashboard as dboard so wrapper script can be called dashboard $(PREFIX)/bin/dboard : dboard $(FILES) cp dboard $(PREFIX)/bin/dboard utils/mk_dashboard_wrapper $(PREFIX) > $(PREFIX)/bin/dashboard chmod a+x $(PREFIX)/bin/dashboard |
︙ |
Added tests/tests/ezlog_fail/lookithome.logpro version [1d9c0ef873].
|
Modified utils/nbfind from [bb90861904] to [f0e3e0c4ea].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - + - - + + + + + + + + - + + - + |
|