New commits:
commit 6d087fc8fb32c9af33a3c215b6d919f63ffd7916
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
also add held spells to the (tablet) version cache
diff --git a/ChangeLog b/ChangeLog
index 73cd6e9..6226588 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
readded the progress bar, but only to the slow part of the queuing
removed an extra space in list_install_queue
reformatted and sanitized list_install_queue
+ also add held spells to the (tablet) version cache
2008-04-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* scribe.8: don't mention local grimoires for reindex-version,
nothing good
diff --git a/var/lib/sorcery/modules/libtablet
b/var/lib/sorcery/modules/libtablet
index 87dd4ea..3c56de4 100755
--- a/var/lib/sorcery/modules/libtablet
+++ b/var/lib/sorcery/modules/libtablet
@@ -698,7 +698,7 @@ function tablet_create_version_cache() {
local page_dir
local spell version patchlevel security_patch updated
- for spell in $(get_all_spells_with_status installed); do
+ for spell in $(get_all_spells_with_status installed;
get_all_spells_with_status held); do
if tablet_find_spell_dir $spell page_dir; then
tablet_get_version $page_dir version
tablet_get_patchlevel $page_dir patchlevel
[SM-Commit] GIT changes to master sorcery by Jaka Kranjc (6d087fc8fb32c9af33a3c215b6d919f63ffd7916),
Jaka Kranjc, 04/17/2008