Skip to Content.
Sympa Menu

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

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 (88e23282f20e1362a91f7ed7a879ea46bd9b2169)
  • Date: Sun, 24 Jun 2012 12:01:38 -0500

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

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

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

Archive powered by MHonArc 2.6.24.

Top of Page