From 644f3f066b95f6ba83f636d7738f680a6a9f126a Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Thu, 28 Jul 2016 20:57:25 +0000 Subject: [PATCH] [docs] Add sub-mod example by Chris to GitHub proposal llvm-svn: 277032 --- llvm/docs/Proposals/GitHubSubMod.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/Proposals/GitHubSubMod.rst b/llvm/docs/Proposals/GitHubSubMod.rst index da3d3c4d52f2..6b8cd2c24dc2 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 --------------------------