Stale log files are now named "log.*", not "*.log".
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jun 04 17:51:55 2007 +0000 (2007-06-04)
changeset 155c15fb959562f
parent 154 cbead170f5e7
child 156 0b7096103d95
Stale log files are now named "log.*", not "*.log".
scripts/tarball.sh
     1.1 --- a/scripts/tarball.sh	Mon Jun 04 17:35:14 2007 +0000
     1.2 +++ b/scripts/tarball.sh	Mon Jun 04 17:51:55 2007 +0000
     1.3 @@ -62,7 +62,7 @@
     1.4  botdir=`pwd`
     1.5  
     1.6  # Build the list of files to exclude:
     1.7 -echo "${topdir}/*.log" >"${tempdir}/${CT_TARGET}.list"
     1.8 +echo "${topdir}/log.*" >"${tempdir}/${CT_TARGET}.list"
     1.9  echo "${topdir}/targets/*-*-*-*" >>"${tempdir}/${CT_TARGET}.list"
    1.10  for t in `ls -1 "${topdir}/targets/tarballs/"`; do
    1.11      case "${CT_TARBALLS}" in