From 5c3f402acca4fe4fe28ba0eae1917a48ee71c300 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 14 Jan 2019 18:24:03 +0100 Subject: [PATCH] watch: do not list rc versions --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 20d747c3..f2aec7c2 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/\.(b|rc)/~$1/" \ -https://github.com/stackforge/murano/tags .*/(\d[\d\.rcb]+)\.tar\.gz +https://github.com/stackforge/murano/tags .*/(\d[\d\.]+)\.tar\.gz -- GitLab