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=77442c5759bd826f7d1a4c818d884269283d316a;hp=c05f4a826675d7475ba2d2df2982520079ca3595;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/trusty/debian/gbp.conf b/trusty/debian/gbp.conf index fe85503..da2e6c8 100644 --- a/trusty/debian/gbp.conf +++ b/trusty/debian/gbp.conf @@ -6,3 +6,4 @@ compression = xz [git-buildpackage] export-dir = ../build-area/ +cleaner = true