[SM-Commit] GIT changes to test-1.13 sorcery by Jaka Kranjc (50861b2d4c167be0704147e6e2d5be0d4c33f4ad)
Jaka Kranjc
scm at sourcemage.org
Fri Jan 18 14:58:59 EST 2008
GIT changes to test-1.13 sorcery by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:
ChangeLog | 3 +++
etc/sorcery/config | 2 +-
etc/sorcery/version | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 50861b2d4c167be0704147e6e2d5be0d4c33f4ad
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
1.13.8-rc1
commit 072b82020352bbede0aa36966fbc328e9e4a010d
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
config: fixed bad SCREEN variable due to a missing $
diff --git a/ChangeLog b/ChangeLog
index dc87264..36c9ea6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-18 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+ * config: fixed bad SCREEN variable due to a missing $
+
2007-11-30 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
* libdepends: finally satisfactorily fixed the sorcery rebuild pausing for
hours #13735
diff --git a/etc/sorcery/config b/etc/sorcery/config
index 0c3ab33..29835d8 100755
--- a/etc/sorcery/config
+++ b/etc/sorcery/config
@@ -145,7 +145,7 @@ GRIMOIRE_MANIFEST_ALGORITHM=sha1
# it is here merely to ensure it is always defined.
TMP_DIR=${TMP_DIR:-/tmp}
- SCREEN={SCREEN:-off}
+ SCREEN=${SCREEN:-off}
TRACKED="/bin /boot /etc /lib /sbin /usr /var"
DOCS="README* FAQ* CHAN* doc* DOC* conf SETUP LICENSE COPYING NEWS"
diff --git a/etc/sorcery/version b/etc/sorcery/version
index b0f139e..f08dcf7 100644
--- a/etc/sorcery/version
+++ b/etc/sorcery/version
@@ -1 +1 @@
-1.13.7
+1.13.8-rc1
More information about the SM-Commit
mailing list