We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c81eefd + adc0a26 commit 2f80ad5Copy full SHA for 2f80ad5
1 file changed
examples/manual_repo/basic_repo.py
@@ -104,8 +104,8 @@ def _in(days: float) -> datetime:
104
# 'target path', which a client uses to locate the target file relative to a
105
# configured mirror base URL.
106
#
107
-# |----base URL---||-------target path-------|
108
-# e.g. tuf-examples.org/repo_example/basic_repo.py
+# |----base artifact URL---||-------target path-------|
+# e.g. tuf-examples.org/artifacts/manual_repo/basic_repo.py
109
110
local_path = Path(__file__).resolve()
111
target_path = f"{local_path.parts[-2]}/{local_path.parts[-1]}"
@@ -273,7 +273,7 @@ def _in(days: float) -> datetime:
273
keyids=[delegatee_key.keyid],
274
threshold=1,
275
terminating=True,
276
- paths=["*.py"],
+ paths=["manual_repo/*.py"],
277
),
278
},
279
)
0 commit comments