#1126 Update verify link for aarch64 fedora-everything
Closed 2 years ago by darknao. Opened 2 years ago by jzerman.
jzerman/fedora-websites alt.fedora.aarch64.EverythingISOchecksum  into  main

@@ -356,7 +356,11 @@ 

            <h3>${_('Everything')}</h3>

            </div>

            <div class="col-sm-4">

-           <p class="download"><a href="${global_variables.path['download']}/${global_variables.release['curr_alt_id']}/Everything/aarch64/iso/Fedora-Everything-netinst-aarch64-${global_variables.release['curr_alt_id']}-${global_variables.release['RC_gold_aarch64']}.iso">${_('Download')}</a> | <a href="https://getfedora.org/static/checksums/Fedora-Everything-${global_variables.release['curr_id']}-${global_variables.release['RC_gold']}-aarch64-CHECKSUM">${_('Verify')}</a></p>

+           <p class="download"><a

+               href="${global_variables.path['download']}/${global_variables.release['curr_alt_id']}/Everything/aarch64/iso/Fedora-Everything-netinst-aarch64-${global_variables.release['curr_alt_id']}-${global_variables.release['RC_gold_aarch64']}.iso">${_('Download')}</a>

+             | <a

+               href="https://getfedora.org/static/checksums/${global_variables.release['curr_alt_id']}/iso/Fedora-Everything-${global_variables.release['curr_id']}-${global_variables.release['RC_gold']}-aarch64-CHECKSUM">${_('Verify')}</a>

+           </p>

            </div>

          </div>

  <!--        <div class="white">

Under the ARM arrch64 Architecture section at https://alt.fedoraproject.org/alt/ for Fedora-Everything the link was broken. It was originally going to point to version 34 ISO checksum, but I used version 35 due to the recent version release. This should close issue #1115.

Please keep the variables in this link. We don't really want to update everything manually for each release.
The correct one should be:

https://getfedora.org/static/checksums/${global_variables.release['curr_alt_id']}/iso/Fedora-Everything-${global_variables.release['curr_id']}-${global_variables.release['RC_gold']}-aarch64-CHECKSUM

1 new commit added

  • Update verify link to use current release variable
2 years ago

The most recent commit updates the link to the above link. It uses the current release variables in the link. For Issue #1115.

This same link is at various places inside this file. All of them need this update.
Also, can you please squash your commits into one?

Metadata Update from @jflory7:
- Pull-request tagged with: alt.fp.o

2 years ago

rebased onto 3050b56

2 years ago

Added missing links and manually merged.

Pull-Request has been closed by darknao

2 years ago