Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in last commitSascha Silbe2012-03-131-1/+1
| | | | Shame on me for pushing before completing the test.
* bundlemodule: let build phase depend on checkout phaseSascha Silbe2012-03-131-0/+2
| | | | We accidentally dropped this dependency in 2e01f34.
* adapt to upstream change (commit cf378fe55e86f2bd3df50283d6b993c6c5721f57)Sascha Silbe2011-08-271-4/+0
| | | | | | | | | | jhbuild.config.Config.prefix is now used in load(), too. Since it gets set in the same function, we don't have a chance to examine and modify it (other than copying over the entire function which would be rather fragile) like we did before in setup_env(). Instead we set it in sugar.jhbuildrc like an individual user would do. Signed-off-by: Sascha Silbe <silbe@sugarlabs.org>
* Work around upstream jhbuild requiring DESTDIR support (SL#2980)Sascha Silbe2011-08-221-1/+3
| | | | | | | | Upstream decided to fail hard on modules that don't support DESTDIR (Gnome#654592), but sugar.activity.bundlebuilder doesn't support DESTDIR yet (SL#2947). Signed-off-by: Sascha Silbe <silbe@sugarlabs.org>
*