diff options
author | Renato Golin <renato.golin@linaro.org> | 2016-07-28 20:57:25 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2016-07-28 20:57:25 +0000 |
commit | 644f3f066b95f6ba83f636d7738f680a6a9f126a (patch) | |
tree | fca215b04e97fab237f2609aa73c5a10c74ab5b4 /llvm/docs/Proposals | |
parent | 6400dec5ab7b2e14fec344150484c30e6d1d4c9e (diff) | |
download | bcm5719-llvm-644f3f066b95f6ba83f636d7738f680a6a9f126a.tar.gz bcm5719-llvm-644f3f066b95f6ba83f636d7738f680a6a9f126a.zip |
[docs] Add sub-mod example by Chris to GitHub proposal
llvm-svn: 277032
Diffstat (limited to 'llvm/docs/Proposals')
-rw-r--r-- | llvm/docs/Proposals/GitHubSubMod.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/Proposals/GitHubSubMod.rst b/llvm/docs/Proposals/GitHubSubMod.rst index da3d3c4d52f..6b8cd2c24dc 100644 --- a/llvm/docs/Proposals/GitHubSubMod.rst +++ b/llvm/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 -------------------------- |