summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-04 17:51:55 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-04 17:51:55 (GMT)
commitef364dc50a4a80cc0bb5f423ba8126631a853d5f (patch)
tree931e7d93e2df9f84a00b0f62456e8bb8c94bf340
parent04882814af75d1885844569dbc0a4e4511ca7a42 (diff)
Stale log files are now named "log.*", not "*.log".
-rwxr-xr-xscripts/tarball.sh2
1 files changed, 1 insertions, 1 deletions
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