Skip to content
Snippets Groups Projects
Commit b5f54745 authored by ale's avatar ale
Browse files

Fix CI config after build-deb changes

parent 58a87034
No related branches found
No related tags found
No related merge requests found
Pipeline #21565 passed
......@@ -3,7 +3,7 @@ include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
# debian/patches patches are kept applied in the tree, no need to
# double-apply them when building the source package.
# Thus remove the patches altogether and build an original tarball out of HEAD.
build_pkgsrc:buster:
pkg_src:
script:
- rm -rf debian/patches
- git archive --prefix orig/ --output ../$(dpkg-parsechangelog -SSource)_$(dpkg-parsechangelog -SVersion | sed -e 's/-[^-]*$//' -e 's/^[0-9]*://').orig.tar.gz HEAD
......
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