You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: rename Phase 2 bucket repos to apt-wheels / yum-wheels for naming consistency (#2788)
Phase 2 Linux native-repo templates and dispatch wiring referenced
`wheels-dev/apt-wheels-dev` and `wheels-dev/yum-wheels-dev`. The `-dev`
suffix appeared to mirror the DNS form (`apt.wheels.dev`
→ `apt-wheels-dev`) but reads as a redundant org echo inside the
`wheels-dev` org and breaks the established `<package-manager>-wheels`
naming used by the other sister repos (`homebrew-wheels`,
`scoop-wheels`, `chocolatey-wheels`).
Rename everywhere to drop the `-dev` suffix:
- wheels-dev/apt-wheels-dev → wheels-dev/apt-wheels
- wheels-dev/yum-wheels-dev → wheels-dev/yum-wheels
The actual bucket repos were just created under the new names today
(2026-05-21 ~20:15 UTC), so this PR brings the templates / docs /
release-workflow dispatch in sync with the on-GitHub reality before
the first end-to-end dispatch fires. No live infrastructure references
the old names yet — Cloudflare Pages, DNS, and the bucket-side CI
secrets all post-date this rename.
Mechanical substitution across 9 files (27 references). Stable `wheels`
package name (the bare `wheels` in nfpm configs and `apt install
wheels` snippets) is untouched — only the org-namespaced repo names
change.
Signed-off-by: Peter Amiri <peter@alurium.com>
<p>The repository is signed with the Wheels project key. The public half is published at <ahref="/wheels.gpg"><code>/wheels.gpg</code></a>. The fingerprint is committed to the <ahref="https://github.com/wheels-dev/apt-wheels-dev">source repo</a> in <code>FINGERPRINT</code> for offline verification.</p>
82
+
<p>The repository is signed with the Wheels project key. The public half is published at <ahref="/wheels.gpg"><code>/wheels.gpg</code></a>. The fingerprint is committed to the <ahref="https://github.com/wheels-dev/apt-wheels">source repo</a> in <code>FINGERPRINT</code> for offline verification.</p>
83
83
84
84
<h2>Other platforms</h2>
85
85
<ul>
@@ -89,7 +89,7 @@ <h2>Other platforms</h2>
89
89
</ul>
90
90
91
91
<footer>
92
-
<p>Hosted on Cloudflare Pages. Repository contents at <ahref="https://github.com/wheels-dev/apt-wheels-dev">wheels-dev/apt-wheels-dev</a>.</p>
92
+
<p>Hosted on Cloudflare Pages. Repository contents at <ahref="https://github.com/wheels-dev/apt-wheels">wheels-dev/apt-wheels</a>.</p>
Copy file name to clipboardExpand all lines: tools/distribution-drafts/yum-repo/templates/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ <h2>Upgrading</h2>
72
72
<pre><code>sudo dnf upgrade wheels # or wheels-be</code></pre>
73
73
74
74
<h2>Signing key</h2>
75
-
<p>The repository is signed with the Wheels project key. The public half is published at <ahref="/wheels.gpg"><code>/wheels.gpg</code></a>. Both <code>.repo</code> files reference it via <code>gpgkey=</code>, so <code>dnf</code> imports it automatically on first refresh. The fingerprint is committed to the <ahref="https://github.com/wheels-dev/yum-wheels-dev">source repo</a> in <code>FINGERPRINT</code> for offline verification.</p>
75
+
<p>The repository is signed with the Wheels project key. The public half is published at <ahref="/wheels.gpg"><code>/wheels.gpg</code></a>. Both <code>.repo</code> files reference it via <code>gpgkey=</code>, so <code>dnf</code> imports it automatically on first refresh. The fingerprint is committed to the <ahref="https://github.com/wheels-dev/yum-wheels">source repo</a> in <code>FINGERPRINT</code> for offline verification.</p>
76
76
77
77
<h2>Other platforms</h2>
78
78
<ul>
@@ -82,7 +82,7 @@ <h2>Other platforms</h2>
82
82
</ul>
83
83
84
84
<footer>
85
-
<p>Hosted on Cloudflare Pages. Repository contents at <ahref="https://github.com/wheels-dev/yum-wheels-dev">wheels-dev/yum-wheels-dev</a>.</p>
85
+
<p>Hosted on Cloudflare Pages. Repository contents at <ahref="https://github.com/wheels-dev/yum-wheels">wheels-dev/yum-wheels</a>.</p>
0 commit comments