mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-11 19:19:49 +00:00
Fixed package.py --src-pkg
Make it use "git archive" instead of "hg archive".
This commit is contained in:
parent
3ef1281450
commit
60701c2a5c
@ -154,7 +154,7 @@ def package_source_tgz(edition):
|
|||||||
app_version = get_module_version('core_{}'.format(edition))
|
app_version = get_module_version('core_{}'.format(edition))
|
||||||
name = 'dupeguru-{}-src-{}.tar.gz'.format(edition, app_version)
|
name = 'dupeguru-{}-src-{}.tar.gz'.format(edition, app_version)
|
||||||
dest = op.join('build', name)
|
dest = op.join('build', name)
|
||||||
print_and_do('hg archive -t tgz -S {}'.format(dest))
|
print_and_do('git archive -o {} HEAD'.format(dest))
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
args = parse_args()
|
args = parse_args()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user