#60 Link netinstall on Workstation downloads to Server, which exists
Closed 4 years ago by pfrields. Opened 4 years ago by pfrields.
fedora-web/ pfrields/websites fix-ws-netinstall  into  master

@@ -172,12 +172,12 @@ 

              {% if releaseinfo.ga.editions.workstation.download_override.netinst_x86_64 %}

              <li class="list-group-item d-flex align-items-center">

                <div class="flex-grow-1">

-                 {% trans trimmed n=releaseinfo.ga.editions.workstation.release_number %}

+                 {% trans trimmed n=releaseinfo.ga.editions.server.release_number %}

                  Fedora {{n}}: 64-bit network install image

                  {% endtrans %}

                </div>

                <div>

-                 <a class="btn btn-outline-primary btn-sm" href="{{dl(releaseinfo.ga.editions.workstation.download_override.netinst_x86_64, 'https://download.fedoraproject.org/pub/fedora/linux/releases/%d/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-%d-%s.iso' % (releaseinfo.ga.editions.workstation.release_number, releaseinfo.ga.editions.workstation.release_number, releaseinfo.ga.editions.workstation.rc_version))}}">{% trans trimmed %}Download{% endtrans %}</a>

+                 <a class="btn btn-outline-primary btn-sm" href="{{dl(releaseinfo.ga.editions.workstation.download_override.netinst_x86_64, 'https://download.fedoraproject.org/pub/fedora/linux/releases/%d/Server/x86_64/iso/Fedora-Server-netinst-x86_64-%d-%s.iso' % (releaseinfo.ga.editions.server.release_number, releaseinfo.ga.editions.server.release_number, releaseinfo.ga.editions.server.rc_version))}}">{% trans trimmed %}Download{% endtrans %}</a>

                </div>

              </li>

              {% endif %}

no initial comment

@codeblock It seems like people look for this netinstall via Workstation, so I didn't change release.yaml -- rather just point this to the netinstall we do build. If you disagree, ping me and I'll withdraw this in favor of that other change.

Never mind, fixed it the right way via release.yaml.

Pull-Request has been closed by pfrields

4 years ago

@pfrields Sorry, I missed this one somehow! Either fix is fine. If we are never going to build a workstation netinstall again, then changing it in the template is probably the way to go.

Metadata