migrate to Forge

Update links Pagure -> Forge.

Related to #14
This commit is contained in:
Kamil Páral 2026-01-22 14:27:44 +01:00
commit d800a953dc
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ th {background-color: lightgrey;}
<h1>Fedora nightly compose finder</h1>
<p>This page helps you locate recent Fedora nightly composes. For each Fedora image, you can find the latest Branched and Rawhide nightly composes that completed. For images tested by <a href="https://openqa.fedoraproject.org">openQA</a>, you can also find the latest image for which all image-specific tests passed. This is not as strong an indication of quality as official Alpha or Beta status, but at least indicates that the image successfully boots, completes a system installation, and boots to the installed system, in a straightforward virtual machine configuration. These images are <b>NOT</b> official Fedora pre-releases. For assistance, contact <a href="https://matrix.to/#/#quality:fedoraproject.org">#quality:fedoraproject.org on Matrix</a> or the <a href="https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org/">test@ mailing list</a>.</p>
<p class='key'>Red linked images are known to have failed tests; green linked images are known to have passed all tests; blue linked images are untested or testing status is unknown. Mouse over red links to display links to the failed tests.</p>
<p class='key'>Generated by <a href="https://pagure.io/fedora_nightlies">Fedora nightlies</a> at: {{DATE}} (UTC)</p>
<p class='key'>Generated by <a href="https://forge.fedoraproject.org/quality/fedora-nightlies">Fedora nightlies</a> at: {{DATE}} (UTC)</p>
{{TABLES}}
</body>
</html>

View file

@ -13,7 +13,7 @@ certfile = "/etc/fedora-messaging/fedora-cert.pem"
[client_properties]
app = "Fedora nightlies updater"
app_url = "https://pagure.io/fedora_nightlies"
app_url = "https://forge.fedoraproject.org/quality/fedora-nightlies"
app_contacts_email = ["adamw@happyassassin.net"]
[exchanges."amq.topic"]

View file

@ -35,7 +35,7 @@ setup(
description = "Find most recent build/known-good nightly build for each Fedora image",
license = "GPLv3+",
keywords = "fedora release image media iso nightly",
url = "https://pagure.io/fedora_nightlies",
url = "https://forge.fedoraproject.org/quality/fedora-nightlies",
py_modules = ["fedora_nightlies"],
install_requires = ['setuptools', 'fedora-messaging', 'fedfind>=2.5.0', 'openqa_client>=1.2'],
tests_require=['pytest', 'mock'],