Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: runserver.spec

Issue 6364489058353152: Issue 2126 - Adapted CMS for living in its own repository rather than sitescripts (Closed)
Patch Set: Added .pyo to ignore files Created March 12, 2015, 4:22 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runserver.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runserver.spec
===================================================================
rename from cms/runserver.spec
rename to runserver.spec
--- a/cms/runserver.spec
+++ b/runserver.spec
@@ -1,12 +1,12 @@
-# PyInstaller spec, run "pyinstaller sitescripts/cms/runserver.spec" from sitescripts root to build
+# PyInstaller spec, run "pyinstaller runserver.spec" from repository root to build
a = Analysis(
- ['sitescripts/cms/bin/runserver.py'],
+ ['runserver.py'],
pathex=['.'],
hiddenimports=[],
excludes=['sqlite3', 'django', 'ssl', '_ssl', 'OpenSSL', '_hashlib', 'unittest'],
)
pyz = PYZ(a.pure)
exe = EXE(
« no previous file with comments | « runserver.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld