Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar.jhbuildrc
blob: dd68affcb96b34d0546c47b253052d6c28bb7124 (plain)
1
2
3
4
5
6
7
8
9
10
use_local_modulesets = True
prefix = os.path.join(os.path.dirname(__file__), 'install')
modulesets_dir = os.path.join(os.path.dirname(__file__), 'config/modulesets')
jhbuildbot_slaves_dir = os.path.join(os.path.dirname(__file__), 'sbuildbot')
jhbuildbot_mastercfg = os.path.join(os.path.dirname(__file__), 'sbuildbot', 'master.cfg')
jhbuildbot_dir = os.path.join(os.path.dirname(__file__), 'sbuildbot')

moduleset = 'sugar'
modules = ['meta-sugar']