Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
deb-icingadb
Commits
743f9d00
Commit
743f9d00
authored
Nov 12, 2021
by
Henrik Triem
Browse files
Fix watch file and change build type
parent
42b4fce3
Pipeline
#21625
passed with stages
in 5 minutes and 6 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
743f9d00
...
...
@@ -5,8 +5,8 @@ stages:
variables
:
DOCKER_IMAGE_BASE
:
registry.icinga.com/build-docker
#
ICINGA_BUILD_RELEASE_TYPE: testing
ICINGA_BUILD_TYPE
:
snapshot
ICINGA_BUILD_RELEASE_TYPE
:
testing
#
ICINGA_BUILD_TYPE: snapshot
.build
:
&build
stage
:
build
...
...
debian/watch
View file @
743f9d00
...
...
@@ -2,4 +2,4 @@ version=3
# filenamemangle -> prepending icingadb if only tag name
# versionmangle -> convert version addition to ~ version
opts=filenamemangle=s/.+\/(?:icingadb-|v)([\d.]+(?:-.+)?).tar.gz/icingadb-$1.tar.gz/,versionmangle=s/^([\d.]+)-(.+)?/$1~$2/ \
https://github.com/Icinga/icingadb/
release
s .*/(?:icingadb-|v)([\d.]+(?:-.+)?).tar.gz
https://github.com/Icinga/icingadb/
tag
s .*/(?:icingadb-|v)([\d.]+(?:-.+)?).tar.gz
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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