Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/plugins/unknown.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-28 13:49:15 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-28 13:49:15 (GMT)
commitd67e269de9e21ce4ad4cd1608cc8b0ff969c0642 (patch)
tree1248fbe24ac685f0d1eee39433d21a5bd505d30c /devbot/plugins/unknown.py
parent19682716ac2d00cfb378bb83db9195bd3ac62135 (diff)
Improve feedback for non supported distributions
If we are on a distribution which is known, but the version or the architecture is not supported, suggest a list of packages to install.
Diffstat (limited to 'devbot/plugins/unknown.py')
-rw-r--r--devbot/plugins/unknown.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devbot/plugins/unknown.py b/devbot/plugins/unknown.py
index ea42112..826f643 100644
--- a/devbot/plugins/unknown.py
+++ b/devbot/plugins/unknown.py
@@ -33,5 +33,6 @@ class DistroInfo(interfaces.DistroInfo):
self.version = "unknown"
self.system_version = "3.4"
self.valid = True
+ self.supported = False
distro.register_distro_info(DistroInfo)