Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/build.py
Commit message (Collapse)AuthorAgeFilesLines
* Setup the environment after cleaningDaniel Narvaez2012-12-251-4/+4
| | | | | Otherwise we miss directories which are created in environ.
* Always autogen clean buildsDaniel Narvaez2012-12-251-3/+1
| | | | Slower but safer
* Clean build state when doing a full buildDaniel Narvaez2012-12-251-0/+1
|
* Add --full to the build commandDaniel Narvaez2012-12-251-2/+2
|
* Allow the config to require a full buildDaniel Narvaez2012-12-251-0/+5
|
* Remove skipping of modulesDaniel Narvaez2012-12-251-18/+3
| | | | | This logic is too aggressive and too fragile at the same time.
* Refactor to put get_commit_id in the git moduleDaniel Narvaez2012-12-251-3/+3
|
* Store built module commit in a dictDaniel Narvaez2012-12-251-8/+3
| | | | So that we can store more info
* Add a distribute commandDaniel Narvaez2012-12-161-7/+86
| | | | It builds and uploads releases.
* Print ccache statisticsDaniel Narvaez2012-12-141-0/+11
|
* Remove cache configure optionDaniel Narvaez2012-12-131-1/+0
| | | | Committed by mistake.
* Just run configure if it existsDaniel Narvaez2012-12-131-2/+5
|
* Build activities out-of-sourceDaniel Narvaez2012-12-091-1/+2
|
* Use progressive logs numberingDaniel Narvaez2012-12-031-3/+1
|
* Build gnome-keyring with XDG_HOME_DATA supportDaniel Narvaez2012-12-011-0/+6
|
* Git clean not out-of-source modules instead of removingDaniel Narvaez2012-11-291-5/+3
|
* Use the new git module in buildDaniel Narvaez2012-11-291-29/+4
|
* Rework module updatingDaniel Narvaez2012-11-291-3/+16
|
* Revert "Add a git pull when updating"Daniel Narvaez2012-11-291-1/+0
| | | | This reverts commit ec609e55de4c2105cad0b224b0d5bdc8696025d0.
* Add a git pull when updatingDaniel Narvaez2012-11-291-0/+1
| | | | | This seems necessary, I need to look at this more carefully, but hoping this at least unbreak the buildbot.
* Return error if build/pull failsDaniel Narvaez2012-11-281-6/+16
|
* Adapt to sugar-docs changesDaniel Narvaez2012-11-281-5/+0
|
* Fix building one moduleDaniel Narvaez2012-11-281-1/+1
|
* More generic logging approachDaniel Narvaez2012-11-281-13/+15
|
* Display error messages when the source dir is invalidDaniel Narvaez2012-11-271-13/+25
|
* Make sure the source directory it's a git repositoryDaniel Narvaez2012-11-271-1/+1
| | | | | Otherwise we pull in the sugar-build repo with not so nice consequences.
* Move public functions at the topDaniel Narvaez2012-11-271-55/+55
|
* Mark private methods with _Daniel Narvaez2012-11-271-21/+21
|
* Fix and simplify skipping modulesDaniel Narvaez2012-11-271-11/+16
|
* Cleanup and extend build commandsDaniel Narvaez2012-11-261-33/+60
|
* On run check the system only if something changedDaniel Narvaez2012-11-261-15/+5
|
* Split state out of build script so we can reuse itDaniel Narvaez2012-11-251-36/+5
|
* Replace devbot dir with homeDaniel Narvaez2012-11-251-1/+1
| | | | It was weird to store that stuff in the install dir.
* Delete libtool files also in subdirectoriesDaniel Narvaez2012-11-251-7/+5
|
* Create build and source dir on demandDaniel Narvaez2012-11-241-2/+2
| | | | Otherwise they are created in the snapshot
* Properly distinguish between prefix and install dirDaniel Narvaez2012-11-241-2/+3
|
* Add metacityDaniel Narvaez2012-11-231-3/+6
| | | | We need a patch in the latest version for journal
* Refactor to use a Module classDaniel Narvaez2012-11-231-22/+15
|
* TypoDaniel Narvaez2012-11-201-1/+1
|
* Retry git commands that requires the networkDaniel Narvaez2012-11-201-2/+3
|
* Add sugar-docs to the buildDaniel Narvaez2012-11-171-0/+5
|
* Rework the autoinstall commandDaniel Narvaez2012-11-161-6/+6
| | | | It now automatically listen on all the sugar trees
* Revert unintended changeDaniel Narvaez2012-11-151-1/+1
|
* Use the command moduleDaniel Narvaez2012-11-151-13/+10
|
* Refactor dnbuild into devbotDaniel Narvaez2012-11-141-0/+167