summaryrefslogtreecommitdiffstats
path: root/docs/Proposals
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-07-28 20:57:25 +0000
committerRenato Golin <renato.golin@linaro.org>2016-07-28 20:57:25 +0000
commit1bd1f142207fe16b4c70dfdaa786c5ea3b97ad05 (patch)
tree87ff9883edbc1424674517ad98cdfb917f85a546 /docs/Proposals
parent1c394fcb964b34555125226f1f66506843d3fc71 (diff)
[docs] Add sub-mod example by Chris to GitHub proposal
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277032 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Proposals')
-rw-r--r--docs/Proposals/GitHubSubMod.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Proposals/GitHubSubMod.rst b/docs/Proposals/GitHubSubMod.rst
index da3d3c4d52f2..6b8cd2c24dc2 100644
--- a/docs/Proposals/GitHubSubMod.rst
+++ b/docs/Proposals/GitHubSubMod.rst
@@ -174,6 +174,11 @@ Additionally, each repository will have the following server hooks:
Essentially, we're adding Git RW access in addition to the already existing
structure, with all the additional benefits of it being in GitHub.
+Example of a working version:
+
+* Repository: https://github.com/llvm-beanz/llvm-submodules
+* Update bot: http://beanz-bot.com:8180/jenkins/job/submodule-update/
+
What will *not* be changed
--------------------------