From 8a03c532acd1527be2fc4b882ddafc09474da496 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 16 Apr 2010 01:18:58 +0200 Subject: Do not allow portage's sqlite backend for the moment ... bug #564292 --- portato/gui/windows/main.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'portato/gui/windows/main.py') diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index bdcb3c6..5e610ea 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -1871,6 +1871,9 @@ class MainWindow (Window): if not "eclass" in ls: fail(_("The portage tree seems to be empty.")) + if 'sqlite' in system.settings.settings.modules['user'].get('portdbapi.auxdbmodule', ''): + fail(_("The sqlite cache backend of portato is not supported at the moment. See https://bugs.launchpad.net/portato/+bug/564292.")) + debug("All prereqs matched. Fine :)") def main (self): -- cgit v1.2.3-70-g09d2 From 389e70969d903f2c76fc62b6ba02254d4fa4710b Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 16 Apr 2010 01:31:48 +0200 Subject: Typo --- i18n/messages.pot | 4 ++-- portato/gui/windows/main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'portato/gui/windows/main.py') diff --git a/i18n/messages.pot b/i18n/messages.pot index 8eccc2b..d649e90 100644 --- a/i18n/messages.pot +++ b/i18n/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 01:18+0200\n" +"POT-Creation-Date: 2010-04-16 01:31+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -812,7 +812,7 @@ msgstr "" #: portato/gui/windows/main.py:1875 msgid "" -"The sqlite cache backend of portato is not supported at the moment. See " +"The sqlite cache backend of portage is not supported at the moment. See " "https://bugs.launchpad.net/portato/+bug/564292." msgstr "" diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 5e610ea..de62f45 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -1872,7 +1872,7 @@ class MainWindow (Window): fail(_("The portage tree seems to be empty.")) if 'sqlite' in system.settings.settings.modules['user'].get('portdbapi.auxdbmodule', ''): - fail(_("The sqlite cache backend of portato is not supported at the moment. See https://bugs.launchpad.net/portato/+bug/564292.")) + fail(_("The sqlite cache backend of portage is not supported at the moment. See https://bugs.launchpad.net/portato/+bug/564292.")) debug("All prereqs matched. Fine :)") -- cgit v1.2.3-70-g09d2 b/kosten.git/log/templates/consts/add.jinja?id=23a8a11f0d21cc1b7fb27752c20980b942fa5200&showmsg=1&follow=1'>add.jinja (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-01Ignore .pyoRené 'Necoro' Neumann1-0/+1