mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
build_manifest.py: Add a FIXME comment
This commit is contained in:
parent
7ede52d7c7
commit
7ad193f276
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ def test_get_hostname():
|
||||||
|
|
||||||
|
|
||||||
def find_repository_sha(module: str, branchname: str) -> Tuple[str, str]:
|
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):
|
for project in request('projects?search=' + module):
|
||||||
if project['name'] != module:
|
if project['name'] != module:
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue