New commits:
commit 88e23282f20e1362a91f7ed7a879ea46bd9b2169
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
libtablet: added third option to the broken version cache warning
fixes #378
diff --git a/ChangeLog b/ChangeLog
index 699ec37..2e7f817 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2012-06-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libunpack, libmisc: also detect old style xz archives #347
* libqueue: renamed two functions for clarity
+ * libtablet: added third option to the broken version cache warning
2012-04-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* dl_svn: do a repo upgrade if necessary #336
diff --git a/var/lib/sorcery/modules/libtablet
b/var/lib/sorcery/modules/libtablet
index e02b738..9950187 100755
--- a/var/lib/sorcery/modules/libtablet
+++ b/var/lib/sorcery/modules/libtablet
@@ -762,7 +762,9 @@ function tablet_create_version_cache() {
else
error_message "${PROBLEM_COLOR}Creation of the cache failed at
$spell," \
"please run cleanse --tablet and retry. If some spells" \
- "have unfixable tablet pages, recast them.$DEFAULT_COLOR"
+ "have unfixable tablet pages, recast them.\n" \
+ "If you're ok with slower queueing of everything just
run:" \
+ "export OLD_QUEUING_METHOD=1 and you won't be bothered
again.$DEFAULT_COLOR"
break
fi
done | sort > $file
[SM-Commit] GIT changes to master sorcery by Jaka Kranjc (88e23282f20e1362a91f7ed7a879ea46bd9b2169),
Jaka Kranjc, 06/24/2012