Skip to content
Snippets Groups Projects
Commit 473bd391 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Version 2.10.142

parent 739fa427
No related branches found
No related tags found
No related merge requests found
Pipeline #4079 passed with warnings
...@@ -9,12 +9,12 @@ before_script: ...@@ -9,12 +9,12 @@ before_script:
- make deps - make deps
stages: stages:
#- test - test
#- check-warnings - check-warnings
- build - build
- deploy - deploy
.unit-tests: unit-tests:
stage: test stage: test
script: script:
- sed -i 's/\/usr\/share\/GeoIP/\/builds\/713\/mentat\/mentat-test-3\/chroot\/usr\/share\/GeoIP/g' /builds/713/mentat/mentat-test-3/conf/core/services.json.conf - sed -i 's/\/usr\/share\/GeoIP/\/builds\/713\/mentat\/mentat-test-3\/chroot\/usr\/share\/GeoIP/g' /builds/713/mentat/mentat-test-3/conf/core/services.json.conf
...@@ -26,17 +26,17 @@ stages: ...@@ -26,17 +26,17 @@ stages:
reports: reports:
junit: nose2-junit.xml junit: nose2-junit.xml
.pylint: pylint:
stage: test stage: test
script: script:
- make pylint - make pylint
.pyflakes: pyflakes:
stage: test stage: test
script: script:
- make pyflakes - make pyflakes
.check-deprecation-warnings: check-deprecation-warnings:
before_script: [] before_script: []
stage: check-warnings stage: check-warnings
script: script:
......
...@@ -20,4 +20,4 @@ open-source project. ...@@ -20,4 +20,4 @@ open-source project.
__author__ = "Jan Mach <jan.mach@cesnet.cz>" __author__ = "Jan Mach <jan.mach@cesnet.cz>"
__credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>" __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>"
__version__ = "2.10.141.dev" __version__ = "2.10.142.dev"
mentat-ng (2.10.141.dev) UNRELEASED; urgency=medium mentat-ng (2.10.142.dev) UNRELEASED; urgency=medium
* Version 2.10.141.dev * Version 2.10.142.dev
-- Rajmund Hruška <rajmund.hruska@cesnet.cz> Wed, 14 Jun 2023 10:02:30 +0200 -- Rajmund Hruška <rajmund.hruska@cesnet.cz> Wed, 14 Jun 2023 14:39:13 +0200
mentat-ng (2.3.9) stretch; urgency=medium mentat-ng (2.3.9) stretch; urgency=medium
......
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