Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor dnbuild into devbotDaniel Narvaez2012-11-142-283/+2
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-141-192/+0
| | | | | | 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-131-11/+29
| | | | 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-121-6/+11
|
* Remove separation between glucose and activities buildDaniel Narvaez2012-11-121-6/+14
|
* 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-1211-208/+268
|
* Close the gcr prompterDaniel Narvaez2012-11-121-1/+1
|
* Build activities with a custom scriptDaniel Narvaez2012-11-123-7/+57
| | | | | | 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.
* 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-117-6/+39
| | | | 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
|
* 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-072-3/+3
| | | | | | | | 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.