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

View file

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