Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use env in the shebangsDaniel Narvaez2013-01-0610-11/+11
| | | | | Also remove -u, not necessary now that we are using logs.
* whitespaceDaniel Narvaez2013-01-051-1/+1
|
* Missing importDaniel Narvaez2013-01-051-0/+1
|
* Pass args to pullDaniel Narvaez2013-01-051-1/+1
|
* Allow to specify revisions when pullinDaniel Narvaez2013-01-053-7/+15
|
* testingDaniel Narvaez2013-01-051-2/+1
|
* Just testingDaniel Narvaez2013-01-051-0/+1
|
* More appropriate namingDaniel Narvaez2013-01-052-4/+4
|
* Simplify the descriptionDaniel Narvaez2013-01-041-2/+2
|
* pep8Daniel Narvaez2013-01-041-4/+1
|
* Check system before setting up the environDaniel Narvaez2013-01-035-29/+26
|
* Add fedora gstreamer1Daniel Narvaez2013-01-031-0/+3
|
* Adding a missing import.Ajay Garg2012-12-291-1/+1
| | | | Thanks to Daniel Narvaez (dwnarvaez@gmail.com) for the prior review.
* 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.
* Minor cleanupDaniel Narvaez2012-12-281-10/+3
|
* Invert the order for nowDaniel Narvaez2012-12-281-3/+3
|
* Misc fixesDaniel Narvaez2012-12-283-4/+14
|
* Add a run_build function to mainDaniel Narvaez2012-12-285-42/+35
| | | | This avoids duplication and circular deps
* Handle devbot checks errorsDaniel Narvaez2012-12-281-4/+19
|
* Remove leftoverDaniel Narvaez2012-12-282-7/+1
|
* Try to get steps ordering rightDaniel Narvaez2012-12-286-17/+43
|
* Step into the tests directoryDaniel Narvaez2012-12-282-4/+4
| | | | Not really sure why but otherwise plugins imports fails.
* Move all checks into python codeDaniel Narvaez2012-12-288-88/+119
| | | | So that they can be logged.
* Make run-tests log everythingDaniel Narvaez2012-12-283-10/+27
|
* Use command to run so we get logging for freeDaniel Narvaez2012-12-281-14/+9
|
* Actually clear the profileDaniel Narvaez2012-12-281-0/+3
|
* Cleanup run-tests a bitDaniel Narvaez2012-12-281-9/+7
|
* Split buildbot in docs/snapshotDaniel Narvaez2012-12-283-9/+7
|
* Rename tests to checkDaniel Narvaez2012-12-282-1/+1
|
* Build before testingDaniel Narvaez2012-12-282-3/+7
|
* Move system checking to the build moduleDaniel Narvaez2012-12-283-7/+8
|
* Ignore F pylint errors for nowDaniel Narvaez2012-12-281-1/+1
|
* Rework initializationDaniel Narvaez2012-12-288-53/+31
| | | | To avoid duplicatin environ setup calls.
* 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
|