Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar.jhbuildrc
diff options
context:
space:
mode:
authorbuild <buildmaster@sugarlabs.org>2009-01-21 18:10:05 (GMT)
committer build <buildmaster@sugarlabs.org>2009-01-21 18:10:05 (GMT)
commit6f63b052edef738e04c81dee1aee32228cfaa590 (patch)
tree56dafe2b2a095f909604e4253983b3b64e9b2e88 /sugar.jhbuildrc
parent4741a1fd11ba3d8dc6cacb410bf62538b4fa1da2 (diff)
define the path to the modulessets via sugar.jhbuildrc
instead of hard coding the path to the modulesets in config.py use the sugar.jhbuildrc variable
Diffstat (limited to 'sugar.jhbuildrc')
-rw-r--r--sugar.jhbuildrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/sugar.jhbuildrc b/sugar.jhbuildrc
index 49c3f50..0a76683 100644
--- a/sugar.jhbuildrc
+++ b/sugar.jhbuildrc
@@ -1 +1,6 @@
+use_local_modulesets = True
+modulesets_dir = os.path.join(os.path.dirname(__file__), 'config/modulesets')
+moduleset = 'sugar'
+
modules = ['meta-sugar']
+