move the space requirements into single place, README.core
This commit is contained in:
parent
2a74987925
commit
f7df01fdcf
@ -8,8 +8,10 @@ Release Engineering
|
|||||||
|
|
||||||
* SETUP THE TEST ENVIRONMENT AND RUN THE TEST SUITE
|
* SETUP THE TEST ENVIRONMENT AND RUN THE TEST SUITE
|
||||||
+ All tests have to be run from the releng/ directory, within
|
+ All tests have to be run from the releng/ directory, within
|
||||||
libisoburn source tree. There is a 'master' script called
|
libisoburn source tree. Self-generated data are stored in
|
||||||
run_all_releng, which runs all scripts prefixed with releng_*.
|
./releng_generated_data/ directory, and the required space for
|
||||||
|
these data is about 300 megabytes. There is a 'master' script
|
||||||
|
called run_all_releng, which runs all scripts prefixed with releng_*.
|
||||||
+ Any releng_* script can be run on its own, regardless.
|
+ Any releng_* script can be run on its own, regardless.
|
||||||
+ Any manual_* script is to be run on its own, i.e. by hand.
|
+ Any manual_* script is to be run on its own, i.e. by hand.
|
||||||
+ All scripts support -h, -help, --help and
|
+ All scripts support -h, -help, --help and
|
||||||
|
@ -91,10 +91,7 @@ ${SELF} runs executables from CWD starting
|
|||||||
with releng_*, passing them its own options.
|
with releng_*, passing them its own options.
|
||||||
stdout/stderr output stored in:
|
stdout/stderr output stored in:
|
||||||
${CLOG}
|
${CLOG}
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
self-generated data are stored in ${GEN_DATA_DIR}.
|
|
||||||
required space for these data is about 300 megabytes.
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
examples:
|
examples:
|
||||||
# run xorriso and keep the self-generated data
|
# run xorriso and keep the self-generated data
|
||||||
$ ./${SELF} -x path/to/xorriso [-k]
|
$ ./${SELF} -x path/to/xorriso [-k]
|
||||||
|
Loading…
Reference in New Issue
Block a user