diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-03 00:36:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-03 00:36:20 +0000 |
commit | bebcdabd8f5798f018c978264da484a337feb086 (patch) | |
tree | 5dc6730118ad6d6376b18f7549a52e0225d88d00 /docs/DeveloperPolicy.html | |
parent | c80c23ff63a2c29ac5cd3ebb4e61c41ea278ddc0 (diff) | |
download | external_llvm-bebcdabd8f5798f018c978264da484a337feb086.zip external_llvm-bebcdabd8f5798f018c978264da484a337feb086.tar.gz external_llvm-bebcdabd8f5798f018c978264da484a337feb086.tar.bz2 |
explain what I need to grant commit access.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r-- | docs/DeveloperPolicy.html | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 34e4d9e..647e2b8 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -227,10 +227,32 @@ <p> We grant commit access to contributors with a track record of submitting high -quality patches. If you would like commit access, please send an email to the -<a href="mailto:llvm-oversight@cs.uiuc.edu">LLVM oversight group</a>.</p> +quality patches. If you would like commit access, please send an email to +<a href="mailto:sabre@nondot.org">Chris</a> with the following information:</p> + +<ol> + <li>The user name you want to commit with, e.g. "sabre".</li> + <li>The full name and email address you want message to llvm-commits to come + from, e.g. "Chris Lattner <sabre@nondot.org>".</li> + <li>A "password hash" of the password you want to use, e.g. "2ACR96qjUqsyM". + Note that you don't ever tell us what your password is, you just give it + to us in an encrypted form. To get this, run "htpasswd" (a utility that + comes with apache) in crypt mode (often enabled with "-d"), or find a web + page that will do it for you.</li> +</ol> + +<p>Once you've been granted commit access, you should be able to check out an + LLVM tree with an SVN URL of "https://username@llvm.org/..." instead of the + normal anonymous URL of "http://llvm.org/...". The first time you commit + you'll have to type in your password. Note that you may get a warning from + SVN about an untrusted key, you can ignore this. To verify that your commit + access works, please do a test commit (e.g. change a comment or add a blank + line). Your first commit to a repository may require the autogenerated email + to be approved by a mailing list. This is normal, and will be done when + the mailing list owner has time.</p> <p>If you have recently been granted commit access, these policies apply:</p> + <ol> <li>You are granted <i>commit-after-approval</i> to all parts of LLVM. To get approval, submit a <a href="#patches">patch</a> to |