Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
Commit message (Collapse)AuthorAgeFilesLines
...
* We are not really deleting modulesDaniel Narvaez2012-12-261-3/+3
|
* Fix gstreamer checksDaniel Narvaez2012-12-261-2/+2
|
* Move public function at the topDaniel Narvaez2012-12-261-37/+37
|
* Cleanup checkers registrationDaniel Narvaez2012-12-261-20/+30
|
* Mark a few private methodsDaniel Narvaez2012-12-261-5/+5
|
* Keep public stuff at the topDaniel Narvaez2012-12-261-10/+10
|
* Keep public stuff at the topDaniel Narvaez2012-12-261-40/+40
|
* Cleanup cleanDaniel Narvaez2012-12-265-25/+36
|
* Fix pep8Daniel Narvaez2012-12-261-1/+2
|
* Append to log files, don't overwriteDaniel Narvaez2012-12-261-1/+1
|
* Rework logging and outputDaniel Narvaez2012-12-265-33/+68
| | | | | | Use the logs for all the commands output. Tail the log if there is an error. Create a link to the latest log so that buildbot can find it easily.
* Update debian versionDaniel Narvaez2012-12-261-3/+3
|
* Lazily pull the sources when buildingDaniel Narvaez2012-12-261-4/+10
| | | | | If no sources exists pull, otherwise leave it alone.
* Keep public stuff at the topDaniel Narvaez2012-12-261-114/+114
|
* pep8izeDaniel Narvaez2012-12-2619-47/+156
|
* Require only virtualenv rather than buildbotDaniel Narvaez2012-12-261-11/+5
|
* Switch to aclocal 1.11Daniel Narvaez2012-12-263-12/+21
| | | | 1.12 requires autoconf 2.59
* Drop auto-installDaniel Narvaez2012-12-251-57/+0
| | | | Not useful anymore now that build is fast.
* Just empty dirs instead of removing themDaniel Narvaez2012-12-251-6/+6
| | | | | Otherwise it becomes complicated to make cleanup work after config.setup.
* Not necessary to ensure aclocal anymoreDaniel Narvaez2012-12-251-3/+0
|
* Setup the environment after cleaningDaniel Narvaez2012-12-251-4/+4
| | | | | Otherwise we miss directories which are created in environ.
* Switch to forked version of automakeDaniel Narvaez2012-12-251-2/+3
| | | | | | This speedups make install a lot by not compiling python code. It's not necessary in our case because user has access to the installation path.
* Always autogen clean buildsDaniel Narvaez2012-12-251-3/+1
| | | | Slower but safer
* Clean build state when doing a full buildDaniel Narvaez2012-12-252-2/+11
|
* Merge branch 'testing'Daniel Narvaez2012-12-256-91/+132
|\
| * Add --full to the build commandDaniel Narvaez2012-12-251-2/+2
| |
| * Allow the config to require a full buildDaniel Narvaez2012-12-253-2/+27
| |
| * Remove skipping of modulesDaniel Narvaez2012-12-252-25/+3
| | | | | | | | | | This logic is too aggressive and too fragile at the same time.
| * Check system before buildingDaniel Narvaez2012-12-251-3/+5
| |
| * Refactor to put get_commit_id in the git moduleDaniel Narvaez2012-12-256-48/+58
| |
| * Rebuild if the source tree changedDaniel Narvaez2012-12-252-3/+23
| |
| * Store built module commit in a dictDaniel Narvaez2012-12-252-13/+10
| | | | | | | | So that we can store more info
| * Separate build and check statesDaniel Narvaez2012-12-251-27/+36
| |
* | Remove the announce file from remote hostDaniel Narvaez2012-12-241-2/+6
|/
* Back out testing urlsDaniel Narvaez2012-12-241-4/+2
|
* Add a distribute commandDaniel Narvaez2012-12-164-8/+193
| | | | It builds and uploads releases.
* Factor out part of xdg home setup to sugar-runnerDaniel Narvaez2012-12-153-20/+3
| | | | | This is because sugar-runner should work also outside sugar-build.
* Fix unit testsDaniel Narvaez2012-12-151-3/+6
|
* Use index.json for packages and deps tooDaniel Narvaez2012-12-151-21/+20
|
* No point in passing commands dir to devbotDaniel Narvaez2012-12-152-34/+29
|
* No point in passing devbot dir to devbotDaniel Narvaez2012-12-152-5/+1
|
* Support multiple profiles in home dirDaniel Narvaez2012-12-152-6/+8
|
* Separate build and runtime stateDaniel Narvaez2012-12-152-8/+16
| | | | Otherwise it becomes problematic to support multiple profiles
* Put real_prefix_path in the homeDaniel Narvaez2012-12-151-1/+1
| | | | | So that it doesn't get deleted when we clean. Otherwise every time the prefix is different and ccache is useless.
* Use a single setup method with keywordsDaniel Narvaez2012-12-151-37/+37
| | | | This avoids weird dependency issues
* Rework and complete xdg directories managementDaniel Narvaez2012-12-153-20/+20
| | | | | Create all of them, never delete them, move stuff that make sense in there.
* 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
|
* Use ccache to speed up rebuildsDaniel Narvaez2012-12-131-0/+1
|