From 626570adb7708d465460d236c9da1b82a23c22b4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 31 Jul 2016 18:49:55 +0100 Subject: Split tags: Push the maintainer view tag, where supported We introduce a new `maint' possibility in to the dgit-tag-format access cfg list, presence of which indicates that the receiver is content to receive DEP-14-style maintainer-view (ie, non-dgit0 tags. For now, we default this to true. However, repos handled by dgit-repos-server cannot currently cope with this, because: * dgit-repos-server currently tries to be compatible with old dgits which send DEP-14-named dgit tags; * dgit-repos-server doesn't currently permit the creation of `extraneous' (ie, non-dgit) tags and branches. So for Debian, we do not set this flag. Signed-off-by: Ian Jackson --- tests/lib | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/lib b/tests/lib index f1ffa8b..bd83be7 100644 --- a/tests/lib +++ b/tests/lib @@ -594,6 +594,7 @@ t-drs () { t-git-config dgit-distro.test-dummy.git-url "ext::$troot/drs-git-ext %S " t-git-config dgit-distro.test-dummy.git-check true t-git-config dgit-distro.test-dummy.git-create true + t-git-config dgit-distro.test-dummy.dgit-tag-format old,new cp $troot/gnupg/{dd.gpg,dm.gpg,dm.txt} $tmp/. cp $troot/suites $tmp/. cp $troot/suites $tmp/suites-master -- cgit v1.2.3