Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Knot projects
DNS Shotgun
Commits
5eacbe14
Commit
5eacbe14
authored
Feb 03, 2021
by
Tomas Krizek
Browse files
Merge branch 'release-v20210203' into 'master'
Release v20210203 See merge request
!29
parents
25300fa1
1c598ce8
Pipeline
#75957
passed with stages
in 5 minutes and 1 second
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5eacbe14
...
...
@@ -33,15 +33,13 @@ test:luacheck:
script
:
-
./ci/luacheck-run.sh
# docs published to GitLab Pages: https://knot.pages.nic.cz/shotgun/
pages
:
image
:
$CI_REGISTRY/packaging/apkg/ci/python-current:apkg
docker
:
stage
:
deploy
script
:
-
mk
doc
s build
-
mv site public
artifacts
:
path
s
:
-
public
-
doc
ker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
-
docker build --no-cache -t "$CI_REGISTRY_IMAGE:v$CI_COMMIT_TAG" .
-
docker push "$CI_REGISTRY_IMAGE:v$CI_COMMIT_TAG"
tag
s
:
-
dind
only
:
-
tags
Dockerfile
View file @
5eacbe14
...
...
@@ -26,7 +26,7 @@ RUN \
git clone https://github.com/DNS-OARC/dnsjit.git
&&
\
cd
dnsjit
&&
\
./autogen.sh
&&
\
./configure
--disable-dependency-tracking
&&
\
./configure
&&
\
make
&&
\
make
install
&&
\
cd
..
...
...
README.md
View file @
5eacbe14
...
...
@@ -37,7 +37,7 @@ The toolchain also provides scripts that can plot these into readable charts.
## Documentation
[
https://
knot.pages.nic.cz/shotgun
](
https://knot.pages.nic.cz/shotgun
)
[
https://
dns-shotgun.readthedocs.io
](
https://dns-shotgun.readthedocs.io
)
## Showcase
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment