Skip to Content.
Sympa Menu

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

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 (8a2ab797ef2ceadbeecb5f0eb3a644289f595605)
  • Date: Fri, 18 Apr 2008 10:26:18 -0500

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

ChangeLog | 3 +++
var/lib/sorcery/modules/libsorcery | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 8a2ab797ef2ceadbeecb5f0eb3a644289f595605
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libsorcery: don't clear the line on every queuing progress bar update

diff --git a/ChangeLog b/ChangeLog
index 61766b9..6b74e99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-04-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libsorcery: don't clear the line on every queuing progress bar
update
+
2008-04-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libsorcery: made verbose queuing use the version cache too and now
all
the reasons are displayed, not just the first (only in the cache
code)
diff --git a/var/lib/sorcery/modules/libsorcery
b/var/lib/sorcery/modules/libsorcery
index c79dc03..6e6f053 100755
--- a/var/lib/sorcery/modules/libsorcery
+++ b/var/lib/sorcery/modules/libsorcery
@@ -993,8 +993,8 @@ function update_install_queue() {
does_spell_need_update_sub "$spell" "$curr_version" \
"$curr_updated" "$tmp_queue"
let count++
- clear_line
done < $recheck_queue
+ clear_line
)
rm $recheck_queue
fi



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (8a2ab797ef2ceadbeecb5f0eb3a644289f595605), Jaka Kranjc, 04/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page