fix watch file
This commit is contained in:
parent
5d4f9f0ec1
commit
f70df3b117
1 changed files with 1 additions and 1 deletions
2
debian/watch
vendored
2
debian/watch
vendored
|
@ -1,5 +1,5 @@
|
|||
version=3
|
||||
opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,\
|
||||
filenamemangle=s/.*=v(.*)/gitlab-$1.tar.gz/,\
|
||||
dversionmangle=s/\+(debian|dfsg|ds|deb|gh)\d*$// \
|
||||
dversionmangle=s/(\d)[\+]?(debian|dfsg|ds|deb|gh)\~(rc)*(\d)*$/$1~$3$4/ \
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/tags .*/archive.tar.gz\?ref=v(.*)
|
||||
|
|
Loading…
Reference in a new issue