Skip to content
Snippets Groups Projects
Unverified Commit b96fd8b4 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Replace import-tarballs by pristine-lfs import-dsc


Since pristine-lfs can import tarballs automatically, we should
not use a separate but different implementation of the same
functionality.

Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent 6f3d0434
No related branches found
No related tags found
2 merge requests!167T7556: Add version suffix to newly imported updates,!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
......@@ -247,7 +247,7 @@ def main():
prepare_target_branch(upstream_suite, suite)
import_sources(local_dsc, suite)
if (local_version.upstream_version != remote_version.upstream_version) and (remote_version.debian_revision is not None):
run(['import-tarballs', local_dsc])
run(['pristine-lfs', 'import-dsc', local_dsc])
if __name__ == '__main__':
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment