apply usage of releng_generated_data; drop completed TODO items
This commit is contained in:
parent
e8b21036d6
commit
d6a9b8f385
@ -14,7 +14,8 @@ Release Engineering Che[at|ck] List
|
||||
* DELIVERING A NEW TEST SCRIPT
|
||||
+ start a new test script over the top of template_new_releng
|
||||
+ all filenames start with releng_ prefix
|
||||
+ any generated data to be stored in ./tmp/scriptname directory
|
||||
+ self generated data are to be stored in
|
||||
./releng_generated_data/scriptname/ directory
|
||||
+ test data generation options -rc [-keep]
|
||||
+ test data removal options -cleanup
|
||||
+ well documented configuration file $script.conf.template
|
||||
|
@ -1,5 +1,5 @@
|
||||
* write a 'master' script to run all tests
|
||||
-> work in progress: run_all
|
||||
-> work in progress: run_all_releng
|
||||
+ figure out how to store logs and search for interesting
|
||||
err/warn keywords spewed up by the script or apps it calls.
|
||||
+ write common configuration facility
|
||||
@ -23,5 +23,3 @@
|
||||
-> see releng/test_hardlinks for an implementation example
|
||||
|
||||
* Interpreter to read options from config files and sets the variables
|
||||
* Config files to be stored in $HOME/.libburnia-releng/
|
||||
* Generated data in ./tmp/$scriptname directory
|
||||
|
@ -13,7 +13,7 @@ ISOLINUX_BIN=""
|
||||
BOOT_CAT=""
|
||||
CONFFILE=$HOME/.libburnia-releng/releng_build_isojigdo.conf
|
||||
KEEP=0
|
||||
GEN_DATA_DIR=${SELF}.result
|
||||
GEN_DATA_DIR=releng_generated_data/${SELF}
|
||||
RES=""
|
||||
|
||||
print_help() {
|
||||
|
Loading…
Reference in New Issue
Block a user