1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Improved source packaging and bootstrapping

This commit is contained in:
Virgil Dupras
2014-01-26 09:41:15 -05:00
parent 37ebf36cee
commit 937748e838
6 changed files with 21428 additions and 18 deletions

View File

@@ -155,7 +155,7 @@ def package_arch(edition):
def package_source_tgz(edition):
if not op.exists('deps'):
print("Downloading PyPI dependencies")
print_and_do('pip install --download=deps -r requirements.txt')
print_and_do('./download_deps.sh')
print("Creating git archive")
app_version = get_module_version('core_{}'.format(edition))
name = 'dupeguru-{}-src-{}.tar'.format(edition, app_version)