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:
sterni 2025-01-23 23:03:03 +01:00 committed by clbot
parent 0481a5778e
commit 446127938d

View file

@ -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.