Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Work around missing dependency of gst typelib packageDaniel Narvaez2012-11-132-6/+10
| | | | https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1078267
* Build gst-plugins-espeakDaniel Narvaez2012-11-131-1/+4
|
* Clean from dn-buildDaniel Narvaez2012-11-132-20/+30
| | | | So that we don't need to hardcode source paths
* Run the test script unbufferedDaniel Narvaez2012-11-121-1/+1
| | | | So that we can see the output immediately.
* Fix gconf setupDaniel Narvaez2012-11-121-4/+4
|
* Make sure to print out the command when we sudoDaniel Narvaez2012-11-122-7/+11
|
* Update TODODaniel Narvaez2012-11-121-3/+0
|
* Remove separation between glucose and activities buildDaniel Narvaez2012-11-122-13/+16
|
* 3.4.2 doesn't build on Ubuntu 12.10Daniel Narvaez2012-11-121-1/+1
| | | | Use the commit id of the patch we need
* Show progress while cloningDaniel Narvaez2012-11-121-1/+2
| | | | Trying to fix buildbot giving up if the checkout takes too long
* Save state every time we complete a moduleDaniel Narvaez2012-11-121-9/+10
|
* Delete libtool filesDaniel Narvaez2012-11-121-1/+13
| | | | They only give issues
* Switch everything from jhbuild to dn-buildDaniel Narvaez2012-11-1212-225/+273
|
* Close the gcr prompterDaniel Narvaez2012-11-122-1/+7
|
* Build activities with a custom scriptDaniel Narvaez2012-11-125-14/+62
| | | | | | It should be faster and cleaner than the sugar-fructose hack. Eventually dn-build might replace jhbuild. We don't really need all that complexity.
* Drop gst plugins which are not packaged in FedoraDaniel Narvaez2012-11-121-18/+0
| | | | | They will go away when we switch to Fedora 18 anyway and we save some build time.
* Revert "Update to latest jhbuild"Daniel Narvaez2012-11-111-0/+0
| | | | This reverts commit 27e8aeefb597dbab6059a34d22f6807a21f2fc73.
* Add a sleep before clickingDaniel Narvaez2012-11-111-0/+3
| | | | Apparently if we click immediately sometimes it doesn't work.
* Actually indent node dumpDaniel Narvaez2012-11-111-1/+1
|
* Cannot use find_children to iterateDaniel Narvaez2012-11-111-5/+2
| | | | It's recursive
* Swapped list and single childDaniel Narvaez2012-11-111-2/+2
|
* Return the last resultDaniel Narvaez2012-11-111-1/+2
|
* Return empty list for childrenDaniel Narvaez2012-11-111-2/+2
|
* LeftoverDaniel Narvaez2012-11-111-1/+0
|
* Fix node/accessible mismatchDaniel Narvaez2012-11-111-5/+5
|
* Missing returnDaniel Narvaez2012-11-111-1/+1
|
* Find on the child when crawlingDaniel Narvaez2012-11-111-1/+2
|
* Don't retry when dumping the treeDaniel Narvaez2012-11-111-1/+4
|
* Dump the tree on find failuresDaniel Narvaez2012-11-111-0/+2
|
* Don't die if name is not specifiedDaniel Narvaez2012-11-111-1/+3
|
* Missing parameterDaniel Narvaez2012-11-111-1/+1
|
* Print information about retriesDaniel Narvaez2012-11-111-6/+9
|
* 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
|