From 1546eb77fa90242afe00961dbca93b641ad1b875 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 15 Feb 2009 10:44:43 -0700 Subject: [PATCH] fix up the post-tag push command --- .gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gbp.conf b/.gbp.conf index 7d814ad..b630be1 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.gag.com && git push --tags git.gag.com" +posttag = "git push --all" # use this for more svn-buildpackage like behaviour: export-dir = ../build-area/mtx/ #tarball-dir = ../tarballs/ -- 2.47.2