From dfdb69bb15b5132b6352ed48bf02d38dbd911212 Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Tue, 28 Jul 2020 16:41:05 +0200 Subject: [PATCH] Update links to gitlab.nic.cz --- .gitmodules | 4 ++-- README.md | 2 +- distro/deb/control | 4 ++-- distro/tests/ansible-roles/obs_repos/tasks/Debian.yaml | 2 +- distro/tests/ansible-roles/obs_repos/tasks/Ubuntu.yaml | 2 +- doc/doxygen/Doxy.page.h | 2 +- doc/installation.rst | 2 +- doc/migration.rst | 2 +- doc/troubleshooting.rst | 2 +- python/setup.py.in | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4bde54995..db33fa447 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index fd1159756..92deba348 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/distro/deb/control b/distro/deb/control index f1e5edbec..56d749554 100644 --- a/distro/deb/control +++ b/distro/deb/control @@ -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 diff --git a/distro/tests/ansible-roles/obs_repos/tasks/Debian.yaml b/distro/tests/ansible-roles/obs_repos/tasks/Debian.yaml index 88782b767..db3d8e5c1 100644 --- a/distro/tests/ansible-roles/obs_repos/tasks/Debian.yaml +++ b/distro/tests/ansible-roles/obs_repos/tasks/Debian.yaml @@ -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) diff --git a/distro/tests/ansible-roles/obs_repos/tasks/Ubuntu.yaml b/distro/tests/ansible-roles/obs_repos/tasks/Ubuntu.yaml index e7f4a0d1c..6b778acb0 100644 --- a/distro/tests/ansible-roles/obs_repos/tasks/Ubuntu.yaml +++ b/distro/tests/ansible-roles/obs_repos/tasks/Ubuntu.yaml @@ -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) diff --git a/doc/doxygen/Doxy.page.h b/doc/doxygen/Doxy.page.h index a83d27d57..65bfa3fc9 100644 --- a/doc/doxygen/Doxy.page.h +++ b/doc/doxygen/Doxy.page.h @@ -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 diff --git a/doc/installation.rst b/doc/installation.rst index b518810df..632e04563 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -44,7 +44,7 @@ Getting the source code You can find the source code for the latest release on `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.nic.cz/knot/knot-dns.git `_. After obtaining the source code, compilation and installation is a quite straightforward process using autotools. diff --git a/doc/migration.rst b/doc/migration.rst index fc56d46f7..908f6caae 100644 --- a/doc/migration.rst +++ b/doc/migration.rst @@ -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 `_ +`pykeymgr `_ script:: $ pykeymgr -i path/to/keydir diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst index b5967384e..6cd721869 100644 --- a/doc/troubleshooting.rst +++ b/doc/troubleshooting.rst @@ -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 `_) or may be entered into the -`issue tracking system `_. +`issue tracking system `_. Before anything else, please try to answer the following questions: diff --git a/python/setup.py.in b/python/setup.py.in index 8d57bc991..a0c7156ae 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -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