Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Sleep inside the while loopDaniel Narvaez2012-11-111-2/+4
|
* Remove now unnecessary sleepsDaniel Narvaez2012-11-111-6/+0
|
* Retry atspi calls to avoid timing issuesDaniel Narvaez2012-11-111-0/+22
|
* Check for gstream 1.0 typelib in 3.6Daniel Narvaez2012-11-113-2/+3
|
* Use pygobject stable branchDaniel Narvaez2012-11-111-1/+1
|
* Fix xml errorDaniel Narvaez2012-11-111-1/+1
|
* Build a pygobject with a fix for bgo 688067Daniel Narvaez2012-11-111-0/+7
|
* Fix malformed xmlDaniel Narvaez2012-11-111-0/+1
|
* Drop support for Ubuntu 12.04Daniel Narvaez2012-11-118-7/+44
| | | | Add support for Ubuntu 12.10 and Fedora 18
* Check for python, Ubuntu doesn't have python2Daniel Narvaez2012-11-112-2/+2
|
* Add a few missing dependenciesDaniel Narvaez2012-11-113-1/+19
|
* Split distro checks to a python fileDaniel Narvaez2012-11-112-28/+31
|
* Avoid duplicates in the list of packages to installDaniel Narvaez2012-11-111-1/+1
|
* Add i686, which is what uname repost on Ubuntu 12.10Daniel Narvaez2012-11-111-1/+1
|
* Work around script bugDaniel Narvaez2012-11-111-1/+1
| | | | | It always returns an error without -t. Now fixed upstream but not yet in the distros.
* Allow to specify a check nameDaniel Narvaez2012-11-115-46/+68
| | | | | | | It's useful for python checks for example, where the check is more than just a name. Still use check if check_name doesn't exist mostly to avoid a bunch of changes to the json.
* Refactor check groupsDaniel Narvaez2012-11-119-21/+18
|
* Split dependencies info out of check-systemDaniel Narvaez2012-11-119-313/+371
|
* Move modules in their own dirDaniel Narvaez2012-11-113-2/+6
|
* Hack for 64 bit ubuntuDaniel Narvaez2012-11-101-0/+4
|
* Update to latest jhbuildDaniel Narvaez2012-11-101-0/+0
|
* Add gstreamer depDaniel Narvaez2012-11-101-0/+4
|
* Add a couple of missing dependenciesDaniel Narvaez2012-11-091-0/+8
|
* More dogtail -> ui-tests renamingDaniel Narvaez2012-11-072-12/+5
|
* Rework tests to be based on pyatspi onlyDaniel Narvaez2012-11-076-33/+92
| | | | | | | | dogtail is not packaged for ubuntu at the moment and dogtail adds another layer which can make it difficult to debug intermittent failures. We might switch back at some point but for now I think it's easier to stay lower level and try to figure out how to improve reliability there.
* Use a tarball for glibDaniel Narvaez2012-11-061-1/+5
| | | | | Building leaves the tree dirty which confuses jhbuild. It's fixed on master but not on the branch we use.
* Use a tag for libxklavierDaniel Narvaez2012-11-051-1/+1
|
* Bump gtk+Daniel Narvaez2012-11-051-1/+1
| | | | This is going to break the UI tests, we will fix it.
* Bump atk modulesDaniel Narvaez2012-11-051-3/+3
|
* Bump glib and related modulesDaniel Narvaez2012-11-051-3/+3
|
* Bump gstreamer modulesDaniel Narvaez2012-11-051-7/+8
|
* Exit with error if pre-checks failsDaniel Narvaez2012-11-021-6/+8
|
* If pre-checks fails stopDaniel Narvaez2012-11-021-7/+10
|
* Fix broken variable nameDaniel Narvaez2012-11-021-1/+1
|
* Update TODODaniel Narvaez2012-11-021-2/+0
|
* Move xephyr options inside the if blockDaniel Narvaez2012-11-021-2/+3
| | | | They doesn't make sense outside.
* Run X on the current ttyDaniel Narvaez2012-11-021-1/+4
| | | | | So that we have system authentication. Otherwise sounds and probably other stuff breaks.
* Use Xephyr when running under XDaniel Narvaez2012-11-022-2/+14
| | | | | | Only the display manager can authenticate a new X session with systemd. In a non authenticated session pulseaudio doesn't work and probably other stuff.
* Work around Xephyr not setting up keyboard properlyDaniel Narvaez2012-11-022-1/+12
| | | | Copy the configuration from the parent X session.
* Sleep to allow activity to startupDaniel Narvaez2012-10-301-0/+2
|
* Delete sugar-fructose on cleanDaniel Narvaez2012-10-301-0/+1
| | | | It's built inside the source directory
* Wait more for the shell to startupDaniel Narvaez2012-10-301-1/+1
|
* Concat all logs in a single text fileDaniel Narvaez2012-10-301-3/+9
| | | | To improve buildbot output
* Update TODODaniel Narvaez2012-10-281-0/+3
|
* Image Viewer doesn't show an object chooser anymoreDaniel Narvaez2012-10-281-1/+1
|
* Add dependency on adwaita metacity themeDaniel Narvaez2012-10-031-0/+8
|
* Add libxml2 dependencyDaniel Narvaez2012-10-021-0/+4
| | | | Required by libxklavier
* Update to gstreamer 1.0.0Daniel Narvaez2012-09-241-6/+6
|
* Don't move to source directoryDaniel Narvaez2012-09-241-2/+1
| | | | | | It's unexpected and it doesn't make much sense now that we are building out of source directory anyway.
* Add GtkSource-3.0 dependencyDaniel Narvaez2012-09-071-0/+4
|