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-11-25 22:22:37 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-25 22:22:37 (GMT)
commita0b65ee79f9f5abdee931aa02a3018cb308f6c51 (patch)
tree67eaf49d432f99e8a83684b64080b3163320a87a /devbot/system.py
parent1ea3e9a9f1e3cdfda24857b278518845f7ef2e18 (diff)
Check system directly in the commands
Diffstat (limited to 'devbot/system.py')
-rw-r--r--devbot/system.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/devbot/system.py b/devbot/system.py
index 8e493cf..2a8d189 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -164,6 +164,8 @@ def remove_packages(package_manager, packages):
package_manager.remove_packages(to_remove)
def check(remove=False, update=False, test=False, interactive=True):
+ print "Checking the system"
+
package_manager = \
distro.get_package_manager(test=test, interactive=interactive)