Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/system.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-01 08:56:56 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-01 08:56:56 (GMT)
commitf0e7ce55780ce3d11e985fb4e4f9a7efaf5c8dc5 (patch)
tree83ebcd6caefa0c8ce340efd0cd909a7075734059 /devbot/system.py
parentcb6ac48dc0665d6e8dcd0bd2733d258e16bbc50f (diff)
Print out some informations about the distribution
Diffstat (limited to 'devbot/system.py')
-rw-r--r--devbot/system.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devbot/system.py b/devbot/system.py
index bfeb9d2..4652169 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -167,6 +167,7 @@ def check(remove=False, update=False, test=False, interactive=True,
package_manager = \
distro.get_package_manager(test=test, interactive=interactive)
+ distro.print_distro_info()
distro_name = distro.get_distro_info().name
packages = config.load_packages()