Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
|
* 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.
* Wait more for the shell to startupDaniel Narvaez2012-10-301-1/+1
|