From dddb9965e0062415d1df9dfdb29459b51c1ffe68 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 15 Feb 2009 10:48:59 -0700 Subject: [PATCH] switch to using --mirror on post-tag pushes --- .gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gbp.conf b/.gbp.conf index dd2ff23..edaf77c 100644 --- a/.gbp.conf +++ b/.gbp.conf @@ -23,7 +23,7 @@ pristine-tar = True # keyid to GPG sign tags with #keyid = 0xdeadbeef # push to a remote repository after a successful tag: -#posttag = git-push git.example.com +posttag = "git push --mirror" # use this for more svn-buildpackage like behaviour: export-dir = ../build-area/$PKG/ #tarball-dir = ../tarballs/ -- 2.43.0