main: try to use deborig

This commit is contained in:
Dawid Dziurla 2021-07-09 23:58:34 +02:00 committed by GitHub
parent fb3670aed9
commit 7ecec1fcf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,13 +108,8 @@ async function main() {
await exec.exec("docker", [
"exec",
container,
"tar",
"--exclude-vcs",
"--exclude", "./debian",
"--transform", `s/^\./${pkg}-${version}/S`,
"-cvzf", `${buildDirectory}/${pkg}_${version}.orig.tar.gz`,
"-C", sourceDirectory,
"./"
"git-deborig",
"HEAD"
])
core.endGroup()
}