| Issue 2682: | Make compiled plugins download to public | |
| 3 people starred this issue and may be notified of changes. | Back to list |
Requesting feature to publish compiled plugins for download on project Release page (http://gerrit-releases.storage.googleapis.com/index.html). It's hard to some users to compile plugins.
May 27, 2014
Project Member
#1
David.Os...@gmail.com
Status:
AwaitingInformation
May 27, 2014
I don't want to build them myself. I want to download them from same place as gerrit war itself. Nevertheless $ git clone https://gerrit.googlesource.com/gerrit $ cd gerrit/plugins $ git clone https://gerrit.googlesource.com/plugins/its-base $ git clone https://gerrit.googlesource.com/plugins/its-bugzilla $ buck build plugins/its-base/ BUILD FAILED: No BUCK file plugins/its-base/BUCK when resolving target //plugins/its-base:its-base in context FULLY_QUALIFIED
May 27, 2014
> BUILD FAILED: No BUCK file plugins/its-base/BUCK when resolving target //plugins/its-base:its-base in context FULLY_QUALIFIED That why i've mentioned in parenthesis "(Buck driven)". its-base plugin and friends are not Buck driven plugins, but still Maven driven, unfortunately.
May 27, 2014
Opened new issue: [1]. [1] https://code.google.com/p/gerrit/issues/detail?id=2684
May 27, 2014
OK. Is it really problem when building Gerrit to build also available plugins? Compiled Gerrit is available for download even if everybody can build it itself.
May 31, 2014
> Is it really problem when building Gerrit to build also available plugins? Yes. It is. Meantime Buck driven build is provided for its-base plugin and friends: [1], [2]. [1] https://gerrit-review.googlesource.com/57526 [2] https://gerrit-review.googlesource.com/57528 [
Mar 26, 2015
I also would like to have the ability to avoid installing yet another build system to get the its-bugzilla plugin for gerrit. In addition to that while the target system is Linux for me, the machine i can access the external repository and try to download the source code or whatever is Windows and buck doesn't support windows. So effectively by not providing the compiled jars you might be blocking people from getting the plugins. (yes, this particular plugin still supports maven, but it is deprecated and will be removed and it is not the point)
Jul 9, 2015
Not looking to checkout code and build a plugin against a release. Would be great if you could provide the jars.
Jul 9, 2015
There are some community sites from where you can download pre-build plugin jars: * https://ci.gerritforge.com/ * http://builds.quelltextlich.at/gerrit/nightly/index.html
Jul 9, 2015
Thankyou Edwin this is exactly what I was looking for. |
|
| ► Sign in to add a comment |