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