Skip to content

Commit 71ef7f4

Browse files
committed
Add a link to the rollup procedure on the forge
1 parent e01df1f commit 71ef7f4

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

homu/html/queue.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,7 @@ <h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_
137137
<div id="actual-rollup" class="hide">
138138
<p>This will create a new pull request consisting of <span id="checkbox-count">0</span> PRs.</p>
139139
<p>A rollup is useful for shortening the queue, but jumping the queue is unfair to older PRs who have waited too long.</p>
140-
<p>When creating a real rollup, try to be fair to the PRs not rolled up. You may pick one of these strategies:</p>
141-
<ul>
142-
<li>
143-
<p>Always include the first <span class="approved">approved</span> PR in the rollup.
144-
Then give the new pull request the highest priority (p=100);</p>
145-
<p><i>or</i></p>
146-
</li>
147-
<li>
148-
<p>After creating the rollup, give it a fairly high priority (p=10), then assign
149-
even higher priorties (p=20, ...) to every PRs older than the oldest rolled up PR.</p>
150-
</li>
151-
</ul>
140+
<p>When creating a real rollup, see <a href="https://forge.rust-lang.org/release/rollups.html">this instruction</a> for reference.</p>
152141
<p>
153142
<button type="button" id="rollup">Rollup</button>
154143

0 commit comments

Comments
 (0)