Run Lintian in foreach loop; specify .changes file to target

This commit is contained in:
Mike Roberts 2020-10-28 22:23:33 +00:00
parent 32780c05bd
commit 527ab8dc10
No known key found for this signature in database
GPG key ID: B68562622B45F745

11
main.js
View file

@ -165,13 +165,14 @@ async function main() {
"-a" + targetArchitecture
].concat(dpkgBuildPackageOpts)
)
runDockerExecStep(
"Run static analysis",
["lintian"]
.concat(lintianOpts)
.concat("*" + targetArchitecture + ".changes")
)
})
runDockerExecStep(
"Run static analysis",
["lintian"].concat(lintianOpts)
)
runDockerExecStep(
"Move artifacts",
[