[X2Go-Commits] [pyhoca-gui] 01/01: Running any part of the build process with "realtime" priority is a terrible idea
git-admin at x2go.org
git-admin at x2go.org
Mon Jul 7 03:52:42 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository pyhoca-gui.
commit 1fe8265a7e792554bf98adaa6784d0fe9353412d
Author: Mike DePaulo <mikedep333 at gmail.com>
Date: Sun Jul 6 21:52:04 2014 -0400
Running any part of the build process with "realtime" priority is a terrible idea
---
setup.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/setup.py b/setup.py
index 26905fc..ee06ca3 100755
--- a/setup.py
+++ b/setup.py
@@ -137,9 +137,7 @@ class NSISScript(object):
def compile(self):
subproc = subprocess.Popen(
- # "/P5" uses realtime priority for the LZMA compression stage.
- # This can get annoying though.
- [NSIS_COMPILE, self.pathname, "/P5"], env=os.environ)
+ [NSIS_COMPILE, self.pathname], env=os.environ)
subproc.communicate()
retcode = subproc.returncode
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
More information about the x2go-commits
mailing list