← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~smpettit/openlp/pyinstaller into lp:openlp

 

Stevan Pettit has proposed merging lp:~smpettit/openlp/pyinstaller into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~smpettit/openlp/pyinstaller/+merge/88621

Added parm to pyinstaller execution in the windows build script to only display error messages.

Presently, pyinstaller is in a "verbose" mode and actual errors can be easily overlooked.
-- 
https://code.launchpad.net/~smpettit/openlp/pyinstaller/+merge/88621
Your team OpenLP Core is requested to review the proposed merge of lp:~smpettit/openlp/pyinstaller into lp:openlp.
=== modified file 'scripts/windows-builder.py'
--- scripts/windows-builder.py	2011-11-30 17:06:57 +0000
+++ scripts/windows-builder.py	2012-01-15 23:05:29 +0000
@@ -182,6 +182,7 @@
         u'--windowed',
         u'--noupx',
         u'--additional-hooks-dir', hooks_path,
+		u'--log-level=ERROR',
         u'-o', branch_path,
         u'-i', win32_icon,
         u'-p', branch_path,


Follow ups