Skip to content
Snippets Groups Projects
Commit 8db6beba authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Merge branch 'git-rename' into 'master'

Reflect the git repository rename to /knot/knot-dns

See merge request !741
parents cc8bab04 ffb290ad
No related branches found
No related tags found
1 merge request!741Reflect the git repository rename to /knot/knot-dns
Pipeline #
......@@ -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
`git://git.nic.cz/knot-dns.git <https://gitlab.labs.nic.cz/labs/knot/tree/master>`_.
`git://git.nic.cz/knot-dns.git <https://gitlab.labs.nic.cz/knot/knot-dns/tree/master>`_.
After obtaining the source code, the compilation and installation is a
quite straightforward process using autotools.
......
......@@ -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/labs/knot/issues>`_.
`issue tracking system <https://gitlab.labs.nic.cz/knot/knot-dns/issues>`_.
Before anything else, please try to answer the following questions:
......
......@@ -18,7 +18,7 @@ ENV RUNTIME_PKGS liburcu2 liblmdb0 libgnutls-deb0-28 libjansson4 libedit2 libidn
RUN apt-get -q -y update && \
apt-get install -q -y ${BUILD_PKGS} ${RUNTIME_PKGS} && \
# Compile sources
git clone -b master https://gitlab.labs.nic.cz/labs/knot.git /knot-src && \
git clone -b master https://gitlab.labs.nic.cz/knot/knot-dns.git /knot-src && \
cd /knot-src && \
autoreconf -if && \
./configure --disable-static --enable-fastparser --disable-documentation && \
......
......@@ -36,10 +36,10 @@
* [git://git.nic.cz/knot-dns.git](git://git.nic.cz/knot-dns.git)
*
* \par Git repository browser
* https://gitlab.labs.nic.cz/labs/knot/tree/libdnssec
* https://gitlab.labs.nic.cz/knot/knot-dns/tree/libdnssec
*
* \par Issue tracker
* https://gitlab.labs.nic.cz/labs/knot/issues
* https://gitlab.labs.nic.cz/knot/knot-dns/issues
*
* \par Mailing list
* knot-dns-users@lists.nic.cz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment