This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 2cec5d3 Windows: Update nxproxy from 3.5.0.12 to 3.5.0.27 new 1fe8265 Running any part of the build process with "realtime" priority is a terrible idea The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
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@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