| commit | fef5a1881bfaa59341b834a0d7637e3fe0ecd0c7 | [log] [tgz] |
|---|---|---|
| author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | Sat Jan 12 01:40:33 2013 +0000 |
| committer | Luis R. Rodriguez <mcgrof@do-not-panic.com> | Sat Jan 12 01:40:33 2013 +0000 |
| tree | 99731f45982fdbb79d47d3a32fd2c675d4fc4567 | |
| parent | 2e75a17a5a0676f9a09ad19698815f3c5ecefb70 [diff] |
rel-html: update Linux kernel releases This updates the kernel.org config file to account for the latest releases. This type of change is one that we should strive to automate but its unclear exactly how to best do this for any random project. One possible idea is to add support into git information about the latest releases, or to have projects list this somehow on github and use github API to extract the release information. Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
rel-html is designed to parse naked index html pages with tarballs on a software project and automatically produce a nice shiny HTML5 release page for you. It takes as input a configuration file, rel-html.cfg, in which you can specify attributes for the release.
Figure out how to automatically determine releases from git.
See if we can copy the EOL release into an eol/ directory and moving forward instead of parsing the tags use the directory name to automatically determine other release attributes.