From: Thomas Goirand Date: Tue, 27 Nov 2012 07:12:38 +0000 (+0000) Subject: Added cleaner = true in debian/gbp.conf, as the Oslo ceilometer/openstack/common... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9c5e264981bb40b8a63601846f71f596bb46a092;p=openstack-build%2Fceilometer-build.git Added cleaner = true in debian/gbp.conf, as the Oslo ceilometer/openstack/common/setup.py clean target destroys everything. Rewritten-From: c9fa3220de6d824494ad7c2edb8537972f634bb2 --- diff --git a/xenial/debian/gbp.conf b/xenial/debian/gbp.conf index fe85503..da2e6c8 100644 --- a/xenial/debian/gbp.conf +++ b/xenial/debian/gbp.conf @@ -6,3 +6,4 @@ compression = xz [git-buildpackage] export-dir = ../build-area/ +cleaner = true