From: Ian Jackson Date: Wed, 17 Jul 2019 01:47:22 +0000 (+0100) Subject: tag2upload: Actually recognise and honour --quilt in tag X-Git-Tag: archive/debian/9.3~26 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4142f6fcd65c1f19e131756e8f5a5ef8f8f5bfa2;p=dgit.git 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 --- 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;