-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to integrate multiple gitlabs #10
Comments
yaml files can be read easily within PHP with http://php.net/manual/de/function.yaml-parse-file.php |
I think the major conceptual issue would be in case of name collision (What to do if two packages in first and second Gitlab have the same name?). I see two options:
To parse YAML, I think https://github.com/symfony/Yaml would be a better option. |
Same would happen, if you setup multiple instances of gitlab-composer with different gitlabs and use both into one composer.json :D |
Sounds good to me. We will try to provide an implementation for this ASAP. |
would be really awesome to change the code to allow access multiple gitlab instances.
IMHO there are several steps to take:
The yaml file may look like:
The text was updated successfully, but these errors were encountered: