Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove the pyabiword dependency for nowDaniel Narvaez2012-07-021-4/+0
| | | | It's broken in ubuntu
* Add dep on telepahty gabble and salutDaniel Narvaez2012-07-011-0/+8
|
* Add a couple of gstreamer depsDaniel Narvaez2012-07-011-4/+25
|
* Add dependency on pyabiwordDaniel Narvaez2012-06-301-0/+4
|
* Add webkit dependencyDaniel Narvaez2012-06-301-0/+7
|
* Add telepathy mission control dependencyDaniel Narvaez2012-06-301-1/+9
|
* Add dconf dependencyDaniel Narvaez2012-06-291-0/+4
|
* Add dep on simplejsonDaniel Narvaez2012-06-291-0/+4
|
* Couple more runtime depsDaniel Narvaez2012-06-291-0/+8
|
* Try to fix atk bridge checks in ubuntuDaniel Narvaez2012-06-291-2/+4
|
* Add a few dependencies necessary for the testsDaniel Narvaez2012-06-291-6/+28
|
* Add a simple dogtail testDaniel Narvaez2012-06-291-0/+4
|