#484 F21 final: add ARM images under spins.fpo
Closed: Fixed Opened by robyduck.

As stated in the plan towards Fedora 21 [1] we need to add a section to the Download Tab of the single spins for which we also provide an ARM Image. Note that not all spins have also an ARM image and please use a variable for the Release version, state and image size.

It would be nice to have the download paths ready for the final ARM images.

As we create a new text content also the POT file needs to be updated.

[1] https://lists.fedoraproject.org/pipermail/websites/2014-October/012522.html


sophiekovalevsky commented

This patch add the ARM section for every spin.
0041-Generate-the-ARM-Section-to-Download-for-the-Spins.patch

sophiekovalevsky commented

I've create new variables for every spin for the size. As not all the ARM donwload links are ready, I don't know what exactly size assign. The size of the size of the image?

Even so, I've set the default. It's need to change, just tell me and I'll do.

We won't have ARM images for all spins but only for a few of them. You can see which in:
http://fedoraproject.org/en/get-spin-prerelease#arm

Could you fix the patch dropping the spins not having ARM images? If something changes for F21 we could always add them. [br]
Also the path points to a beta version, if you want you can fix that too, instead of:
href="${global_variables.path['download']}/test/${global_variables.release['next_id']}-${global_variables.release['curr_state']}/Images/armhfp

we should have:

href="${global_variables.path['download']}/${global_variables.release['curr_id']}/Images/armhfp/..."

PS: the globalvar.py file has changed, please pull it before doing a new patch ;)

Thank you for your help.

sophiekovalevsky commented

This patch add the ARM section for every spin.
0001-Generate-ARM-tab-at-Download-section-for-Spins.patch

Ok, I applied your patch (see rev. b71817c), but there are 2 small fixes to add:
* KDE ARM size should be in MB, not GB
* The download button is not aligned with the others above. It should be under the icon.

Thank you ;)

sophiekovalevsky commented

Add padding to ARM tab and change size for KDE spin.
0002-Add-padding-to-ARM-tab-and-change-size-for-KDE-spin.patch

sophiekovalevsky commented

robyduck, I forgot do the pull. This is the right patch: 0001-Add-padding-to-ARM-tab-and-change-size-for-KDE-spin.patch

sophiekovalevsky commented

Add padding to ARM tab and change size for KDE spin.
0001-Add-padding-to-ARM-tab-and-change-size-for-KDE-spin.patch

Almost good.

You should change this {{{${_('%(size)sGB}}}

{{{

${_('%(size)sGB for %(arch)s Image') % {'size':global_variables.iso_size['ARM_KDE'], 'arch':'ARMv7 '}}
${_('How do I use this file?')}

}}}

sophiekovalevsky commented

Hi asrob:

Thanks for the that!

I've uploaded the patch with that correction.

sophiekovalevsky commented

Add padding to ARM tab and change size for KDE spin.
0001-Adding-padding-to-ARM-tab-and-change-size-for-KDE-sp.patch

Hi sophiekovalevsky!

I've just committed your patch, great work. :)

Metadata