Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit testDaniel Narvaez2013-01-121-1/+1
|
* Actually expose the distro varDaniel Narvaez2013-01-121-1/+2
|
* Remove a few modules on gnome 3.6Daniel Narvaez2013-01-121-1/+4
|
* Fix pep8ing scriptsDaniel Narvaez2013-01-121-8/+6
| | | | The tools directory is gone.
* Cleanup config generationDaniel Narvaez2013-01-129-110/+97
|
* Remove unused varsDaniel Narvaez2013-01-121-4/+0
|
* Point to new docs locationDaniel Narvaez2013-01-121-1/+1
|
* Drop part of the release codeDaniel Narvaez2013-01-123-82/+1
| | | | This will go in buildbot
* Remove snapshot before creating it againDaniel Narvaez2013-01-111-0/+1
|
* Only build the snapshot, buildbot will uploadDaniel Narvaez2013-01-114-39/+9
|
* Remove docs makefile includeDaniel Narvaez2013-01-111-1/+0
|
* 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.