Run Lintian in foreach loop; specify .changes file to target
This commit is contained in:
parent
32780c05bd
commit
527ab8dc10
7
main.js
7
main.js
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue