Update links to gitlab.nic.cz

This commit is contained in:
Daniel Salzman 2020-07-28 16:41:05 +02:00
parent 91110a34b9
commit dfdb69bb15
10 changed files with 12 additions and 12 deletions

4
.gitmodules vendored
View file

@ -1,6 +1,6 @@
[submodule "tests-fuzz/fuzz_zscanner.in"] [submodule "tests-fuzz/fuzz_zscanner.in"]
path = 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"] [submodule "tests-fuzz/fuzz_packet.in"]
path = 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

View file

@ -60,7 +60,7 @@ with newer GnuTLS is required instead of gnutls-devel.
Get the source code: Get the source code:
```bash ```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. Or extract source package to knot-dns directory.

View file

@ -31,8 +31,8 @@ Build-Depends:
python3-all, python3-all,
Standards-Version: 4.5.0 Standards-Version: 4.5.0
Homepage: https://www.knot-dns.cz/ Homepage: https://www.knot-dns.cz/
Vcs-Browser: https://gitlab.labs.nic.cz/knot/knot-dns Vcs-Browser: https://gitlab.nic.cz/knot/knot-dns
Vcs-Git: https://gitlab.labs.nic.cz/knot/knot-dns.git Vcs-Git: https://gitlab.nic.cz/knot/knot-dns.git
Rules-Requires-Root: no Rules-Requires-Root: no
Package: knot Package: knot

View file

@ -1,7 +1,7 @@
--- ---
- name: Add upstream package signing key - name: Add upstream package signing key
get_url: 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 dest: /etc/apt/trusted.gpg.d/cznic-obs.gpg.asc
- name: Add OBS repo(s) - name: Add OBS repo(s)

View file

@ -1,7 +1,7 @@
--- ---
- name: Add upstream package signing key - name: Add upstream package signing key
apt_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 state: present
- name: Add OBS repo(s) - name: Add OBS repo(s)

View file

@ -6,7 +6,7 @@
https://www.knot-dns.cz https://www.knot-dns.cz
\par Git repository \par Git repository
https://gitlab.labs.nic.cz/knot/knot-dns https://gitlab.nic.cz/knot/knot-dns
\par Modules \par Modules
- \subpage libknot-page - \subpage libknot-page

View file

@ -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>`_. 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 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 After obtaining the source code, compilation and installation is a quite
straightforward process using autotools. straightforward process using autotools.

View file

@ -40,7 +40,7 @@ KASP DB migration
Knot DNS version 2.4.x and earlier uses JSON files to store DNSSEC keys metadata, 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 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 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:: script::
$ pykeymgr -i path/to/keydir $ pykeymgr -i path/to/keydir

View file

@ -22,7 +22,7 @@ All other bugs and questions may be directed to the public Knot DNS users
mailing list mailing list
(`knot-dns-users@lists.nic.cz <mailto:knot-dns-users@lists.nic.cz>`_) or (`knot-dns-users@lists.nic.cz <mailto:knot-dns-users@lists.nic.cz>`_) or
may be entered into the 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: Before anything else, please try to answer the following questions:

View file

@ -6,7 +6,7 @@ setuptools.setup(
description='Python bindings for libknot', description='Python bindings for libknot',
author='Daniel Salzman', author='Daniel Salzman',
author_email='daniel.salzman@nic.cz', 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', license='GPL-3.0',
packages=['libknot'], packages=['libknot'],
classifiers=[ # See https://pypi.org/classifiers classifiers=[ # See https://pypi.org/classifiers