scripts/tarball.sh
changeset 165 a291bfa17715
parent 130 9d98c59aa1c3
child 166 fe502496fc06
     1.1 --- a/scripts/tarball.sh	Wed May 23 21:40:57 2007 +0000
     1.2 +++ b/scripts/tarball.sh	Sat Jun 16 22:23:53 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