Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* We are using numeric versiontestingDaniel Narvaez2013-01-291-1/+1
|
* Add telepathy-glib for debianDaniel Narvaez2013-01-291-2/+9
|
* Add forked telepathy-mission-control with a patch we needDaniel Narvaez2013-01-293-0/+38
|
* Fix send patches on python 2Daniel Narvaez2013-01-281-0/+6
|
* Drop support for Fedora 17Daniel Narvaez2013-01-261-5/+1
|
* Jukebox doesn't show an object chooser anymoreDaniel Narvaez2013-01-251-1/+1
|
* Point XDG_CONFIG_DIRS to the right pathDaniel Narvaez2013-01-241-2/+2
|
* Update main process nameDaniel Narvaez2013-01-221-3/+3
|
* Pep 8Daniel Narvaez2013-01-221-5/+5
|
* More python3 fixesDaniel Narvaez2013-01-222-13/+13
|
* Fix pep8Daniel Narvaez2013-01-223-9/+9
|
* Python 3 compatibilityDaniel Narvaez2013-01-2212-45/+45
|
* Use accessibility tree now that sugar exposes an actionDaniel Narvaez2013-01-141-1/+1
|
* Remove unused importDaniel Narvaez2013-01-141-1/+0
|
* Make system check interactive in all commandsDaniel Narvaez2013-01-145-18/+19
|
* Don't use logs for check-system when running out of buildbotDaniel Narvaez2013-01-143-11/+19
| | | | It's interactive so it needs stdin.
* Merge branch 'testing'Daniel Narvaez2013-01-144-2/+8
|\
| * Add iamerican to the base systemDaniel Narvaez2013-01-141-0/+1
| |
| * We don't need to build atk on 3.6Daniel Narvaez2013-01-141-0/+1
| |
| * Merge branch 'master' into testingDaniel Narvaez2013-01-131-2/+3
| |\
| * | 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 a couple of ubuntu depsDaniel Narvaez2013-01-131-2/+2
| |/ |/|
* | Force system check when running the commandDaniel Narvaez2013-01-131-1/+2
| |
* | Log check-systemDaniel Narvaez2013-01-131-1/+1
|/
* 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.