From 6f63b052edef738e04c81dee1aee32228cfaa590 Mon Sep 17 00:00:00 2001 From: build Date: Wed, 21 Jan 2009 18:10:05 +0000 Subject: 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 --- (limited to 'sugar.jhbuildrc') 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'] + -- cgit v0.9.1