Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: parallel_emerge

Issue 3080005: Tell emerge to stop beeping at us. (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: parallel_emerge
diff --git a/parallel_emerge b/parallel_emerge
index 49cf7b2f4d1e29caafc786bcf301ecab9c14b239..d4b8e658bd524dc4592e996ab7df73e18fccadc3 100755
--- a/parallel_emerge
+++ b/parallel_emerge
@@ -291,6 +291,10 @@ class DepGraphGenerator(object):
# Modify the environment to disable locking.
os.environ["PORTAGE_LOCKS"] = "false"
+
+ # Turn off interactive delays
+ os.environ["EBEEP_IGNORE"] = "1"
+ os.environ["EPAUSE_IGNORE"] = "1"
os.environ["UNMERGE_DELAY"] = "0"
# Parse the emerge options.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698