Include in Gerrit's README.md the instructions on how
to install and run on Fedora and with Docker pre-built
images.
Change-Id: I34970d617475cd6c6294d3da2097e3d809f1e8f4
* stable-2.12:
ChangeIT: Assert that submitting a change doesn't remove non-voting reviewers
Instead of deleting patch-set-approval set vote to zero
ChangeIT#commitFooters: Fix setup of test labels
CreateChangeIT: Fix flaky test
Add a testing method to set the clock step used by TimeUtil
Update issue tracker URL in documentation
Update issue tracker URL in POM files
Change-Id: I991be7faf90cd37a8d664a0c951fea4c14f94492
Since [1] genrule() target doesn't accept deps parameters any more.
As replacement, cmd should use $(location :foo) macro. Reshuffle some
rules to fix existing genrule targets. Remove all rule, as it cannot
depend any more on api and release. Moreover create all.zip with both
api.zip and release.war included doesn't make really sense. Adjust the
documentation correspondingly.
gen_licences.py is accepting first order dependencies and computes the
classpath on its own. Make it work for now by passing the classpath for
the dependencies. Add a TODO to clean this up and accept the classpath
from the Buck side, similar to what was done in Ifd2dcf69aa.
[1] d2c6edbf7b
Change-Id: Iab403cd964d09aff652662cd18b020db8e07a0d9