summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <edwin.kempin@sap.com>2013-10-16 12:57:16 +0200
committerEdwin Kempin <edwin.kempin@sap.com>2013-10-16 22:08:17 +0200
commit7bfe1686e48e3b9679da0b0b6da3d668b784485f (patch)
treef2efe57a282706a7cb6af5fff9e3e2c36480c779
parent29324b1fa63dd077228af63579d561046edcc6bf (diff)
Register core plugin that implements the standard download commands
Change-Id: I07e7f9f0a7f68f3491d26afbacee4992c87e81c5 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
-rw-r--r--.gitmodules4
-rw-r--r--plugins/BUCK1
m---------plugins/download-commands0
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index b7154da689..24cff1a3a3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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
diff --git a/plugins/BUCK b/plugins/BUCK
index ded6ba2593..6440fb7320 100644
--- a/plugins/BUCK
+++ b/plugins/BUCK
@@ -1,6 +1,7 @@
BASE = get_base_path()
CORE = [
'commit-message-length-validator',
+ 'download-commands',
'replication',
'reviewnotes',
]
diff --git a/plugins/download-commands b/plugins/download-commands
new file mode 160000
+Subproject 7e0fa44b8e5598b37e0cb96d8c0f5d88fca7a04