aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "wkd: shrink keys"Robin H. Johnson2023-04-211-9/+0
| | | | | | This reverts commit 7bcad9f035ec65f515c053941b5b8fb8717fda8c. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Revert "wkd: pass all keyrings during export, otherwise export-clean removes ↵Robin H. Johnson2023-04-211-13/+4
| | | | | | | | too much" This reverts commit 4abc1503ee16c220ab4175724659eee8c8ce53d0. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Revert "wkd: only trim if the key is too large"Robin H. Johnson2023-04-211-23/+12
| | | | | | This reverts commit 25f5d6b9c8685ec3a8ebbffb0e1cf7329dfd39b1. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Revert "wkd: log commands"Robin H. Johnson2023-04-211-6/+2
| | | | | | This reverts commit 9081b9313d0fe14808814b827ddbb2c24879ea92. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Revert "wkd: use absolute path"Robin H. Johnson2023-04-211-1/+1
| | | | | | This reverts commit 25ac9d093dd17ff133cbd65d552c5ba058038736. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* wkd: use absolute pathRobin H. Johnson2023-04-211-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* wkd: log commandsRobin H. Johnson2023-04-211-2/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* wkd: only trim if the key is too largeRobin H. Johnson2023-04-211-12/+23
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* wkd: pass all keyrings during export, otherwise export-clean removes too muchRobin H. Johnson2023-04-211-4/+13
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* wkd: shrink keysRobin H. Johnson2023-04-211-0/+9
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* devaway: fix 'reason' assignmentJohn Helmert III2023-01-091-1/+1
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* devaway: try not crashing if devaway file is emptyJohn Helmert III2023-01-091-0/+7
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* debug: add a generation timestamp for debuggingRobin H. Johnson2022-12-301-1/+9
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* wkd: fix nil policyRobin H. Johnson2022-10-271-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* _plugins/wkd: need per-domain policy fileRobin H. Johnson2022-10-271-3/+10
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* _plugins/wkd: fix dir orderingRobin H. Johnson2022-10-261-1/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* _plugins/wkd: hacky advanced generatorRobin H. Johnson2022-10-261-4/+11
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* glep: Sync table rendering to docutils-glep-1.5Michał Górny2022-09-121-1/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Add new liquid tag to support current year.Matthew Marchese2022-02-121-1/+11
| | | | | | | As long as this site uses Jekyll, current year should always automatically generate correctly. Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
* _plugins/mirrors.rb: move country names to seperate fileRobin H. Johnson2022-01-221-2/+10
| | | | | Reference: https://bugs.gentoo.org/831807 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* devaway: Fix recognizing away durationsMichał Górny2021-08-261-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* devaway: Support reason without dateMichał Górny2021-08-261-1/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* devaway: Use timestamp attribute from XMLMichał Górny2021-08-261-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Explicitly format devaway dates in ISO 8601-ishMichał Górny2021-08-261-4/+6
| | | | | Closes: https://bugs.gentoo.org/710688 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* downloads: allow more than one "minimal" iso per archAndreas K. Hüttel2021-07-161-1/+1
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Fix the version in the footerMax Magorsch2020-09-031-0/+7
| | | | | | | Jekyll is not using erb, thus we have to come up with some liquid plugin Signed-off-by: Max Magorsch <arzano@gentoo.org>
* _plugins/packages: minor format fixRobin H. Johnson2020-06-231-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* frontpage/packages: fix output now that we have kkuleomi package feed exampleRobin H. Johnson2020-06-231-6/+17
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Fix new packages feedRobin H. Johnson2020-06-231-0/+61
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* _plugins/wkd: make gnupg very quietRobin H. Johnson2020-06-211-1/+12
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Fix the planet feedMax Magorsch2020-03-271-1/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* _plugins/wkd: rubocop lintingRobin H. Johnson2018-11-121-27/+35
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* _plugins/wkd: fixup gpg ordering and explicit readlinesRobin H. Johnson2018-11-121-2/+5
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* _plugins/wkd: build list of available fingerprints one level upRobin H. Johnson2018-11-121-3/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* _plugins/wkd: check fingerprint is presentRobin H. Johnson2018-11-121-10/+19
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* gleps: Transform .rst lazilyMichał Górny2018-07-231-3/+18
|
* gleps: Handle disjoint source and destination filename cleanerMichał Górny2018-07-231-2/+10
|
* wkd: Handle missing userinfo gracefully (for local testing)Michał Górny2018-07-231-0/+2
|
* wkd: Include service keysMichał Górny2018-07-211-14/+17
|
* wkd: Remove unnecessary index, dir listings are disabledMichał Górny2018-07-181-16/+0
|
* Generate WKD for Gentoo developer keysMichał Górny2018-07-181-0/+86
|
* unavailable-developers: Use bg colors to indicate length of awayMichał Górny2018-04-141-1/+14
| | | | Use background colors to indicate how long the developer is away.
* plugins/downloads: support ISO8601 for ISOs & refactor stage parsing.Robin H. Johnson2017-12-291-12/+10
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* _plugins/download.rb: Add regex for new timestamp format of stage3Brian Evans2017-12-121-1/+12
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* glep: Link Requires/Replaces/Replaced-ByMichał Górny2017-10-131-0/+10
|
* glep: Include link to source fileMichał Górny2017-10-131-0/+1
| | | | Suggested-by: Ulrich Müller <ulm@gentoo.org>
* glep: Reuse the YAML frontmatter parser for GLEPsMichał Górny2017-10-121-40/+4
|
* glep: Update for .txt -> .rst renameMichał Górny2017-10-121-2/+2
|
* glep: Add CSS to fix styleMichał Górny2017-10-121-0/+1
|
* glep: Include table-of-contentsMichał Górny2017-10-121-1/+1
|