summaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-17 02:47:22 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-17 03:25:32 +0100
commit4142f6fcd65c1f19e131756e8f5a5ef8f8f5bfa2 (patch)
tree7ac34a3b08dc121e816e6f348c5ccfacb163406c /infra
parent420f315dfc9e7f9ce03cd82b5926a04f92d755ee (diff)
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 <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'infra')
-rwxr-xr-xinfra/dgit-repos-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/dgit-repos-server b/infra/dgit-repos-server
index f75d7e5..ba71700 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;