[Lldb-commits] [PATCH] D22463: [RFC] Moving to GitHub Proposal: NOT DECISION!
Renato Golin via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 18 15:55:25 PDT 2016
rengolin added inline comments.
================
Comment at: docs/Proposals/GitHub.rst:209
@@ +208,3 @@
+ well as a webhook to update the umbrella project (see below).
+3. Make sure we have an llvm-project (with submodules) setup in the official
+ account, with all necessary hooks (history, update, merges).
----------------
mehdi_amini wrote:
> > Pre-commit hooks
>
> Won't handle the update of the umbrella.
>
> > Post-commit hooks
>
> Can't handle the update of the umbrella *because of GitHub*, this could be possible with our own hosting of git for instance.
>
Pre-commit hooks are not designed to update the umbrella. Webhooks will be able to update the umbrella with a small external service, as proposed in the IRC.
https://reviews.llvm.org/D22463
More information about the lldb-commits
mailing list