# HG changeset patch # User "Yann E. MORIN" # Date 1180979515 0 # Node ID c15fb959562ff49848664bb91f4cca5e1222f34c # Parent cbead170f5e7458f8c19c783f1963c1b47aa60c7 Stale log files are now named "log.*", not "*.log". diff -r cbead170f5e7 -r c15fb959562f scripts/tarball.sh --- a/scripts/tarball.sh Mon Jun 04 17:35:14 2007 +0000 +++ b/scripts/tarball.sh Mon Jun 04 17:51:55 2007 +0000 @@ -62,7 +62,7 @@ botdir=`pwd` # Build the list of files to exclude: -echo "${topdir}/*.log" >"${tempdir}/${CT_TARGET}.list" +echo "${topdir}/log.*" >"${tempdir}/${CT_TARGET}.list" echo "${topdir}/targets/*-*-*-*" >>"${tempdir}/${CT_TARGET}.list" for t in `ls -1 "${topdir}/targets/tarballs/"`; do case "${CT_TARBALLS}" in