docker-gitlab-mirrors
docker-gitlab-mirrors copied to clipboard
Investigate GITLAB_MIRROR_NEW_PUBLIC option
In the middle of Ludum Dare this weekend, but just plopping this here as a reminder to check and see why GITLAB_MIRROR_NEW_PUBLIC
doesn't work. I probably just missed it.
This was originally brought up in #6 by @fhaefemeier
New build is up on quay.io, hopefully fixes the issue: quay.io/klowner/gitlab-mirrors:0.6.0
I test the new build to create a new mirror, but get the following error message
Traceback (most recent call last): File "lib/manage_gitlab_project.py", line 12, in <module> raise ImportError("python-gitlab module is not installed. You probably didn't read the install instructions closely enough. See docs/prerequisites.md.") ImportError: python-gitlab module is not installed. You probably didn't read the install instructions closely enough. See docs/prerequisites.md. There was an unknown issue with manage_gitlab_project.py
Ah, I flubbed the install. I've just pushed quay.io/klowner/gitlab-mirrors:0.6.0-1 but it appears that the public option is still nonfunctional. I'll continue to investigate, although I suspect this might be an upstream issue with gitlab-mirrors.
I probably need to rewrite the whole manage mirror python client. It is stale by this point. Perhaps I’ll take some time to hack on it or instruct a student with reviews so they can grow doing real work.