Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/distro.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/distro.py')
-rw-r--r--devbot/distro.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/devbot/distro.py b/devbot/distro.py
index 6bfc43c..a5857c8 100644
--- a/devbot/distro.py
+++ b/devbot/distro.py
@@ -36,7 +36,8 @@ def get_distro_info():
if _distro_info is None:
_distro_info = unknown_distro
-
+
+ if not _distro_info.supported:
print "*********************************************************\n" \
"You are running an unsupported distribution. You might be\n" \
"able to make sugar work by installing or building \n" \