commit | bbe326b2daabc4d48a7af0c69ab3ae81499e4d80 | [log] [tgz] |
---|---|---|
author | Claudio Pacchiega <claudio.pacchiega@gmail.com> | Fri Jun 02 16:42:19 2017 +0200 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Jun 05 08:18:55 2017 +0100 |
tree | 808526d96e43208aa789c7186d370f8abcaf3580 | |
parent | 745b0ec782ff21d12d330419d86f74b810b32746 [diff] |
Refactoring: allows text or json files in zip. In preparation for some commands which need to leave files with non Json content, we must be prepared to have both formats available from the commands. Each command can now produce a Seq of (filename,content) where content can be Json or Textual. Some additional magic has been implemented via implicits to allow commands to produce the needed content in a convenient way. Also tests for bundle production have been separated. Change-Id: Id34b12f42abd17f29063d324a3a2ab4ac641311f
Collect information on Gerrit Code Review in order to have enough elements to request support.
Gerrit-Support plugins is written in Scala language and built with Sbt. To build the plugin you need to have SBT 0.13.13 installed and then run the assembly
target.
Example:
$ sbt assembly [...] [info] Packaging /Users/lucamilanesio/gerrithub/gerrit-support/target/scala-2.11/gerrit-support.jar ...