fix(sterni/acme): fix plumbing of e.g. //users and [//nix](./nix)
Change-Id: Ic85d71831d799db5bd8458f19593a05f3157d1de Reviewed-on: https://cl.tvl.fyi/c/depot/+/13042 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
0481a5778e
commit
446127938d
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ plumb start rc -c 'cd '$wdir'; cd `{git rev-parse --show-toplevel} && git show -
|
||||||
# TODO(sterni): can we add an acme address to target paths somehow?
|
# TODO(sterni): can we add an acme address to target paths somehow?
|
||||||
|
|
||||||
# TODO(sterni): look at //tools/magrathea's parsing.
|
# TODO(sterni): look at //tools/magrathea's parsing.
|
||||||
depotpathchar = '[^:.,!"'' ]'
|
# TODO(sterni): only be strict at the boundary
|
||||||
|
depotpathchar = '[^:.,;!?"''`|~(){}\[\]<> ]'
|
||||||
depotpath = '//('$depotpathchar'+)'
|
depotpath = '//('$depotpathchar'+)'
|
||||||
|
|
||||||
# TVL short links to files in depot, open in local editor, e.g.
|
# TVL short links to files in depot, open in local editor, e.g.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue