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-14 19:15:41 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-14 19:15:41 (GMT)
commitf224c82c3dc67cedc81607a4e915e23c1c64bab4 (patch)
tree3c128939c91322f4249b6019d8a39c939e406a31 /devbot/system.py
parent1f603af6e31adb8e171806f914563607fbba446e (diff)
Get distro_name
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 48f33a0..caf26db 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -149,6 +149,7 @@ def warn_if_unsupported(distro_name):
"*********************************************************\n"
def autoremove_packages(packages):
+ distro_name = distro.get_distro_name()
package_manager = distro.get_package_manager()
to_keep = []