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

Replace checkout-tarballs by pristine-lfs checkout --auto


checkout-tarballs is no longer needed since pristine-lfs can do
this directly.

Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent b96fd8b4
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
......@@ -22,7 +22,7 @@ dversion="$(dpkg-parsechangelog -S Version)"
case "$dversion" in
*-*)
checkout-tarball _build
pristine-lfs checkout -o _build --auto
;;
*)
;;
......
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