Merge "Register core plugin that implements the standard download commands"

This commit is contained in:
David Pursehouse
2013-10-17 02:24:55 +00:00
committed by Gerrit Code Review
3 changed files with 6 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -6,6 +6,10 @@
path = plugins/cookbook-plugin
url = https://gerrit.googlesource.com/plugins/cookbook-plugin
[submodule "plugins/download-commands"]
path = plugins/download-commands
url = https://gerrit.googlesource.com/plugins/download-commands
[submodule "plugins/replication"]
path = plugins/replication
url = https://gerrit.googlesource.com/plugins/replication

View File

@@ -1,6 +1,7 @@
BASE = get_base_path()
CORE = [
'commit-message-length-validator',
'download-commands',
'replication',
'reviewnotes',
]