From: Thomas Goirand Date: Sun, 5 Oct 2014 06:33:01 +0000 (+0800) Subject: Mangling upstream rc and beta versions in watch file. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5100a502abe3319a2850cee6b12684394de467e1;p=openstack-build%2Fhorizon-build.git Mangling upstream rc and beta versions in watch file. Rewritten-From: e4bb5599be030386c3661c44837966e3f3394771 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 6902d15..a7bf6ec 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +horizon (2014.2~rc1-2) UNRELEASED; urgency=medium + + * Mangling upstream rc and beta versions in watch file. + + -- Thomas Goirand Sun, 05 Oct 2014 14:32:50 +0800 + horizon (2014.2~rc1-1) experimental; urgency=medium * New upstream release. diff --git a/xenial/debian/watch b/xenial/debian/watch index 4d283c5..a3ac9cd 100644 --- a/xenial/debian/watch +++ b/xenial/debian/watch @@ -1,3 +1,3 @@ version=3 -http://launchpad.net/horizon/+download http://launchpad.net/horizon/.*/horizon-(.*)\.tar\.gz -http://horizon.openstack.org/tarballs/ horizon-(.*).tar.gz +opts="uversionmangle=s/\.(b|rc)/~$1/" \ +https://github.com/openstack/horizon/tags .*/(\d[\d\.]+)\.tar\.gz