Merge "gerrit: move plugins to common code"
This commit is contained in:
commit
5dabda9a28
@ -15,20 +15,25 @@
|
|||||||
- unzip
|
- unzip
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Move plugin repos into gerrit tree
|
- name: Move common plugin repos into gerrit tree
|
||||||
command: "mv -f {{ item }} ../gerrit/plugins"
|
command: "mv -f {{ item }} ../gerrit/plugins"
|
||||||
args:
|
args:
|
||||||
chdir: /home/zuul/src/gerrit.googlesource.com/plugins
|
chdir: /home/zuul/src/gerrit.googlesource.com/plugins
|
||||||
loop:
|
loop:
|
||||||
|
- codemirror-editor
|
||||||
- commit-message-length-validator
|
- commit-message-length-validator
|
||||||
|
- delete-project
|
||||||
|
- download-commands
|
||||||
|
- gitiles
|
||||||
- hooks
|
- hooks
|
||||||
- its-storyboard
|
|
||||||
- its-base
|
- its-base
|
||||||
|
- its-storyboard
|
||||||
- javamelody
|
- javamelody
|
||||||
|
- plugin-manager
|
||||||
- replication
|
- replication
|
||||||
- reviewnotes
|
- reviewnotes
|
||||||
- download-commands
|
|
||||||
- singleusergroup
|
- singleusergroup
|
||||||
|
- webhooks
|
||||||
|
|
||||||
# Some submodules don't have appropriate refs to checkout for specific
|
# Some submodules don't have appropriate refs to checkout for specific
|
||||||
# gerrit branches. We address that by checking them out explicitly in
|
# gerrit branches. We address that by checking them out explicitly in
|
||||||
|
@ -96,12 +96,6 @@
|
|||||||
path: /home/zuul/src/gerrit.googlesource.com/gerrit
|
path: /home/zuul/src/gerrit.googlesource.com/gerrit
|
||||||
tags:
|
tags:
|
||||||
- 3.2
|
- 3.2
|
||||||
gerrit_additional_plugins:
|
|
||||||
- codemirror-editor
|
|
||||||
- delete-project
|
|
||||||
- gitiles
|
|
||||||
- plugin-manager
|
|
||||||
- webhooks
|
|
||||||
files: &gerrit_files_3_2
|
files: &gerrit_files_3_2
|
||||||
- docker/gerrit/base/
|
- docker/gerrit/base/
|
||||||
- docker/gerrit/bazel/
|
- docker/gerrit/bazel/
|
||||||
@ -174,11 +168,6 @@
|
|||||||
- master
|
- master
|
||||||
gerrit_additional_plugins:
|
gerrit_additional_plugins:
|
||||||
- checks
|
- checks
|
||||||
- codemirror-editor
|
|
||||||
- delete-project
|
|
||||||
- gitiles
|
|
||||||
- plugin-manager
|
|
||||||
- webhooks
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: system-config-build-image-gerrit-master
|
name: system-config-build-image-gerrit-master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user