summaryrefslogtreecommitdiff
path: root/portato/db/eix_sql.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--portato/db/eix_sql.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/portato/db/eix_sql.py b/portato/db/eix_sql.py
index 3a0c6e9..c2d2292 100644
--- a/portato/db/eix_sql.py
+++ b/portato/db/eix_sql.py
@@ -49,6 +49,10 @@ class EixSQLDatabase (SQLDatabase):
return old < mtime
+ def generate_cat_expr (self, cat):
+ # be a noop
+ return cat
+
@SQLDatabase.con
def populate (self, category = None, connection = None):
inst = set(system.find_packages(pkgSet = system.SET_INSTALLED, key = category, with_version = False))
ss='deletions'>-5/+7 2012-09-11Allow to manually cleanup after a game (for whatever unknown reason)René 'Necoro' Neumann1-6/+13 2012-09-10Split 'prepare' in setupX and prepare -- this allows to cleanup even after ↵René 'Necoro' Neumann5-10/+25 killing X 2012-09-10Some renamingRené 'Necoro' Neumann1-8/+9 2012-09-10EXPORT now knows the template we are in -- no need to pass itRené 'Necoro' Neumann5-13/+40 2012-09-10More comments, folding, and some re-organizationRené 'Necoro' Neumann1-56/+94 2012-09-09Zsh EnhancementsRené 'Necoro' Neumann1-5/+9 2012-09-03Allow to create trivial game specs via the cmdlineRené 'Necoro' Neumann1-22/+95 2012-09-03Removed unneeded/trivial game filesRené 'Necoro' Neumann14-66/+20 2012-09-03Fix templatesRené 'Necoro' Neumann3-4/+4 2012-09-03Some more commenting -- and allowing a default PREFIXRené 'Necoro' Neumann1-3/+8