Overview
Comment: | Use -test-paths to find location to put eggs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | development |
Files: | files | file ages | folders |
SHA1: |
72d5003fa75c36462d0ca077b6647b0f |
User & Date: | matt on 2013-03-28 07:43:58 |
Other Links: | branch diff | manifest | tags |
Context
2013-03-28
| ||
10:19 | Protected most create directories, remove directories and links with exception handling and (hopefully) the appropriate recovery action. In many cases I exit as usually this is due to permissions. In some cases I continue on after putting an error on stderr. check-in: f95edbc998 user: mrwellan tags: development | |
07:43 | Use -test-paths to find location to put eggs check-in: 72d5003fa7 user: matt tags: development | |
2013-03-27
| ||
23:55 | Added deploy of the eggs check-in: 942beb12d3 user: matt tags: development | |
Changes
Modified mkdeploy/megatest.config from [048e8eabb8] to [5868ae3469].
1 2 3 4 5 6 7 | [fields] PLATFORM TEXT OS TEXT OSVER TEXT [setup] # Adjust max_concurrent_jobs to limit parallel jobs | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [fields] PLATFORM TEXT OS TEXT OSVER TEXT [setup] # Adjust max_concurrent_jobs to limit parallel jobs max_concurrent_jobs 20 # This is your link path, best to set it and then not change it linktree #{getenv MT_RUN_AREA_HOME}/linktree # Job tools control how your jobs are launched [jobtools] useshell yes |
︙ | ︙ |
Modified mkdeploy/tests/eggs/install.sh from [75676a29df] to [f4ea44ce25].
1 | #!/bin/bash -e | | | | 1 2 3 4 | #!/bin/bash -e targpath=`megatest -test-paths -target $MT_TARGET :runname $MT_RUNNAME -testpatt executables/megatest` chicken-install -prefix $targpath/megatest -deploy $EGGNAME echo DONE |