From 4142f6fcd65c1f19e131756e8f5a5ef8f8f5bfa2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 17 Jul 2019 02:47:22 +0100 Subject: [PATCH] tag2upload: Actually recognise and honour --quilt in tag Non-default quilt modes were completely broken before. We only didn't notice because the existing tests worked with the default. Signed-off-by: Ian Jackson --- infra/dgit-repos-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/dgit-repos-server b/infra/dgit-repos-server index f75d7e52..ba71700b 100755 --- a/infra/dgit-repos-server +++ b/infra/dgit-repos-server @@ -1214,7 +1214,7 @@ END $upstreamc = $1; } elsif (s/^upstream-tag=(\S+) //) { $upstreamt = $1; - } elsif (s/^quilt=([-+0-9a-z]+) //) { + } elsif (s/^--quilt=([-+0-9a-z]+) //) { $quilt = $1; } else { return 0; -- 2.30.2