From 075639cd2f3eec845ae26bbb0ab81f88536b754d Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 11 May 2015 23:07:58 +0200 Subject: [PATCH] Fixed debian/watch file to read from correct cinder project and not Nova. --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.45.2