Skip to Content.
Sympa Menu

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

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 (89c198d03af9994ca4666b0d5b539ebcf97cafef)
  • Date: Sat, 19 Apr 2008 13:17:51 -0500

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

ChangeLog | 2 ++
usr/sbin/scribe | 2 +-
var/lib/sorcery/modules/libsorcery | 6 ++++--
3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 89c198d03af9994ca4666b0d5b539ebcf97cafef
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

scribe: fixed case in scribe update message

commit 318895a375e6a2c3f1ce26309a04a0ba989513e9
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libsorcery: improved printing of the grimoire changelog
(cherry picked from commit 387ac9304221e65b443f5ce5d75de2aca49bdec4)
(cherry picked from commit 4df5fa98df1f1dbc78abb74f91087239bb8c25d3)
(cherry picked from commit 87e986803a511c53979dd0941769d5a8e9c007d9)

diff --git a/ChangeLog b/ChangeLog
index c0fb25c..6729c50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,9 @@
fixed CCACHE and STORE_CONF_LOG not being disablable
rewrote feature_menu to be much more concise and removed the extra
variable fallbacks, since most are already in the sorcery config
+ improved printing of the grimoire changelog
* config: added defaults for COLOR, CONFIG_LOC and GATHER_DOCS
+ * scribe: fixed case in scribe update message

2008-04-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libsorcery: don't clear the line on every queuing progress bar
update
diff --git a/usr/sbin/scribe b/usr/sbin/scribe
index 7bef158..b615b41 100755
--- a/usr/sbin/scribe
+++ b/usr/sbin/scribe
@@ -315,7 +315,7 @@ function scribe_add_update_worker() {
message "Grimoire \"$grimoire\" successfully added to your codex."
else
scribe_reindex $grimoire
- message "$grim_name Updated!"
+ message "$grim_name updated!"
grimoire_history $grimoire
fi

diff --git a/var/lib/sorcery/modules/libsorcery
b/var/lib/sorcery/modules/libsorcery
index 6e6f053..2633666 100755
--- a/var/lib/sorcery/modules/libsorcery
+++ b/var/lib/sorcery/modules/libsorcery
@@ -1164,16 +1164,18 @@ function get_new_changes() {

if [[ "$changelog" ]] ; then
{
- echo "$msg"
echo
+ echo "$msg"
echo "$changelog"
+ echo
} > $TMP_DIR/pagerdata
timeout_pager "$TMP_DIR/pagerdata"
rm $TMP_DIR/pagerdata
else
- echo "$msg"
echo
+ echo "$msg"
echo "Nothing new."
+ echo
fi
}




  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (89c198d03af9994ca4666b0d5b539ebcf97cafef), Jaka Kranjc, 04/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page