From ef364dc50a4a80cc0bb5f423ba8126631a853d5f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 4 Jun 2007 17:51:55 +0000 Subject: Stale log files are now named "log.*", not "*.log". diff --git a/scripts/tarball.sh b/scripts/tarball.sh index 0c96d5e..4e4a2ef 100755 --- a/scripts/tarball.sh +++ b/scripts/tarball.sh @@ -62,7 +62,7 @@ CT_Pushd "${CT_TOP_DIR}/.." 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 -- cgit v0.10.2-6-g49f6