From: Thomas Goirand Date: Mon, 11 May 2015 21:07:58 +0000 (+0200) Subject: Fixed debian/watch file to read from correct cinder project and not Nova. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=075639cd2f3eec845ae26bbb0ab81f88536b754d;p=openstack-build%2Fcinder-build.git Fixed debian/watch file to read from correct cinder project and not Nova. --- diff --git a/debian/changelog b/debian/changelog index 2a6dd0a9b..a34e46798 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cinder (2015.1.0-2) UNRELEASED; urgency=medium + + * Fixed debian/watch file to read from correct cinder project and not Nova. + + -- Thomas Goirand Mon, 11 May 2015 23:07:24 +0200 + cinder (2015.1.0-1) unstable; urgency=medium * New upstream release. diff --git a/debian/watch b/debian/watch index daaf84e22..9a5870436 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/\.(b|rc)/~$1/" \ -https://github.com/openstack/nova/tags .*/(\d[\d\.]+)\.tar\.gz +https://github.com/openstack/cinder/tags .*/(\d[\d\.]+)\.tar\.gz