Skip to content
Snippets Groups Projects
Commit e8e9e552 authored by Henrik Triem's avatar Henrik Triem Committed by Henrik Triem
Browse files

Fix watch file

(cherry picked from commit 0f1e0e28)
parent e57b7db2
No related branches found
No related tags found
1 merge request!23Change target in watch file
Pipeline #22958 passed
...@@ -2,4 +2,4 @@ version=3 ...@@ -2,4 +2,4 @@ version=3
# filenamemangle -> prepending icinga2 if only tag name # filenamemangle -> prepending icinga2 if only tag name
# versionmangle -> convert version addition to ~ version # versionmangle -> convert version addition to ~ version
opts=filenamemangle=s/.+\/(?:icinga2-|v)([\d.]+(?:-.+)?).tar.gz/icinga2-$1.tar.gz/,versionmangle=s/^([\d.]+)-(.+)?/$1~$2/ \ opts=filenamemangle=s/.+\/(?:icinga2-|v)([\d.]+(?:-.+)?).tar.gz/icinga2-$1.tar.gz/,versionmangle=s/^([\d.]+)-(.+)?/$1~$2/ \
https://github.com/Icinga/icinga2/releases .*/(?:icinga2-|v)([\d.]+(?:-.+)?).tar.gz https://github.com/Icinga/icinga2/tags .*/(?:icinga2-|v)([\d.]+(?:-.+)?).tar.gz
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