apply usage of releng_generated_data; drop completed TODO items

This commit is contained in:
George Danchev 2011-06-28 12:30:36 +00:00
parent d18f3002af
commit e568763281
3 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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() {