Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
Commit message (Collapse)AuthorAgeFilesLines
* Rework initializationDaniel Narvaez2012-12-286-36/+18
| | | | To avoid duplicatin environ setup calls.
* Change how we decide if system check is requiredDaniel Narvaez2012-12-284-55/+31
| | | | | Using mtime will work even if you make local changes and it's less code.
* Remove unused importsDaniel Narvaez2012-12-289-25/+0
|
* Fix pep8Daniel Narvaez2012-12-281-0/+1
|
* Decide to rebuild on the base of files mtimeDaniel Narvaez2012-12-282-21/+16
| | | | | It's simpler and should be more reliable than using git (new files will be noticed).
* Space before and after ccache messageDaniel Narvaez2012-12-271-1/+1
|
* Always run tests in a virtual serverDaniel Narvaez2012-12-271-4/+4
|
* Fix run and test logsDaniel Narvaez2012-12-271-1/+8
|
* Actually rename functionDaniel Narvaez2012-12-271-1/+1
|
* Make create_log privateDaniel Narvaez2012-12-273-28/+28
|
* Expose log_path from configDaniel Narvaez2012-12-272-15/+9
|
* Refactor to avoid circular dependencyDaniel Narvaez2012-12-274-12/+17
|
* Remove unused codeDaniel Narvaez2012-12-272-9/+0
|
* Run the UI test unbufferedDaniel Narvaez2012-12-271-1/+1
|
* Don't print building if we are notDaniel Narvaez2012-12-271-6/+13
|
* Run sugar-runner make checkDaniel Narvaez2012-12-271-1/+1
|
* 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
|/