build_manifest.py: Add a FIXME comment
This commit is contained in:
parent
7ede52d7c7
commit
7ad193f276
@ -59,6 +59,9 @@ def test_get_hostname():
|
||||
|
||||
|
||||
def find_repository_sha(module: str, branchname: str) -> Tuple[str, str]:
|
||||
# FIXME: This does global search query in the whole gitlab instance.
|
||||
# It has been working so far by a miracle. It should be limited only to
|
||||
# the current namespace instead.
|
||||
for project in request('projects?search=' + module):
|
||||
if project['name'] != module:
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user