commit | 5181b1191705bf324387aa1ba4c9643c9e493c5c | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed Apr 26 14:43:47 2017 +0200 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Apr 26 14:43:47 2017 +0200 |
tree | 42ecdb314c39a3cbe5a5089cebcc20be6ed2ee00 | |
parent | 56404708e8db33ba60df34878ded233458260889 [diff] |
Fix generation of support bundles multiple times Don't reuse the zip output stream across calls so to allow the collection of server data multiple times. Change-Id: I8cf1337e0c0133bec166e81f6b457878d1e103e8
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 ...