[www] r374001 - Update GitHub migration status
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 18:06:47 PDT 2019
Author: tstellar
Date: Mon Oct 7 18:06:47 2019
New Revision: 374001
URL: http://llvm.org/viewvc/llvm-project?rev=374001&view=rev
Log:
Update GitHub migration status
Modified:
www/trunk/GitHubMigrationStatus.html
Modified: www/trunk/GitHubMigrationStatus.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/GitHubMigrationStatus.html?rev=374001&r1=374000&r2=374001&view=diff
==============================================================================
--- www/trunk/GitHubMigrationStatus.html (original)
+++ www/trunk/GitHubMigrationStatus.html Mon Oct 7 18:06:47 2019
@@ -23,6 +23,9 @@ Migration Instructions For:
<li><b>Developers:</b> Use the <a href="https://llvm.org/docs/GettingStarted.html#checkout-llvm-from-git">git-llvm script</a> for committing changes.</li>
</ul>
+<h3>How to request commit access to the GitHub repository</h3>
+
+
<h3>Blocking Tasks</h3>
<table class="github">
<tr>
@@ -47,18 +50,23 @@ Migration Instructions For:
</tr>
<tr>
<td>Migrate Buildbots</td>
- <td style="background-color:red;">Todo</td>
+ <td style="background-color:yellow;">In Progress</td>
<td><a href="https://llvm.org/PR40262">PR40262</a></td>
</tr>
<tr>
<td>Enable GitHub Commit Access</td>
- <td style="background-color:red;">Todo</td>
+ <td style="background-color:yellow;">In Progress</td>
<td><a href="https://llvm.org/PR42428">PR42428</a></td>
</tr>
<tr>
<td>Check For Merges in git-llvm Script</td>
- <td style="background-color:red;">Todo</td>
- <td><a href="https://llvm.org/PR42430">PR42430</td>
+ <td style="background-color:yellow;">In Progress</td>
+ <td><a href="https://reviews.llvm.org/D67772">D67772</td>
+ </tr>
+ <tr>
+ <td>Send Commit Notifications to *-commits Lists</td>
+ <td style="background-color:yellow;">In Progress</td>
+ <td><a href="https://llvm.org/PR40261">PR40261</a></td>
</tr>
</table>
@@ -79,11 +87,6 @@ Migration Instructions For:
<td style="background-color:green;">Done</td>
<td><a href="https://github.com/llvm/llvm-project/pull/19">Example</a></td>
</tr>
- <tr>
- <td>Send Commit Notifications to *-commits Lists</td>
- <td style="background-color:red;">Todo</td>
- <td><a href="https://llvm.org/PR40261">PR40261</a></td>
- </tr>
</table>
<hr>
More information about the llvm-commits
mailing list