aboutsummaryrefslogtreecommitdiffstats
path: root/rel-html.py
AgeCommit message (Expand)AuthorFilesLines
2015-06-01rel-html: fix url for next signature.Hauke Mehrtens1-1/+1
2014-01-24rel-html: add copyleft-next URL referenceLuis R. Rodriguez1-0/+2
2014-01-24rel-html: revise stable releases prior to displayLuis R. Rodriguez1-0/+24
2014-01-24rel-html: use system's date to determine current yearLuis R. Rodriguez1-5/+5
2014-01-24rel-html: change default file extension to tar.xzLuis R. Rodriguez1-1/+1
2014-01-24rel-html: run autopep8 on rel-html.pyLuis R. Rodriguez1-1170/+1299
2013-05-18rel-html: fix next release URLsLuis R. Rodriguez1-1/+1
2013-05-18rel-html: add RFC3339 / short style next release types supportLuis R. Rodriguez1-23/+42
2013-05-18rel-html: really listen to ignore_changelogsLuis R. Rodriguez1-16/+2
2013-05-18rel_html: add support for project aliasesLuis R. Rodriguez1-24/+58
2013-03-11rel-html: fix stable release attribute searchLuis R. Rodriguez1-4/+4
2013-03-11rel-html: use digit for stable release regexpLuis R. Rodriguez1-5/+5
2013-03-11rel-html: fix next release mode updatesLuis R. Rodriguez1-10/+12
2013-01-19rel-html: infer releasesv3.8-rc4Luis R. Rodriguez1-240/+776
2013-01-12rel-html: fix mod stable release processingLuis R. Rodriguez1-87/+103
2013-01-11rel-html: use absolute paths for filesLuis R. Rodriguez1-14/+22
2013-01-11rel-html: use urlib2Luis R. Rodriguez1-5/+5
2013-01-11rel-html: add support for specifying the release extensionLuis R. Rodriguez1-6/+10
2013-01-11rel-html: fix release mod signature checksLuis R. Rodriguez1-1/+1
2013-01-11rel-html: add support for projects without testing releasesLuis R. Rodriguez1-3/+7
2013-01-11rel-html: add support to ignore signatures and changelogsLuis R. Rodriguez1-7/+27
2013-01-10rel-html: process stable mod releasesLuis R. Rodriguez1-0/+45
2013-01-10rel-html: print file name upon failureLuis R. Rodriguez1-2/+2
2013-01-10rel-html: update daily snapshot yearLuis R. Rodriguez1-2/+2
2013-01-10rel-html: add debug print for verification failureLuis R. Rodriguez1-1/+5
2013-01-10rel-html: move stable URL parse to a helperLuis R. Rodriguez1-18/+20
2013-01-09rel-html: the Mayans were wrong, update copyright yearsLuis R. Rodriguez1-2/+2
2012-11-20rel-html: allow to skip next releases on configLuis R. Rodriguez1-2/+8
2012-11-20rel-html: add support for next releasesLuis R. Rodriguez1-3/+143
2012-11-20rel-html: fix navigation display bugLuis R. Rodriguez1-8/+8
2012-11-20rel-html: remove HTML borderLuis R. Rodriguez1-1/+1
2012-11-20rel-html: add support for folder stable lookupLuis R. Rodriguez1-0/+21
2012-11-19rel-html: allow specifying a configuration fileLuis R. Rodriguez1-3/+59
2012-11-10rel-html: add longterm release parsing supportLuis R. Rodriguez1-0/+11
2012-11-10rel-html: remove stale codeLuis R. Rodriguez1-1/+0
2012-11-10rel-html: manage releases per lineLuis R. Rodriguez1-1/+1
2012-11-10rel-html: space fixLuis R. Rodriguez1-1/+1
2012-10-30rel-html: add signature file output supportLuis R. Rodriguez1-0/+1
2012-10-30rel-html: add kernel.org release supportLuis R. Rodriguez1-89/+132
2012-10-25rel-html: relicense to AGPLLuis R. Rodriguez1-11/+12
2012-10-25rel-html: add license print supportLuis R. Rodriguez1-0/+29
2012-10-25rel-html: add about print supportLuis R. Rodriguez1-3/+9
2012-10-25rel-html: add release output supportLuis R. Rodriguez1-0/+22
2012-10-25rel-html: this adds nav and title output supportLuis R. Rodriguez1-6/+70
2012-10-24rel-html: move template.html to html/Luis R. Rodriguez1-1/+1
2012-10-24rel-html: mv html/index.html to template.htmlLuis R. Rodriguez1-1/+1
2012-10-24rel-html: add HTML generator based on input index.html fileLuis R. Rodriguez1-3/+57
2012-10-24rel-html: use pass instead of returnLuis R. Rodriguez1-2/+2
2012-10-24rel-html: few fixes and cleanupsLuis R. Rodriguez1-12/+11
2012-10-24rel-html: migrate from sgmllib to HTMLParserLuis R. Rodriguez1-7/+17
2012-10-24rel-html: add initial codeLuis R. Rodriguez1-0/+126