fixup! roomservice: Migrate from GitHub API to git ls-remote

Change-Id: I7a86c7d2344dd4cf1757ffea3c51c3dfc52c6e62
This commit is contained in:
LuK1337
2025-01-07 01:27:43 +01:00
parent 4de0265cdd
commit d5aa270f99

View File

@@ -282,7 +282,7 @@ def get_default_or_fallback_revision(repo_name):
print("Default revision %s not found in %s. Bailing." % (default_revision, repo_name))
print("Branches found:")
for branch in [branch['name'] for branch in result]:
for branch in branches:
print(branch)
print("Use the ROOMSERVICE_BRANCHES environment variable to specify a list of fallback branches.")
return ""