diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-28 22:46:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-28 22:46:57 +0000 |
commit | ba21e7ef50426b6a09c5287031d02b0aeb3d6532 (patch) | |
tree | de1ea3ad65a3685ecaf91cc5b19dfd396a29f12b | |
parent | Lots of new arches. (diff) | |
download | packages-3-ba21e7ef50426b6a09c5287031d02b0aeb3d6532.tar.gz packages-3-ba21e7ef50426b6a09c5287031d02b0aeb3d6532.tar.bz2 packages-3-ba21e7ef50426b6a09c5287031d02b0aeb3d6532.zip |
Missed one arches item.
-rw-r--r-- | dbgenerator/database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbgenerator/database.py b/dbgenerator/database.py index 7d7ca4e..1360b79 100644 --- a/dbgenerator/database.py +++ b/dbgenerator/database.py @@ -26,7 +26,7 @@ class SQLPackageDatabase(object): at least self.cursor""" # This should match /usr/portage/profiles/arch.list - arches = frozenset(ConstData.all_arches) + arches = frozenset(ConstData.arches['all']) # If you change the database structure below, you should # increment this number schema_version = 71 |