diff --git a/.gitreview b/.gitreview index fb67c90..e320cd0 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,5 @@ [gerrit] host=review.openstack.org port=29418 -project=openstack/os-testr.git +project=openstack/deb-os-testr.git +defaultbranch=debian/newton diff --git a/debian/changelog b/debian/changelog index a56bba3..2f3d00b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-os-testr (0.7.0-2) UNRELEASED; urgency=medium + + * d/s/options: extend-diff-ignore of .gitreview + * d/control: Using OpenStack's Gerrit as VCS URLs. + + -- Ondřej Nový Mon, 26 Sep 2016 19:06:19 +0200 + python-os-testr (0.7.0-1) experimental; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index 0d4b31c..51b9f08 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,8 @@ Build-Depends-Indep: python-babel (>= 2.3.4), Build-Conflicts: python-os-testr, python3-os-testr, Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-os-testr.git/ -Vcs-Git: https://anonscm.debian.org/git/openstack/python-os-testr.git +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-os-testr?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-os-testr -b debian/newton Homepage: https://github.com/openstack/os-testr XS-Testsuite: autopkgtest diff --git a/debian/source/options b/debian/source/options index cb61fa5..9122245 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,2 @@ extend-diff-ignore = "^[^/]*[.]egg-info/" +extend-diff-ignore = "^[.]gitreview$"