Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/distro.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-15 20:47:11 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-15 20:47:11 (GMT)
commit2f69a407f93d8baff25ea15a500427fdc79e9fdf (patch)
treeff0a4cc5ffac625d1121b35478d797d5b6c7b5b0 /devbot/distro.py
parentb053b56bdf966af64073739bc7904fd7bf40489f (diff)
Make apt-get upgrade non interactive
Diffstat (limited to 'devbot/distro.py')
-rw-r--r--devbot/distro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/distro.py b/devbot/distro.py
index 0ac68ac..76a7518 100644
--- a/devbot/distro.py
+++ b/devbot/distro.py
@@ -97,7 +97,7 @@ class UbuntuPackageManager:
def update(self):
command.run_with_sudo(["apt-get", "update"], test=self._test)
- command.run_with_sudo(["apt-get", "upgrade"], test=self._test)
+ command.run_with_sudo(["apt-get", "-y", "upgrade"], test=self._test)
def find_all(self):
return [package.name for package in self._cache