aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-11-04 13:22:29 +0100
committerGuido Günther <agx@sigxcpu.org>2016-11-04 14:36:09 +0100
commit36b8a58ae289db0f9dea8328c9472c1bb166c4d4 (patch)
tree1f14bddad1d6e29a5e8af60934a7b6b10f793ce8
parent924f8098ac69ffea5e546afa7372451cd6c35352 (diff)
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.
-rw-r--r--gbp/config.py5
1 files changed, 5 insertions, 0 deletions
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\:·: