-
Notifications
You must be signed in to change notification settings - Fork 59
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
Question: using with GitLab and Bitbucket #87
Comments
I guess you can put gitlab url or other. this file looks agnostic : https://github.com/acsone/git-aggregator/blob/master/git_aggregator/repo.py See exemple : https://gitlab.com/grap-rhone-alpes/watchghost-aggregator/-/blob/master/repos.yml?ref_type=heads#L1 Note : except git-aggregate show-closed-prs thare are calling github api (https://github.com/acsone/git-aggregator/blob/master/git_aggregator/repo.py#L355) Feel free to update documentation, once you'll find complete syntax. thanks ! |
Thank you very much @legalsylvain ! |
So here is what I've managed to find out:
Below is the file I generated based on that knowledge, hope it can help anyone. # This file is generated with Cetmix Tower for git-aggregator tool developed by Acsone.
# Detailed information about git-aggregator and how to use it: https://github.com/acsone/git-aggregator
./odoo_mexico:
remotes:
remote_1: https://salomaininen@bitbucket.org/moylop260/odoo-mexico.git
remote_2: git@bitbucket.org:moylop260/odoo-mexico-fork.git
merges:
- remote: remote_1
ref: master
- remote: remote_2
ref: 7.0-pr1-test
target: remote_1
./gitaly:
remotes:
remote_1: https://gitlab.com/gitlab-org/gitaly.git
remote_2: https://gitlab.com/gitlab-org/gitaly.git
merges:
- remote: remote_1
ref: 70083d3baf2680dddf400d2a0d21a1d1b7043790
- remote: remote_2
ref: merge-requests/7550/head
target: remote_1 |
Thanks ! |
@legalsylvain absolutely! Here it is: #88 |
First of all thank you for the great tool!
There is an example for Gihub:
Is there something similar for GitLab and Bitbucket merge requests?
The text was updated successfully, but these errors were encountered: