summaryrefslogtreecommitdiffstats
path: root/_scripts/generate_releases.lua
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into productionNatanael Copa2018-06-261-60/+13
|\
| * generate_releases: rely on the description in yamlNatanael Copa2018-06-261-60/+13
| | | | | | | | | | | | | | remove the vanilla flavor as it no longer exists. The first listed flavors are standard, extended and netboot, the rest wil come in random order.
* | Merge branch 'master' into productionJakub Jirutka2018-05-131-1/+1
|\|
| * generate_releases: fix spelling mistake build-in -> built-inJakub Jirutka2018-05-131-1/+1
| | | | | | | | Ref #8879 (https://bugs.alpinelinux.org/issues/8879)
* | downloads: use cdn for download urlsCarlo Landmeter2017-06-191-1/+1
|/
* refactor downloads pageNatanael Copa2017-05-291-41/+26
|
* downloads: refactor orderingNatanael Copa2017-05-291-22/+32
| | | | | | | | | There are no way to predict the order in which lua will iterate over a hashtable so we use an array instead. We also set a fixed number of colors which we pick insstead of hardcode the flavor name in the CSS. This is so we can change name of the flavors without needing to modify the CSS.
* generate-releases: fix a couple of typosNatanael Copa2017-03-021-2/+2
|
* generate_releases: use https://nl.a.o which has a working httpsNatanael Copa2017-01-261-1/+1
|
* generate_releases: use rsync.a.o instead of fr.a.oNatanael Copa2017-01-261-1/+1
|
* fix arch description for ubootCarlo Landmeter2016-12-221-1/+1
|
* generate_releases: fix new release namesNatanael Copa2016-12-221-3/+11
|
* inital new purecss designCarlo Landmeter2016-11-101-10/+43
|
* generate_releases: change nl.alpinelinux.org to fr.alpinelinux.orgJakub Jirutka2016-11-041-1/+1
| | | | nl.a.o is not a primary mirror anymore and has limited bandwitch.
* generate_releases: change http://dl-cdn.a.o to https://nl.a.oJakub Jirutka2016-11-021-1/+1
|
* More professional textliqa2016-07-111-4/+4
|
* alpine-mksite/scripts/generate_releases.lua: changed flavour descriptions.ScrumpyJack2016-06-011-9/+9
|
* generate_releases: fix descriptions of the flavors, use dl-cdn as mirrorNatanael Copa2016-05-311-6/+9
|
* use lua-lyaml instead of lua-yamlNatanael Copa2015-06-161-3/+3
| | | | it seems to be better maintained upstream
* generate_releases: fix arm releasesNatanael Copa2015-05-271-2/+5
|
* generate_releases: fix typo in url to sha1 sumNatanael Copa2014-12-231-1/+1
|
* use ascii armored signaturesNatanael Copa2014-12-121-0/+1
|
* generate_releases: create .sig urlNatanael Copa2014-12-121-0/+1
|
* generate_releases: fix spelling of PiNatanael Copa2014-12-101-2/+2
|
* display arm releaseNatanael Copa2014-12-101-0/+3
|
* downloads: add flavor title and descriptionNatanael Copa2014-11-261-1/+24
| | | | We embed the definitions in the lua code for now
* downloads: group by flavorNatanael Copa2014-11-261-4/+3
|
* downloads: avoid repetitive blocksNatanael Copa2014-11-261-1/+3
| | | | | Use a single loop to iterate over the isos so we avoid having 4 identical blocks for each flavor.
* downloads: make date string look nicerNatanael Copa2014-11-251-0/+3
|
* generate_releases: add download urls for iso and sha sumsNatanael Copa2014-11-241-0/+9
| | | | and add a default release
* downloads: list all available downloadsNatanael Copa2014-10-231-1/+2
|
* refactor generation of releases.yamlNatanael Copa2014-10-231-0/+21
use a separate script for generating releases.yaml