Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Factor out executing commandsDaniel Narvaez2012-11-142-9/+14
|
* Fix loading packages configDaniel Narvaez2012-11-142-2/+2
|
* Refactor dnbuild into devbotDaniel Narvaez2012-11-1413-293/+375
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-147-37/+132
| | | | | | This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.
* Midex up ubuntu and fedoraDaniel Narvaez2012-11-141-2/+2
|
* More package name fixesDaniel Narvaez2012-11-141-2/+2
|
* Fix a couple of package namesDaniel Narvaez2012-11-141-2/+2
|
* Add dependency on xrdbDaniel Narvaez2012-11-134-1/+11
|
* Fix check for SUGAR_XKBCONFIGDaniel Narvaez2012-11-131-1/+1
|
* Fix segfault when running under XvfbDaniel Narvaez2012-11-131-6/+8
|
* Add dependency on gstreamer base plugins develDaniel Narvaez2012-11-132-0/+5
|
* Add gstreamer devel dependency for 3.6Daniel Narvaez2012-11-134-2/+8
|
* Fix ubuntu package nameDaniel Narvaez2012-11-131-1/+1
|
* Work around missing dependency of gst typelib packageDaniel Narvaez2012-11-133-7/+11
| | | | https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1078267
* Revert "Work around missing dependency of gst typelib package"Daniel Narvaez2012-11-132-10/+6
| | | | This reverts commit 18a2b540822f9f02b04cb128dc408384b06c56e6.
* 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
|