summaryrefslogtreecommitdiffstats
path: root/distro (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* distro/pkg/deb: make manager package arch specificJakub Ružička2023-06-271-1/+1
| | | | The supervisor plugin is compiled and arch specific.
* distro/pkg/rpm: cleanup an old TODOVladimír Čunát2023-06-221-7/+0
|
* upgrade-4-to-5: remove the rest of occurrencesVladimír Čunát2023-06-222-38/+0
|
* distro/pkg/rpm: drop %checkVladimír Čunát2023-06-221-3/+0
| | | | By definition it doesn't allow some kinds of tests.
* distro/pkg/rpm: drop redundant file listingJakub Ružička2023-06-221-1/+0
| | | | | | | This prevents RPM build warnings: File listed twice: /usr/lib64/knot-resolver
* distro/pkg/rpm: align rpm packaging with debJakub Ružička2023-06-221-23/+29
|
* distro/pkg/deb: maintainer scripts cleanupJakub Ružička2023-06-225-77/+1
| | | | Remove 4 to 5 upgrade scripts and more.
* distro/pkg/deb: debian packaging changes for v6Jakub Ružička2023-06-2214-32/+45
|
* manager: knot-resolver commandVasek Sraier2023-05-291-0/+1
|
* Merge branch 'master' into managerVasek Sraier2023-01-106-3/+10
|\
| * Copyright notices: remove years and replace e-mailOto Šťáva2022-12-141-1/+1
| |
| * distro/pkg/*: build with jemallocVladimír Čunát2022-11-305-2/+9
| |
* | manager: kresctl: shell-completion files renamedAleš Mrázek2023-01-103-6/+6
| |
* | manager: pkg: deb: completion files for kresctl utilityAleš Mrázek2023-01-102-0/+4
| |
* | manager: pkg: rpm: completion files for kresctl utilityAleš Mrázek2023-01-101-0/+5
| |
* | packaging: kresctl man page, manager's unit fileVasek Sraier2022-12-034-3/+3
| |
* | manager: moved packaging test definition to manager's packaging tests directoryVasek Sraier2022-12-032-30/+1
| |
* | distro deb: add python3-dev dependencyVladimír Čunát2022-10-311-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/testsJakub Ružička2022-09-2765-806/+0
| | | | | | | | | | | | Cleanup before introduction of new packaging tests. See: https://gitlab.nic.cz/knot/knot-resolver/-/issues/612
* | Merge branch 'master' into managerVasek Sraier2022-09-235-6/+4
|\|
| * ci OBS: replace Ubuntu 21.10 by 22.04Vladimír Čunát2022-08-162-2/+2
| | | | | | | | 21.10 isn't supported anymore, which is probably why it's failing.
| * ci OBS: replace Fedora 34 by 36Vladimír Čunát2022-08-162-2/+2
| | | | | | | | We've already done that on OBS side, which is probably why it's failing.
| * distro: drop tomas.krizekVladimír Čunát2022-08-011-2/+0
| | | | | | | | The address won't work anymore, and Jakub says this field isn't needed.
* | manager packaging: kresctl fixVasek Sraier2022-09-211-2/+2
| | | | | | | | | | - downgraded pinned version of supervisord - installing procps in CI
* | http api improvements and testsVasek Sraier2022-08-251-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 removedAleš Mrázek2022-08-089-81/+0
| |
* | Merge branch 'master' into managerVasek Sraier2022-08-021-7/+0
|\|
| * lib/generic/map: removeOto Šťáva2022-05-131-7/+0
| |
* | deb packaging: reenable PIE in hardening optionsVladimír Čunát2022-07-311-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 dependenciesVasek Sraier2022-07-311-1/+8
| |
* | packaging: missing supervisord dependendency in rockyVasek Sraier2022-07-311-0/+1
| |
* | packaging: rpm python install directory shenanigansVasek Sraier2022-07-311-1/+1
| |
* | packaging: manually add rocky dependenciesVasek Sraier2022-07-311-0/+8
| |
* | manager packaging tests: added a test checking existance of dependenciesVasek Sraier2022-07-311-0/+5
| |
* | WIP: packaing tests using apkg's new test featureVasek Sraier2022-07-312-0/+26
| |
* | packaging: listed kresctl in rpm .spec fileVasek Sraier2022-07-311-0/+1
| |
* | manager's packaging fixes & better systemd integrationVasek Sraier2022-07-313-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 packagingJakub Ružička2022-07-311-0/+27
| |
* | distro: add knot-resolver-manager deb packagingJakub Ružička2022-07-313-1/+27
|/
* pkg: update changelogsJakub Ružička2022-03-293-5/+5
| | | | | | * set myself as package maintainer * use {{ now }} instead of hardcoded datetime * bump apkg compat to 2
* rpm: sync from FedoraJakub Ružička2022-03-291-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 supportTomas Krizek2022-03-074-3/+25
|
* distro/tests: use rocky8 instead of centos8Tomas Krizek2022-03-042-2/+2
|
* libknot: bump dependency version to 3.0.2Tomas Krizek2021-12-212-4/+4
| | | | | Version 2.9 isn't supported anymore anyway, but 3.0.2 is needed for extended error constants.
* modules/extended_error: package moduleTomas Krizek2021-12-212-0/+2
|
* spellingJosh Soref2021-11-193-3/+3
| | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* ci/distrotests: add fedora35, ubuntu2110Tomas Krizek2021-11-084-5/+4
|
* distro/tests: fix leap15 testTomas Krizek2021-10-111-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 CentOSTomas Krizek2021-10-041-0/+5
| | | | On CentOS 7, the base image has an outdated LetsEncrypt certificate.
* distro/tests: add debian11Tomas Krizek2021-08-303-0/+29
|