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

Unified Diff: sitescripts/cms/runserver.spec

Issue 4921490642305024: Issue 2129 - Remove CMS implementation from sitescripts repository (Closed)
Patch Set: Created March 13, 2015, 5:05 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 | « sitescripts/cms/converters.py ('k') | sitescripts/cms/sources.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/cms/runserver.spec
===================================================================
deleted file mode 100644
--- a/sitescripts/cms/runserver.spec
+++ /dev/null
@@ -1,23 +0,0 @@
-# PyInstaller spec, run "pyinstaller sitescripts/cms/runserver.spec" from sitescripts root to build
-
-a = Analysis(
- ['sitescripts/cms/bin/runserver.py'],
- pathex=['.'],
- hiddenimports=[],
- excludes=['sqlite3', 'django', 'ssl', '_ssl', 'OpenSSL', '_hashlib', 'unittest'],
-)
-
-pyz = PYZ(a.pure)
-
-exe = EXE(
- pyz,
- a.scripts,
- a.binaries,
- a.zipfiles,
- a.datas,
- name='runserver',
- debug=False,
- strip=None,
- upx=False,
- console=True
-)
« no previous file with comments | « sitescripts/cms/converters.py ('k') | sitescripts/cms/sources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld