aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.py
diff options
context:
space:
mode:
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-rw-r--r--rumba/prototypes/ouroboros.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 58c8ac2..727a05c 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -170,7 +170,7 @@ class Experiment(mod.Experiment):
fs_loc = '/tmp/prototype'
- cmds = ["sudo apt-get install libprotobuf-c-dev --yes || true",
+ cmds = ["sudo DEBIAN_FRONTEND=noninteractive apt-get install libprotobuf-c-dev --yes || true",
"sudo rm -r " + fs_loc + " || true",
"git clone -b " + self.git_branch + " " + self.git_repo + \
" " + fs_loc,
@@ -362,7 +362,6 @@ class Experiment(mod.Experiment):
return d
-
def export_dif_bandwidth(self, filename, dif):
f = open(filename, 'w')