did latest stuff

This commit is contained in:
alexander
2026-01-22 22:04:22 +01:00
parent 2c5ae03d3f
commit efc2116de4
8 changed files with 114 additions and 45 deletions

View File

@@ -5,7 +5,7 @@ import requests
from pathlib import Path
def process_gitea(item: CSInventoryItem, outdir: str) -> list[CSItem] | None:
async def process_gitea(item: CSInventoryItem, outdir: str) -> list[CSItem] | None:
source: CSSourceGitea = item.source
commit_hash = get_release_commit_sha(source.base_url, source.owner, source.repo, source.tag)
asserts = list_release_assets(source.base_url, source.owner, source.repo, source.tag)