summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-22 11:16:36 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-22 19:47:36 +0100
commit19669291927ee91dbea3c47a412161b32859df88 (patch)
treeb428439e2fb9e81be82fc16b5d302c40e7aac596 /tests/lib
parentef5cfec1b71cc39d1077d8822e739e4cf1a8a36d (diff)
default config: Switch to new archive/ tag format
Even in non-split-brain mode. Also change the test suite to expect this. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/lib b/tests/lib
index 39763c6..5d8e742 100644
--- a/tests/lib
+++ b/tests/lib
@@ -65,7 +65,7 @@ incoming = $tmp/incoming
run_dinstall = 0
END
-: ${tagpfx:=test-dummy}
+: ${tagpfx:=archive/test-dummy}
: ${suitespecs:=sid:unstable}
t-git-next-date () {
@@ -825,7 +825,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
+ t-git-config dgit-distro.test-dummy.dgit-tag-format new,old,maint
cp $troot/gnupg/{dd.gpg,dm.gpg,dm.txt} $tmp/.
cp $troot/suites $tmp/.
cp $troot/suites $tmp/suites-master
@@ -852,6 +852,7 @@ t-newtag () {
t-git-config dgit-distro.test-dummy.dgit-tag-format new,maint
}
t-oldtag () {
+ export tagpfx=test-dummy
t-git-config dgit-distro.test-dummy.dgit-tag-format old
}