From c64c179d56d9f112588fc6baa83febf385d26d5b Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 15 Feb 2009 10:42:02 -0700 Subject: [PATCH] add automatic push to git.gag.com on successful tagging --- .gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gbp.conf b/.gbp.conf index bbfc061..7d814ad 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 git.gag.com && git push --tags git.gag.com" # use this for more svn-buildpackage like behaviour: export-dir = ../build-area/mtx/ #tarball-dir = ../tarballs/ -- 2.47.2