Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
Commit message (Collapse)AuthorAgeFilesLines
* Add gstreamer devel dependency for 3.6Daniel Narvaez2012-11-131-1/+2
|
* Work around missing dependency of gst typelib packageDaniel Narvaez2012-11-131-5/+8
| | | | https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1078267
* Revert "Work around missing dependency of gst typelib package"Daniel Narvaez2012-11-131-8/+5
| | | | This reverts commit 18a2b540822f9f02b04cb128dc408384b06c56e6.
* Work around missing dependency of gst typelib packageDaniel Narvaez2012-11-131-5/+8
| | | | https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1078267
* Make sure to print out the command when we sudoDaniel Narvaez2012-11-121-6/+11
|
* Check for gstream 1.0 typelib in 3.6Daniel Narvaez2012-11-111-1/+2
|
* Drop support for Ubuntu 12.04Daniel Narvaez2012-11-111-1/+2
| | | | Add support for Ubuntu 12.10 and Fedora 18
* Split distro checks to a python fileDaniel Narvaez2012-11-111-28/+3
|
* 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-111-2/+2
| | | | | | | 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-111-5/+2
|
* Split dependencies info out of check-systemDaniel Narvaez2012-11-111-313/+27
|
* Add gstreamer depDaniel Narvaez2012-11-101-0/+4
|
* Add a couple of missing dependenciesDaniel Narvaez2012-11-091-0/+8
|
* Rework tests to be based on pyatspi onlyDaniel Narvaez2012-11-071-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.
* 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
|
* Add dependency on adwaita metacity themeDaniel Narvaez2012-10-031-0/+8
|
* Add libxml2 dependencyDaniel Narvaez2012-10-021-0/+4
| | | | Required by libxklavier
* Add GtkSource-3.0 dependencyDaniel Narvaez2012-09-071-0/+4
|
* Fix ubuntu package nameDaniel Narvaez2012-09-071-1/+1
|
* Add dependency on espeak develDaniel Narvaez2012-09-071-5/+9
|
* Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-buildDaniel Narvaez2012-09-071-0/+4
|\ | | | | | | | | | | Conflicts: Makefile scripts/system.modules
| * Add more gstreamer pluginsDaniel Narvaez2012-08-231-0/+4
| | | | | | | | Based on a patch by Manuel Kaufmann <humitos@gmail.com>
| * Remove dependency on cjsonDaniel Narvaez2012-08-151-4/+0
| |
* | Add missing depDaniel Narvaez2012-08-221-0/+4
| |
* | Add libxklavierDaniel Narvaez2012-08-221-0/+4
| |
* | Remove dependency on cjsonDaniel Narvaez2012-08-151-4/+0
| |
* | Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-buildDaniel Narvaez2012-08-071-0/+4
|\ \ | |/
| * Use Xephyr instead of vncDaniel Narvaez2012-08-041-7/+3
| | | | | | | | | | No vnc server in ubuntu seems to support 24bpp, so it's not an improvement over Xephyr.
| * Hopefully better package choices for ubuntuDaniel Narvaez2012-08-021-0/+8
| |
* | Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-buildDaniel Narvaez2012-08-011-0/+8
|\ \ | |/ | | | | | | | | Conflicts: Makefile scripts/system.modules
| * Add dependency on c++Daniel Narvaez2012-08-011-0/+4
| |
| * Ignore pyabiword on ubuntuDaniel Narvaez2012-07-211-1/+1
| | | | | | | | It's broken and it breaks check-system
| * Revert "Ignore pyabiword on ubuntu"Daniel Narvaez2012-07-211-1/+2
| | | | | | | | This reverts commit 25d191ce8b6f08cb720c4c07e8d15feec10d44ee.
| * Ignore pyabiword on ubuntuDaniel Narvaez2012-07-201-2/+1
| | | | | | | | It's broken and it breaks check-system
| * Add abiword python bindingsMartin Abente Lahaye2012-07-191-0/+4
| | | | | | | | | | | | | | | | | | Without this package Write activity won't start. Adding it again, otherwise fedora users won't be able to enjoy this activity out-of-the-box. Signed-off-by: Martin Abente Lahaye <tch@sugarlabs.org>
* | Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-buildDaniel Narvaez2012-07-181-4/+0
|\ \ | |/
| * Setup gnome keyringDaniel Narvaez2012-07-161-4/+0
| | | | | | | | | | | | I'm not sure if sugar should do this but it's certainly handy for development and dogfooding. Most importantly it avoids leaking keyring daemons and breaking the buildbot.
* | Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-buildDaniel Narvaez2012-07-111-1/+9
|\ \ | |/
| * Add dependency on espeak gst pluginDaniel Narvaez2012-07-111-1/+9
| | | | | | | | Unfortunately fedora only, ubuntu will still run fine
* | First attempt at adding gtk for the forall issueDaniel Narvaez2012-07-101-0/+4
|/
* Add dep on ssh-agentDaniel Narvaez2012-07-071-3/+3
| | | | curl is not used anymore
* Add dep on gi VteDaniel Narvaez2012-07-051-0/+4
|
* Couple of ubuntu fixesDaniel Narvaez2012-07-041-3/+3
|
* Tweak ubuntu X configuration in check-systemDaniel Narvaez2012-07-041-0/+17
| | | | And remove the instructions from README
* Fix distro checksDaniel Narvaez2012-07-041-4/+5
|
* Warn about unsupported distributionsDaniel Narvaez2012-07-041-14/+45
|