Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop docs makefileDaniel Narvaez2013-01-111-5/+0
| | | | This is now handled 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.
* Revert "Wait until the tree is populated"Daniel Narvaez2013-01-102-17/+3
| | | | This reverts commit 33d4064b7c3bfa6d001b397b3e563fd7f47792ac.
* Revert "root_accessible might be None too"Daniel Narvaez2013-01-101-8/+8
| | | | This reverts commit 2defc4cddbd09fd919c8972ab64cc498d8ac260a.
* Revert "Wait for longer"Daniel Narvaez2013-01-101-1/+1
| | | | This reverts commit e735e1ff648102455c4e707f41c664080931d329.
* Log at the start of the testDaniel Narvaez2013-01-101-0/+2
|
* Wait for longerDaniel Narvaez2013-01-091-1/+1
|
* root_accessible might be None tooDaniel Narvaez2013-01-091-8/+8
|
* Force the UI tests to be unbufferedDaniel Narvaez2013-01-091-1/+1
|
* Wait until the tree is populatedDaniel Narvaez2013-01-092-3/+17
|
* Append the activities logs, don't overwriteDaniel Narvaez2013-01-091-1/+1
|
* Add avahi to fedora base systemDaniel Narvaez2013-01-071-0/+1
|
* Add sshd to base systemDaniel Narvaez2013-01-072-1/+4
|
* 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-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.