Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Fedora 17Daniel Narvaez2013-01-261-5/+1
|
* Point XDG_CONFIG_DIRS to the right pathDaniel Narvaez2013-01-241-2/+2
|
* Fix pep8Daniel Narvaez2013-01-223-9/+9
|
* Python 3 compatibilityDaniel Narvaez2013-01-2212-45/+45
|
* Make system check interactive in all commandsDaniel Narvaez2013-01-143-8/+12
|
* Don't use logs for check-system when running out of buildbotDaniel Narvaez2013-01-141-8/+9
| | | | It's interactive so it needs stdin.
* Actually expose the distro varDaniel Narvaez2013-01-121-1/+2
|
* Drop part of the release codeDaniel Narvaez2013-01-122-70/+1
| | | | This will go in buildbot
* Don't fetch unnecessarilyDaniel Narvaez2013-01-101-6/+16
|
* Run tests inside the sugar environmentDaniel Narvaez2013-01-101-40/+3
| | | | | Cleanup and tries to solve a race between at-spi2 starting and the test trying to use it.
* Force the UI tests to be unbufferedDaniel Narvaez2013-01-091-1/+1
|
* Append the activities logs, don't overwriteDaniel Narvaez2013-01-091-1/+1
|
* Don't traceback if os_info doesnt existDaniel Narvaez2013-01-061-1/+1
|
* Define os_info outside the try blockDaniel Narvaez2013-01-061-1/+2
| | | | | Otherwise if an exception israised it will be undefined.
* Use env in the shebangsDaniel Narvaez2013-01-061-1/+1
| | | | | Also remove -u, not necessary now that we are using logs.
* whitespaceDaniel Narvaez2013-01-051-1/+1
|
* Allow to specify revisions when pullinDaniel Narvaez2013-01-052-6/+9
|
* Check system before setting up the environDaniel Narvaez2013-01-032-5/+7
|
* Make sure gconf is setup after cleanDaniel Narvaez2012-12-282-16/+26
|
* Exclude git dirs from the hashDaniel Narvaez2012-12-281-0/+3
| | | | | It's unnecessary and it causes unnecessary updates because apparently the content changes on fetch.
* Misc fixesDaniel Narvaez2012-12-282-1/+3
|
* Add a run_build function to mainDaniel Narvaez2012-12-282-6/+19
| | | | This avoids duplication and circular deps
* Remove leftoverDaniel Narvaez2012-12-281-6/+0
|
* Try to get steps ordering rightDaniel Narvaez2012-12-282-7/+9
|
* Move all checks into python codeDaniel Narvaez2012-12-282-7/+7
| | | | So that they can be logged.
* Make run-tests log everythingDaniel Narvaez2012-12-282-3/+16
|
* Use command to run so we get logging for freeDaniel Narvaez2012-12-281-14/+9
|
* Build before testingDaniel Narvaez2012-12-281-0/+4
|
* Move system checking to the build moduleDaniel Narvaez2012-12-282-3/+8
|
* 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
|