Changes between Version 7 and Version 8 of BossaExampleThree
- Timestamp:
- Aug 19, 2008, 4:06:09 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaExampleThree
v7 v8 35 35 Create some jobs: 36 36 {{{ 37 php bossa_example_make_jobs --app_name bossa_example3 --dir example37 php bossa_example_make_jobs.php --app_name bossa_example3 --dir example 38 38 }}} 39 39 40 40 We'll also need to create some calibration jobs: 41 41 {{{ 42 php bossa_example_make_jobs --app_name bossa_example3 --dir example --calibration42 php bossa_example_make_jobs.php --app_name bossa_example3 --dir example --calibration 43 43 }}} 44 44