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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user