-
-
Notifications
You must be signed in to change notification settings - Fork 459
How to move a Merge Proposal to GitHub
Guewen Baconnier edited this page Jun 25, 2014
·
12 revisions
I have this MP that I need to propose on GitHub: https://code.launchpad.net/~camptocamp/openerp-connector-magento/7.0-update-stock-1330450/+merge/223393
Instructions on https://github.com/OCA/maintainers-tools#installation
On this model:
[mapping.yml]
projects:
- github: git@github.com:guewen/connector-magento.git
branches:
- ['lp:~camptocamp/openerp-connector-magento/7.0-update-stock-1330450', 7.0-update-stock-1330450]
github
is the GitHub repository where will the branch be pushed
branches
is a list of branches to move from Launchpad to the GitHub repository, each line contains 1. the Launchpad URL of the branch, 2. the name that will be given to the branch in the Git repository
You can declare several projects or branches at once.
$ mkdir branches $ oca-copy-branches branches --push --mapping mapping.yml
The branch(es) will be moved to GitHub.