From 527ab8dc1096a8cbe60498c2c71286ccf64f06d4 Mon Sep 17 00:00:00 2001 From: Mike Roberts <2947595+m-roberts@users.noreply.github.com> Date: Wed, 28 Oct 2020 22:23:33 +0000 Subject: [PATCH] Run Lintian in foreach loop; specify .changes file to target --- main.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/main.js b/main.js index ca3ede1..c5e26b2 100644 --- a/main.js +++ b/main.js @@ -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", [