[Treepkg-commits] r274 - branches/scratchbox/recipes/kde/maemo
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Apr 15 16:10:12 CEST 2010
Author: bricks
Date: 2010-04-15 16:10:12 +0200 (Thu, 15 Apr 2010)
New Revision: 274
Modified:
branches/scratchbox/recipes/kde/maemo/generic.py
Log:
use SbdmockBuilder for maemo
Modified: branches/scratchbox/recipes/kde/maemo/generic.py
===================================================================
--- branches/scratchbox/recipes/kde/maemo/generic.py 2010-04-15 14:03:15 UTC (rev 273)
+++ branches/scratchbox/recipes/kde/maemo/generic.py 2010-04-15 14:10:12 UTC (rev 274)
@@ -1,6 +1,7 @@
-# Copyright (C) 2007, 2008, 2009 by Intevation GmbH
+# Copyright (C) 2007, 2008, 2009, 2010 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
+# Bjoern Ricks <bjoern.ricks at intevation.de>
#
# This program is free software under the GPL (>=v2)
# Read the file COPYING coming with the software for details.
@@ -13,6 +14,7 @@
import treepkg.packager
import treepkg.subversion as subversion
+import treepkg.sbuilder
class SourcePackager(treepkg.packager.SourcePackager):
@@ -49,6 +51,7 @@
class PackageTrack(treepkg.packager.PackageTrack):
revision_packager_cls = RevisionPackager
+ builder_cls = treepkg.sbuilder.SbdmockBuilder
extra_config_desc = [("tags_url", str, ""),
("tags_pattern", str, ""),
More information about the Treepkg-commits
mailing list