Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-07-16 12:47:10 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-16 12:55:37 (GMT)
commit06017e015e8e041c18dfb34ac2eabe8cc91b60e9 (patch)
tree73f6aa49f740e6d80d0de12c675427dfaaae5964 /scripts/check-system
parentb06bae71170fb9989e4171344234aaaf33dfc900 (diff)
Setup gnome keyring
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.
Diffstat (limited to 'scripts/check-system')
-rwxr-xr-xscripts/check-system4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 659d81e..f4ff56a 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -281,10 +281,6 @@ checks = \
"checker": "gtkmodule",
"packages": { "fedora": "at-spi2-atk",
"ubuntu": "libatk-adaptor" } },
- { "check": "ssh-agent",
- "checker": "binary",
- "packages": { "fedora": "openssh-clients",
- "ubuntu": "openssh-client" } },
{ "check": "dbus-launch",
"checker": "binary",
"packages": { "fedora": "dbus-x11",