Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | distro/pkg/deb: make manager package arch specific | Jakub Ružička | 2023-06-27 | 1 | -1/+1 | |
| | | | | The supervisor plugin is compiled and arch specific. | |||||
* | distro/pkg/rpm: cleanup an old TODO | Vladimír Čunát | 2023-06-22 | 1 | -7/+0 | |
| | ||||||
* | upgrade-4-to-5: remove the rest of occurrences | Vladimír Čunát | 2023-06-22 | 2 | -38/+0 | |
| | ||||||
* | distro/pkg/rpm: drop %check | Vladimír Čunát | 2023-06-22 | 1 | -3/+0 | |
| | | | | By definition it doesn't allow some kinds of tests. | |||||
* | distro/pkg/rpm: drop redundant file listing | Jakub Ružička | 2023-06-22 | 1 | -1/+0 | |
| | | | | | | | This prevents RPM build warnings: File listed twice: /usr/lib64/knot-resolver | |||||
* | distro/pkg/rpm: align rpm packaging with deb | Jakub Ružička | 2023-06-22 | 1 | -23/+29 | |
| | ||||||
* | distro/pkg/deb: maintainer scripts cleanup | Jakub Ružička | 2023-06-22 | 5 | -77/+1 | |
| | | | | Remove 4 to 5 upgrade scripts and more. | |||||
* | distro/pkg/deb: debian packaging changes for v6 | Jakub Ružička | 2023-06-22 | 14 | -32/+45 | |
| | ||||||
* | manager: knot-resolver command | Vasek Sraier | 2023-05-29 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' into manager | Vasek Sraier | 2023-01-10 | 6 | -3/+10 | |
|\ | ||||||
| * | Copyright notices: remove years and replace e-mail | Oto Šťáva | 2022-12-14 | 1 | -1/+1 | |
| | | ||||||
| * | distro/pkg/*: build with jemalloc | Vladimír Čunát | 2022-11-30 | 5 | -2/+9 | |
| | | ||||||
* | | manager: kresctl: shell-completion files renamed | Aleš Mrázek | 2023-01-10 | 3 | -6/+6 | |
| | | ||||||
* | | manager: pkg: deb: completion files for kresctl utility | Aleš Mrázek | 2023-01-10 | 2 | -0/+4 | |
| | | ||||||
* | | manager: pkg: rpm: completion files for kresctl utility | Aleš Mrázek | 2023-01-10 | 1 | -0/+5 | |
| | | ||||||
* | | packaging: kresctl man page, manager's unit file | Vasek Sraier | 2022-12-03 | 4 | -3/+3 | |
| | | ||||||
* | | manager: moved packaging test definition to manager's packaging tests directory | Vasek Sraier | 2022-12-03 | 2 | -30/+1 | |
| | | ||||||
* | | distro deb: add python3-dev dependency | Vladimír Čunát | 2022-10-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | Otherwise it's possible to end up with an error (e.g. Ubuntu 22.04): knot_resolver_manager/kresd_controller/supervisord/plugin/notifymodule.c:2:10: fatal error: Python.h: No such file or directory | |||||
* | | tests: remove distro/tests | Jakub Ružička | 2022-09-27 | 65 | -806/+0 | |
| | | | | | | | | | | | | Cleanup before introduction of new packaging tests. See: https://gitlab.nic.cz/knot/knot-resolver/-/issues/612 | |||||
* | | Merge branch 'master' into manager | Vasek Sraier | 2022-09-23 | 5 | -6/+4 | |
|\| | ||||||
| * | ci OBS: replace Ubuntu 21.10 by 22.04 | Vladimír Čunát | 2022-08-16 | 2 | -2/+2 | |
| | | | | | | | | 21.10 isn't supported anymore, which is probably why it's failing. | |||||
| * | ci OBS: replace Fedora 34 by 36 | Vladimír Čunát | 2022-08-16 | 2 | -2/+2 | |
| | | | | | | | | We've already done that on OBS side, which is probably why it's failing. | |||||
| * | distro: drop tomas.krizek | Vladimír Čunát | 2022-08-01 | 1 | -2/+0 | |
| | | | | | | | | The address won't work anymore, and Jakub says this field isn't needed. | |||||
* | | manager packaging: kresctl fix | Vasek Sraier | 2022-09-21 | 1 | -2/+2 | |
| | | | | | | | | | | - downgraded pinned version of supervisord - installing procps in CI | |||||
* | | http api improvements and tests | Vasek Sraier | 2022-08-25 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | - adds versions to URL's (closes #759) - adds a basic packaging test for consistent etags - adds a basic packaging test for working metrics - fix bugs with API implementation - fix bugs with /metrics endpoint | |||||
* | | pkg: doc and its deps removed | Aleš Mrázek | 2022-08-08 | 9 | -81/+0 | |
| | | ||||||
* | | Merge branch 'master' into manager | Vasek Sraier | 2022-08-02 | 1 | -7/+0 | |
|\| | ||||||
| * | lib/generic/map: remove | Oto Šťáva | 2022-05-13 | 1 | -7/+0 | |
| | | ||||||
* | | deb packaging: reenable PIE in hardening options | Vladimír Čunát | 2022-07-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | Downstream did this years ago: https://salsa.debian.org/dns-team/knot-resolver/-/commit/1f3428a62aa59f269e95abf51836db2112ef4d29 otherwise we have issues with building python parts. | |||||
* | | rpm packaging: opensuse dependencies | Vasek Sraier | 2022-07-31 | 1 | -1/+8 | |
| | | ||||||
* | | packaging: missing supervisord dependendency in rocky | Vasek Sraier | 2022-07-31 | 1 | -0/+1 | |
| | | ||||||
* | | packaging: rpm python install directory shenanigans | Vasek Sraier | 2022-07-31 | 1 | -1/+1 | |
| | | ||||||
* | | packaging: manually add rocky dependencies | Vasek Sraier | 2022-07-31 | 1 | -0/+8 | |
| | | ||||||
* | | manager packaging tests: added a test checking existance of dependencies | Vasek Sraier | 2022-07-31 | 1 | -0/+5 | |
| | | ||||||
* | | WIP: packaing tests using apkg's new test feature | Vasek Sraier | 2022-07-31 | 2 | -0/+26 | |
| | | ||||||
* | | packaging: listed kresctl in rpm .spec file | Vasek Sraier | 2022-07-31 | 1 | -0/+1 | |
| | | ||||||
* | | manager's packaging fixes & better systemd integration | Vasek Sraier | 2022-07-31 | 3 | -4/+4 | |
| | | | | | | | | | | | | - implemented sd_notify and changed manager service type to "notify" - fixed release configuration - renamed knot-resolver-manager.service to knot-resolver.service | |||||
* | | distro: add knot-resolver-manager rpm packaging | Jakub Ružička | 2022-07-31 | 1 | -0/+27 | |
| | | ||||||
* | | distro: add knot-resolver-manager deb packaging | Jakub Ružička | 2022-07-31 | 3 | -1/+27 | |
|/ | ||||||
* | pkg: update changelogs | Jakub Ružička | 2022-03-29 | 3 | -5/+5 | |
| | | | | | | * set myself as package maintainer * use {{ now }} instead of hardcoded datetime * bump apkg compat to 2 | |||||
* | rpm: sync from Fedora | Jakub Ružička | 2022-03-29 | 1 | -5/+4 | |
| | | | | | This is a no-op as GPG_CHECK is disabled for upstream package but it keeps the .spec files in sync. | |||||
* | distro/tests: add Rocky support | Tomas Krizek | 2022-03-07 | 4 | -3/+25 | |
| | ||||||
* | distro/tests: use rocky8 instead of centos8 | Tomas Krizek | 2022-03-04 | 2 | -2/+2 | |
| | ||||||
* | libknot: bump dependency version to 3.0.2 | Tomas Krizek | 2021-12-21 | 2 | -4/+4 | |
| | | | | | Version 2.9 isn't supported anymore anyway, but 3.0.2 is needed for extended error constants. | |||||
* | modules/extended_error: package module | Tomas Krizek | 2021-12-21 | 2 | -0/+2 | |
| | ||||||
* | spelling | Josh Soref | 2021-11-19 | 3 | -3/+3 | |
| | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | |||||
* | ci/distrotests: add fedora35, ubuntu2110 | Tomas Krizek | 2021-11-08 | 4 | -5/+4 | |
| | ||||||
* | distro/tests: fix leap15 test | Tomas Krizek | 2021-10-11 | 1 | -0/+2 | |
| | | | | | | knot-utils package is needed for kdig. However, if downstream package is used, that tool is part of knot pkg instead - thus the missing package would be non-critical. It is still needed if upstream packages are used. | |||||
* | distro/test: update CA certificates for CentOS | Tomas Krizek | 2021-10-04 | 1 | -0/+5 | |
| | | | | On CentOS 7, the base image has an outdated LetsEncrypt certificate. | |||||
* | distro/tests: add debian11 | Tomas Krizek | 2021-08-30 | 3 | -0/+29 | |
| |