commit | 7ad1e49ea4b6b9ee2cb8d798d678e30cbf9f8893 | [log] [tgz] |
---|---|---|
author | Fabio Ponciroli <ponch78@gmail.com> | Tue Nov 12 10:20:03 2024 -0600 |
committer | Fabio Ponciroli <ponch78@gmail.com> | Thu Nov 28 09:09:46 2024 +0000 |
tree | c184943b1798be6e2850b210cb45128de8e3f282 | |
parent | 2b1e90f263aba05bc0207b3d6a74c41370ee433e [diff] |
Add manifest parameter to SSH command The manifest option was introdiced by I839f9ee, however the parameter was missing from the SSH command. Change-Id: I0181dead6c73481c7f7619d6372ff71a7aaed60c
diff --git a/gitcommits/src/main/scala/com/gerritforge/analytics/gitcommits/plugin/ProcessGitCommitsCommand.scala b/gitcommits/src/main/scala/com/gerritforge/analytics/gitcommits/plugin/ProcessGitCommitsCommand.scala index a501d39..28e4010 100644 --- a/gitcommits/src/main/scala/com/gerritforge/analytics/gitcommits/plugin/ProcessGitCommitsCommand.scala +++ b/gitcommits/src/main/scala/com/gerritforge/analytics/gitcommits/plugin/ProcessGitCommitsCommand.scala
@@ -72,6 +72,13 @@ ) var extractBranches: Boolean = false + @ArgOption( + name = "--manifest", + aliases = Array("-m"), + usage = "repo manifest XML with the list of projects to process" + ) + var manifest: String = null + override def run() { implicit val config = GerritEndpointConfig( gerritConfig.getListenUrl(),