#1132 include missing xfce and soas spins in aarch64 alt page
Merged 2 years ago by darknao. Opened 2 years ago by d-enow.
d-enow/fedora-websites spins-in-alt  into  main

@@ -88,7 +88,7 @@ 

              <p class="download"><a href="${global_variables.path['download_arch']}/${global_variables.release['curr_alt_id']}/Spins/aarch64/iso/Fedora-KDE-Live-aarch64-${global_variables.release['curr_alt_id']}-${global_variables.release['RC_gold_aarch64']}.iso">${_('Download')}</a> | <a href="${path}/${lang}/verify.html">${_('Verify')}</a></p>

              </div>

            </div>

-             <div class="white">

+           <div class="white">

              <div class="col-md-1">

              <img src="${path}/static/images/kde.png" />

              </div>
@@ -104,6 +104,34 @@ 

            </div>

            <div class="white">

              <div class="col-md-1">

+               <img src="${path}/static/images/xfce.png" />

+             </div>

+             <div class="col-md-4">

+               <h3>${_('Fedora XFCE')}</h3>

+             </div>

+             <div class="col-md-3">

+               <p>${Markup(_('%sGB raw image')) % global_variables.iso_size['aarch64_XFCE']}</p>

+             </div>

+             <div class="col-md-4">

+               <p class="download"><a href="${global_variables.path['download_arch']}/${global_variables.release['curr_alt_id']}/Spins/aarch64/images/Fedora-Xfce-${global_variables.release['curr_alt_id']}-${global_variables.release['RC_gold_aarch64']}.aarch64.raw.xz">${_('Download')}</a> | <a href="${path}/${lang}/verify.html">${_('Verify')}</a></p>

+             </div>

+           </div>

+           <div class="white">

+             <div class="col-md-1">

+               <img src="${path}/static/images/soas.png" />

+             </div>

+             <div class="col-md-4">

+               <h3>${_('Fedora Sugar on a Stick')}</h3>

+             </div>

+             <div class="col-md-3">

+               <p>${Markup(_('%sGB raw image')) % global_variables.iso_size['aarch64_SOAS']}</p>

+             </div>

+             <div class="col-md-4">

+               <p class="download"><a href="${global_variables.path['download_arch']}/${global_variables.release['curr_alt_id']}/Spins/aarch64/images/Fedora-SoaS-${global_variables.release['curr_alt_id']}-${global_variables.release['RC_gold_aarch64']}.aarch64.raw.xz">${_('Download')}</a> | <a href="${path}/${lang}/verify.html">${_('Verify')}</a></p>

+             </div>

+           </div>

+           <div class="white">

+             <div class="col-md-1">

              <img src="${path}/static/images/min.png" />

              </div>

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

empty or binary file added
empty or binary file added
file modified
+2
@@ -130,6 +130,8 @@ 

      'aarch64_KDE_live':         '1.9',       # In GB

      'aarch64_KDE_raw':         '4.0',       # In GB

      'aarch64_min':         '412',       # In MB

+     'aarch64_SOAS':        '2.1',       # In GB

+     'aarch64_XFCE':        '3.0',       # In GB

      'ppc64_Server_DVD':    '3.0',       # In GB

      'ppc64_Server_net':    '597',       # In MB

      'ppc64_Cloud_net':     '520',       # In MB

Description

  • include missing Xfce and SoaS spins in "aarch64 architecture" on alt.fp.o site
  • Closes this issue

You can use the xfce logo here. You'll find it in the arm site in this repo.

I think we should not use acronyms but Sugar on a Stick instead

I see you also updated the globalvar.py with new sizes. That's fine, but maybe you could do that in a separate commit.
Or even better, make a new PR with just that, and take the opportunity to update all images sizes (it seems a lot of them need it).

You can use the xfce logo here. You'll find it in the arm site in this repo.

Thanks for the review. I'll replace the logos.

I see you also updated the globalvar.py with new sizes. That's fine, but maybe you could do that in a separate commit.
Or even better, make a new PR with just that, and take the opportunity to update all images sizes (it seems a lot of them need it).

I'll create a new issue for this.

rebased onto 370cfe2463b05871db10cc47e1c6712c563f8548

2 years ago

rebased onto 9f441a435577c54f7582d96c6adf6e30fa85826b

2 years ago

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

2 years ago

rebased onto c8098ec664c6eea87bd63603c6bd29c74b4b51d9

2 years ago

rebased onto 247a52c

2 years ago

Pull-Request has been merged by darknao

2 years ago