-
Notifications
You must be signed in to change notification settings - Fork 46
/
GitHubMigrationStatus.html
executable file
·84 lines (76 loc) · 2.1 KB
/
GitHubMigrationStatus.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!--#include virtual="header.incl" -->
<style>
table.github {
border: 1px solid black;
}
table.github th, table.github td {
border: 1px solid black;
}
</style>
<div class="www_sectiontitle">GitHub Migration Status</div>
<p>
<h2>The GitHub Migration is Complete!</h2>
</p>
<h3>Blocking Tasks</h3>
<table class="github">
<tr>
<th>Task</th>
<th>Status</th>
<th></th>
</tr>
<tr>
<td>Create GitHub Project</td>
<td style="background-color:green;">Done</td>
<td><a href="https://github.com/llvm">GitHub</a></td>
</tr>
<tr>
<td>SVN to GitHub Synchronization</td>
<td style="background-color:green;">Done</td>
<td><a href="https://llvm.org/PR39394">PR39394</a></td>
</tr>
<tr>
<td>Block Merge Commits</td>
<td style="background-color:green;">Done</td>
<td><a href=https://llvm.org/PR42429>PR42429</a></td>
</tr>
<tr>
<td>Migrate Buildbots</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:green;">Done</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: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>
<h3>Other Tasks</h3>
<table class="github">
<tr>
<th>Task</th>
<th>Status</th>
<th></th>
</tr>
<tr>
<td>Make SVN to GitHub Syncronization More Robust</td>
<td style="background-color:green;">Done</td>
<td><a href="https://llvm.org/PR39397">PR39397</a></td>
</tr>
<tr>
<td>Auto-Close Pull Requests</td>
<td style="background-color:green;">Done</td>
<td><a href="https://github.com/llvm/llvm-project/pull/19">Example</a></td>
</tr>
</table>
<hr>
<!--#include virtual="footer.incl" -->