euscanwww: Added category description, overlay description, homepage and path

Minor changes:
- Fixed broken tests (alive field was still there)
- Added plural to Category model

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2013-01-26 10:27:02 +01:00
parent b41ffe3609
commit 12b504961d
7 changed files with 429 additions and 12 deletions

View File

@ -81,7 +81,6 @@ class VersionFactory(factory.Factory):
packaged = True
overlay = "gentoo"
urls = "http://packageurl.com"
alive = True
@classmethod
def _prepare(cls, create, **kwargs):