Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Change how we decide if system check is requiredDaniel Narvaez2012-12-285-57/+31
| | | | | Using mtime will work even if you make local changes and it's less code.
* Normalize configDaniel Narvaez2012-12-282-12/+12
|
* More unused importsDaniel Narvaez2012-12-283-3/+3
|
* Remove unused importsDaniel Narvaez2012-12-2812-26/+20
|
* Remove unused importDaniel Narvaez2012-12-281-1/+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).
* Retry more aggressivelyDaniel Narvaez2012-12-271-2/+2
| | | | | Should speed up the tests and maybe expose the failures we are seeing in buildbot more reliably.
* Try to handle atspi ipc errorsDaniel Narvaez2012-12-271-1/+11
|
* Update to latest at-spi-coreDaniel Narvaez2012-12-271-1/+1
|
* Space before and after ccache messageDaniel Narvaez2012-12-271-1/+1
|
* Dump the tree whenever there is an exceptionDaniel Narvaez2012-12-272-7/+13
|
* Use logs in the UI testsDaniel Narvaez2012-12-272-6/+12
| | | | To get timestamps
* Always run tests in a virtual serverDaniel Narvaez2012-12-272-7/+5
|
* Fix run and test logsDaniel Narvaez2012-12-273-4/+11
|
* 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
|
* Run tests unbufferedDaniel Narvaez2012-12-271-1/+1
|
* Fix debian version in dataDaniel Narvaez2012-12-271-1/+1
|
* Don't print building if we are notDaniel Narvaez2012-12-271-6/+13
|
* Fix debian version in testDaniel Narvaez2012-12-271-1/+1
|
* Run sugar-runner make checkDaniel Narvaez2012-12-272-1/+2
|
* 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
|
* Actually run devbot testsDaniel Narvaez2012-12-262-6/+6
|
* Cleanup cleanDaniel Narvaez2012-12-266-53/+38
|
* 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-2610-48/+75
| | | | | | 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-262-5/+11
| | | | | If no sources exists pull, otherwise leave it alone.
* Add pep8 dependencyDaniel Narvaez2012-12-262-0/+16
|
* Keep public stuff at the topDaniel Narvaez2012-12-261-114/+114
|
* pep8izeDaniel Narvaez2012-12-2631-78/+220
|
* Require only virtualenv rather than buildbotDaniel Narvaez2012-12-266-26/+21
|
* Add time dependencyDaniel Narvaez2012-12-262-0/+16
|
* Time the build commandDaniel Narvaez2012-12-262-1/+2
|
* Switch to aclocal 1.11Daniel Narvaez2012-12-264-13/+22
| | | | 1.12 requires autoconf 2.59
* Update gitignoreDaniel Narvaez2012-12-261-1/+0
|
* Update gitignoreDaniel Narvaez2012-12-261-1/+0
|
* Drop auto-installDaniel Narvaez2012-12-253-75/+0
| | | | Not useful anymore now that build is fast.