Skip to Content.
Sympa Menu

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

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 (6d087fc8fb32c9af33a3c215b6d919f63ffd7916)
  • Date: Thu, 17 Apr 2008 10:03:08 -0500

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

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

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

Archive powered by MHonArc 2.6.24.

Top of Page