mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
Update links to gitlab.nic.cz
This commit is contained in:
parent
91110a34b9
commit
dfdb69bb15
10 changed files with 12 additions and 12 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
|||
[submodule "tests-fuzz/fuzz_zscanner.in"]
|
||||
path = tests-fuzz/fuzz_zscanner.in
|
||||
url = https://gitlab.labs.nic.cz/knot/fuzzing/fuzz_zscanner.in.git
|
||||
url = https://gitlab.nic.cz/knot/fuzzing/fuzz_zscanner.in.git
|
||||
[submodule "tests-fuzz/fuzz_packet.in"]
|
||||
path = tests-fuzz/fuzz_packet.in
|
||||
url = https://gitlab.labs.nic.cz/knot/fuzzing/fuzz_packet.in.git
|
||||
url = https://gitlab.nic.cz/knot/fuzzing/fuzz_packet.in.git
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ with newer GnuTLS is required instead of gnutls-devel.
|
|||
|
||||
Get the source code:
|
||||
```bash
|
||||
git clone https://gitlab.labs.nic.cz/knot/knot-dns.git
|
||||
git clone https://gitlab.nic.cz/knot/knot-dns.git
|
||||
```
|
||||
Or extract source package to knot-dns directory.
|
||||
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ Build-Depends:
|
|||
python3-all,
|
||||
Standards-Version: 4.5.0
|
||||
Homepage: https://www.knot-dns.cz/
|
||||
Vcs-Browser: https://gitlab.labs.nic.cz/knot/knot-dns
|
||||
Vcs-Git: https://gitlab.labs.nic.cz/knot/knot-dns.git
|
||||
Vcs-Browser: https://gitlab.nic.cz/knot/knot-dns
|
||||
Vcs-Git: https://gitlab.nic.cz/knot/knot-dns.git
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: knot
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Add upstream package signing key
|
||||
get_url:
|
||||
url: https://gitlab.labs.nic.cz/knot/knot-resolver-release/raw/master/cznic-obs.gpg.asc
|
||||
url: https://gitlab.nic.cz/knot/knot-resolver-release/raw/master/cznic-obs.gpg.asc
|
||||
dest: /etc/apt/trusted.gpg.d/cznic-obs.gpg.asc
|
||||
|
||||
- name: Add OBS repo(s)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Add upstream package signing key
|
||||
apt_key:
|
||||
url: https://gitlab.labs.nic.cz/knot/knot-resolver-release/raw/master/cznic-obs.gpg.asc
|
||||
url: https://gitlab.nic.cz/knot/knot-resolver-release/raw/master/cznic-obs.gpg.asc
|
||||
state: present
|
||||
|
||||
- name: Add OBS repo(s)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
https://www.knot-dns.cz
|
||||
|
||||
\par Git repository
|
||||
https://gitlab.labs.nic.cz/knot/knot-dns
|
||||
https://gitlab.nic.cz/knot/knot-dns
|
||||
|
||||
\par Modules
|
||||
- \subpage libknot-page
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ Getting the source code
|
|||
|
||||
You can find the source code for the latest release on `www.knot-dns.cz <https://www.knot-dns.cz>`_.
|
||||
Alternatively, you can fetch the whole project from the git repository
|
||||
`https://gitlab.labs.nic.cz/knot/knot-dns.git <https://gitlab.labs.nic.cz/knot/knot-dns>`_.
|
||||
`https://gitlab.nic.cz/knot/knot-dns.git <https://gitlab.nic.cz/knot/knot-dns>`_.
|
||||
|
||||
After obtaining the source code, compilation and installation is a quite
|
||||
straightforward process using autotools.
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ KASP DB migration
|
|||
Knot DNS version 2.4.x and earlier uses JSON files to store DNSSEC keys metadata,
|
||||
one for each zone. 2.5.x versions store those in binary format in a LMDB, all zones
|
||||
together. The migration is possible with the
|
||||
`pykeymgr <https://gitlab.labs.nic.cz/knot/knot-dns/blob/2.6/src/utils/pykeymgr/pykeymgr.in>`_
|
||||
`pykeymgr <https://gitlab.nic.cz/knot/knot-dns/blob/2.6/src/utils/pykeymgr/pykeymgr.in>`_
|
||||
script::
|
||||
|
||||
$ pykeymgr -i path/to/keydir
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ All other bugs and questions may be directed to the public Knot DNS users
|
|||
mailing list
|
||||
(`knot-dns-users@lists.nic.cz <mailto:knot-dns-users@lists.nic.cz>`_) or
|
||||
may be entered into the
|
||||
`issue tracking system <https://gitlab.labs.nic.cz/knot/knot-dns/issues>`_.
|
||||
`issue tracking system <https://gitlab.nic.cz/knot/knot-dns/issues>`_.
|
||||
|
||||
Before anything else, please try to answer the following questions:
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ setuptools.setup(
|
|||
description='Python bindings for libknot',
|
||||
author='Daniel Salzman',
|
||||
author_email='daniel.salzman@nic.cz',
|
||||
url='https://gitlab.labs.nic.cz/knot/knot-dns',
|
||||
url='https://gitlab.nic.cz/knot/knot-dns',
|
||||
license='GPL-3.0',
|
||||
packages=['libknot'],
|
||||
classifiers=[ # See https://pypi.org/classifiers
|
||||
|
|
|
|||
Loading…
Reference in a new issue