From 36b8a58ae289db0f9dea8328c9472c1bb166c4d4 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 4 Nov 2016 13:22:29 +0100 Subject: rpm: don't warn about deprecated $repo/.gbp.conf People use it a lot with rpm based tools so don't warn there until we clearly suggested a better location. --- gbp/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gbp/config.py b/gbp/config.py index dc1d44cb..ffd0b8e7 100644 --- a/gbp/config.py +++ b/gbp/config.py @@ -817,4 +817,9 @@ class GbpOptionParserRpm(GbpOptionParser): "default is '%(git-author)s'", }) + def _warn_old_gbp_conf(self, gbp_conf): + # The rpm based tools use $repo/.gbp.conf a lot, don't + # warn there yet + pass + # vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: -- cgit v1.2.3