From 9cf610ef86aec369859b80184f293c2dd5e95c2a Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 15 Feb 2009 12:25:37 -0700 Subject: [PATCH] push will be happier without the quotes --- .gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gbp.conf b/.gbp.conf index 28a21a1..3c41243 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 --mirror" +posttag = git push --mirror # use this for more svn-buildpackage like behaviour: export-dir = ../build-area/mtx/ #tarball-dir = ../tarballs/ -- 2.47.2