Skip to content

Commit

Permalink
2025-02-05T22:06:18Z
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmsr committed Feb 5, 2025
1 parent cf97266 commit 327fc6e
Show file tree
Hide file tree
Showing 7 changed files with 488 additions and 407 deletions.
4 changes: 2 additions & 2 deletions omdev/ci/tests/test_new_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
from .harness import CiHarness


def build_oci_repository_data_server_routes(
def build_oci_repository_data_server_targets(
repo_name: str,
built_repo: BuiltOciImageIndexRepository,
) -> ta.List[DataServer.Route]:
) -> ta.List[DataServerTarget]:
base_url_path = f'/v2/{repo_name}'

repo_contents: dict[str, OciRepositoryBuilder.Blob] = {}
Expand Down
Loading

0 comments on commit 327fc6e

Please sign in to comment.