[SM-Commit] GIT changes to master sorcery by Jaka Kranjc (8a2ab797ef2ceadbeecb5f0eb3a644289f595605)
Jaka Kranjc
scm at sourcemage.org
Fri Apr 18 11:26:18 EDT 2008
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
More information about the SM-Commit
mailing list