From: IOhannes m zmölnig Date: Mon, 1 Aug 2016 10:20:19 +0000 (+0200) Subject: Added 'postclone' hook to gbp.conf X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~289 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=95e76d4c2682de1987cc802ac5a830fa82bdc857;p=jacktrip.git Added 'postclone' hook to gbp.conf is it called 'postclone' or 'git-postclone'? --- diff --git a/debian/gbp.conf b/debian/gbp.conf index 25f35f8..69d87c4 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -6,3 +6,4 @@ sign-tags = True [clone] git-postclone = debian/gbp/postclone.sh +postclone = debian/gbp/postclone.sh