From 0e8af80d4443215f1d4e8ca3e3ce3fab4a8e6fa3 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 15 Feb 2009 10:47:17 -0700 Subject: [PATCH] maybe --mirror is a better choice for me, captures everything including tags --- .gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gbp.conf b/.gbp.conf index b630be1..28a21a1 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 --all" +posttag = "git push --mirror" # use this for more svn-buildpackage like behaviour: export-dir = ../build-area/mtx/ #tarball-dir = ../tarballs/ -- 2.47.2