Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (86a21106673e1d4da987b53538c23c88861cad57)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (86a21106673e1d4da987b53538c23c88861cad57)
  • Date: Sat, 23 Feb 2008 13:37:16 -0600

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 5 +++++
var/lib/sorcery/modules/libcast | 1 +
2 files changed, 6 insertions(+)

New commits:
commit 86a21106673e1d4da987b53538c23c88861cad57
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libcast: remove the castfs log after it is copied to the system - the
logs
are big and can clog up /tmp (especially for tmpfs users).
Previously
they were deleted at the final cast TMP_DIR cleanup

diff --git a/ChangeLog b/ChangeLog
index 2ffe26b..0d94ac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libcast: remove the castfs log after it is copied to the system -
the logs
+ are big and can clog up /tmp (especially for tmpfs users).
Previously
+ they were deleted at the final cast TMP_DIR cleanup
+
2008-02-20 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* common: better handling of empty config stages

diff --git a/var/lib/sorcery/modules/libcast b/var/lib/sorcery/modules/libcast
index 882d7be..728d1da 100755
--- a/var/lib/sorcery/modules/libcast
+++ b/var/lib/sorcery/modules/libcast
@@ -646,6 +646,7 @@ function create_compile_log() {
else
$COMPRESSBIN -f < $CASTFS_DBGLOG >
$COMPILE_LOGS/$SPELL-$VERSION.castfs.dbglog$EXTENSION
fi
+ rm -f $CASTFS_DBGLOG
fi
}




  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (86a21106673e1d4da987b53538c23c88861cad57), Jaka Kranjc, 02/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page