From: Jan-Benedict G. <jb...@us...> - 2006-03-19 14:49:40
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18615 Modified Files: vax_toolchain_config Log Message: - Add ${LOGROTATE}. This will configure run_test_build to cycle a number of old successful and unsuccessful build logs if set to a number. Index: vax_toolchain_config =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/vax_toolchain_config,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- vax_toolchain_config 16 Dec 2005 11:22:27 -0000 1.8 +++ vax_toolchain_config 19 Mar 2006 14:49:29 -0000 1.9 @@ -76,6 +76,15 @@ # Basically, this is the directory where the toolchain building scripts # are located. This directory is added to ${PATH}. # +# LOGROTATE +# ~~~~~~~~~ +# If not set, the run_test_build script will not keep a history of +# successful or unsuccessful build logs (except the very last one, +# which is used to diff out differences of the current build.) +# +# Setting it to a number > 0 will result in additional build logs with +# appended .1, .2, ..., .${LOGROTATE} as you're used to it. +# # @@ -116,6 +125,7 @@ export VAX_PATCHES_PATH="${UPSTREAM_SANDBOXES_PATH}/toolchain/patches" export BUILD_BASE_DIR="$HACKERY_ROOT/buildplace" export VAX_TOOLCHAIN_SCRIPTS="${UPSTREAM_SANDBOXES_PATH}/toolchain/scripts" + export LOGROTATE=5 fi # |