Commit graph

115 commits

Author SHA1 Message Date
Daniel Salzman
9aa157c0aa scripts: improve update-project-files.py 2020-08-06 20:54:16 +02:00
Daniel Salzman
0350e0bc6e scripts: add libelf-dev to debian:latest Dockerfile 2020-05-19 19:24:15 +02:00
Daniel Salzman
6a70a5b47f scripts: update Dockerfile for ubuntu:latest + add dnstap prerequisites 2020-05-11 11:03:16 +02:00
Daniel Salzman
793a5f8edd scripts: add 'xxd' to debian:latest/Dockerfile - make dist needs it 2020-04-23 21:33:57 +02:00
Daniel Salzman
645af9a7ea scripts: add 'clang' to debian:latest/Dockerfile - make dist needs it 2020-04-23 21:16:35 +02:00
Daniel Salzman
07a6824214 scripts: add 'llvm' to debian:latest/Dockerfile - make dist needs it 2020-04-23 21:02:20 +02:00
Daniel Salzman
7671f23d72 scripts: add missing 'diff' and 'cmp' from the Fedora Dockerfile by installing 'diffutils' 2020-02-24 10:40:25 +01:00
Daniel Salzman
59c499edf3 scripts: add missing 'diff' and 'cmp' from the CentOS Dockerfile by installing 'diffutils' 2020-01-28 16:52:42 +01:00
Daniel Salzman
c6853a4567 scripts: add 'clang' and 'llvm' to Fedora Dockerfile 2020-01-03 10:22:42 +01:00
Daniel Salzman
e809070806 scripts: add libbpf to Fedora Dockerfile 2019-12-24 13:56:35 +01:00
Daniel Salzman
75841bfa61 CI: update Dockerfile for Debian unstable, switch to Clang 9 2019-12-13 13:08:25 +01:00
Daniel Salzman
3fcaa9ed9b scripts: add missing 'make' to the CentOS Dockerfile 2019-12-12 11:22:30 +01:00
Tomas Krizek
2c3d75e8cd
scripts/centos: update Dockerfile to centos:8 2019-11-26 13:22:08 +01:00
Libor Peltan
f5270348c4 knot: add ds-push event to zone timers 2019-09-05 09:00:00 +02:00
Daniel Salzman
e5f5855038 Revert unintentionally squashed "dnssec: implemented pushing updated DS to parent"
This reverts commit 2dbb39d29a.
2019-09-05 08:59:29 +02:00
Libor Peltan
2dbb39d29a dnssec: implemented pushing updated DS to parent 2019-09-04 15:15:28 +00:00
Daniel Salzman
9aeaf6bc43 scripts/Docker: fix missing latexmk in debian:latest 2019-07-16 12:29:57 +02:00
Tomas Krizek
85c1d571aa
scripts/obs-build.sh: support build for different repos 2019-06-28 12:49:23 +02:00
Tomas Krizek
599d6f6904
scripts/build-in-obs.sh: disable prompt for knot-dns-testing builds 2019-02-28 16:07:18 +01:00
Daniel Salzman
67ba44374a scripts: update timerdb-info.py 2019-02-15 16:01:16 +01:00
Libor Peltan
1359ec5e2a sql import: implemented specifying knotc timeout 2019-01-22 15:22:19 +01:00
Libor Peltan
2c97f3b4fc sql import: fallbacks if zone (not) exists 2019-01-22 15:22:19 +01:00
Libor Peltan
9b216afe25 sql import: delay knotc zone-reload after conf-commit 2019-01-22 15:22:19 +01:00
Daniel Salzman
7dd04c195d sql import: quote TXT and SPF rdata 2019-01-22 15:22:19 +01:00
Daniel Salzman
ec5cf9f3c1 sql import: update zone file atomically 2019-01-22 15:22:19 +01:00
Libor Peltan
27bc7cf40e sql import: bugfix 2019-01-22 15:22:19 +01:00
Libor Peltan
07cda76a38 sql import: fixed stdout versus stderr 2019-01-22 15:22:19 +01:00
Libor Peltan
b4a29746b7 sql import: knotc conf update in one txn 2019-01-22 15:22:19 +01:00
Libor Peltan
b03e01198f sql import: fix db schema 2019-01-22 15:22:19 +01:00
Libor Peltan
3335831f12 sql import: create zone if not existing 2019-01-22 15:22:19 +01:00
Libor Peltan
ffaad6ee1c sql import: support for slave mode (replication) 2019-01-22 15:22:19 +01:00
Libor Peltan
4478583849 sql import: support for assigning templates to new zones based on their name 2019-01-22 15:22:19 +01:00
Libor Peltan
a80cc25511 sql import: support for transactions 2019-01-22 15:22:19 +01:00
Libor Peltan
e26f6fc72b added script for importing zone data from PowerDNS-like SQL 2019-01-22 15:22:19 +01:00
Tomas Krizek
b8d34f852d
distro/tests: script nitpicks 2019-01-07 16:24:04 +01:00
Daniel Salzman
be10afd022 Dockerfile: use working directory instead of git clone 2018-11-23 10:57:02 +01:00
Daniel Salzman
3493026f44 Dockerfile: complete overhaul 2018-11-23 09:21:48 +01:00
Daniel Salzman
ea4bceb2ce scripts: remove obsolete scripts 2018-11-16 12:45:44 +01:00
Tomas Krizek
864c04bbbf
scritps: obs test build 2018-08-13 16:53:41 +02:00
Daniel Salzman
22af7f9c37 distro: simplify deb sources hierarchy 2018-07-20 14:55:16 +02:00
Daniel Salzman
b3d54bc611 scripts: add generation of the .dsc file for Debian packaging 2018-07-20 14:55:16 +02:00
Daniel Salzman
0705a92581 docker: add libmaxminddb, upgrade libidn, cleanup 2018-07-16 12:52:38 +02:00
Tomas Krizek
fe9695e9a0
docker: use sensible defaults
Use default configuration file with example zone file and drop the
user to interactive knotc cli when launched.

Fixes #583
2018-05-14 13:03:11 +02:00
Tomas Krizek
e8a83cfac2
scripts: distrofiles, build-in obs
Add utility scripts for creating distribution-specific files
and to trigger build in OBS.
2018-03-19 16:27:46 +01:00
Daniel Salzman
9bddf37934 zscanner: move to libzscanner 2018-03-12 13:37:09 +01:00
Daniel Salzman
4a76305b37 tests: move zscanner tests and libtap + improvements 2018-03-09 13:20:31 +01:00
Daniel Salzman
46abdd3975 Dockerfile: update distro, ports, and dependencies
Thanks to Andrew Latham!
2018-03-02 08:50:07 +01:00
Tomas Krizek
e4dfd4bad1
ci: dockerfile - add osc (CLI for OBS) 2018-02-22 10:09:53 +01:00
Daniel Salzman
4153014b19 docker: add 'make' dependency to Fedora Dockerfile 2018-01-07 20:44:35 +01:00
Daniel Salzman
002e11a143 dnssec: remove explicit dependency on Nettle 2018-01-07 20:32:10 +01:00