summaryrefslogtreecommitdiffstats
path: root/make_release.py
diff options
context:
space:
mode:
authorJonathan Hartley <[email protected]>2020-10-08 14:37:04 -0500
committerJonathan Hartley <[email protected]>2020-10-08 14:37:04 -0500
commit83139bc59004dde0d9a9c1d7aa965c08e9bfe2e8 (patch)
treead7dc179b32a499443a7ba4479268f9c52d7cbf2 /make_release.py
parente31752e3347ca7cc867e1ced37f17c7cab8fb5fe (diff)
Remove unused fns in make_release.py
Diffstat (limited to 'make_release.py')
-rwxr-xr-xmake_release.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/make_release.py b/make_release.py
index 68352fb..0e95173 100755
--- a/make_release.py
+++ b/make_release.py
@@ -19,19 +19,6 @@ OBOK_SRC_DIR = 'Obok_plugin'
OBOK_README = 'obok_plugin_ReadMe.txt'
RELEASE_DIR = 'release'
-def make_calibre_plugin():
-
- shutil.make_archive(core_dir, 'zip', core_dir)
- shutil.rmtree(core_dir)
-
-
-def make_obok_plugin():
- obok_plugin_dir = os.path.join(SHELLS_BASE, 'Obok_calibre_plugin')
- core_dir = os.path.join(obok_plugin_dir, 'obok_plugin')
-
- shutil.copytree(OBOK_SRC_DIR, core_dir)
- shutil.make_archive(core_dir, 'zip')
- shutil.rmtree(core_dir)
def make_release(version):
try: