File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ def _in(days: float) -> datetime:
104104# 'target path', which a client uses to locate the target file relative to a
105105# configured mirror base URL.
106106#
107- # |----base URL---||-------target path-------|
108- # e.g. tuf-examples.org/repo_example /basic_repo.py
107+ # |----base artifact URL---||-------target path-------|
108+ # e.g. tuf-examples.org/artifacts/manual_repo /basic_repo.py
109109
110110local_path = Path (__file__ ).resolve ()
111111target_path = f"{ local_path .parts [- 2 ]} /{ local_path .parts [- 1 ]} "
@@ -273,7 +273,7 @@ def _in(days: float) -> datetime:
273273 keyids = [delegatee_key .keyid ],
274274 threshold = 1 ,
275275 terminating = True ,
276- paths = ["*.py" ],
276+ paths = ["manual_repo/ *.py" ],
277277 ),
278278 },
279279)
You can’t perform that action at this time.
0 commit comments