-
Notifications
You must be signed in to change notification settings - Fork 20
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
Migrate from Launchpad. #1
Comments
The first import was done, just waiting to be tested. |
I have read a bit about Git flow, and found that the "multiple stable releases" support is done by the "git flow support" workflow: http://yakiloo.com/getting-started-git-flow/ With that, we can fix older releases. But AFAIK, this is not expected that these fixes can be merged in newer releases.
The policy was to start the fix on the older supported release and merge back in upper ones, one by one, until I reach the trunk/master. Sooo, if you have to import all stable branches from Launchpad, can you create them with the pattern 'support-X.Y' (git flow convention I think)? I think they should point on the last tag available for the branch (support-0.7 will point on the same changeset of the tag 0.7.3, and so on). Is it possible? Thanks for your help anyway :) |
Hum, forget it, we will create support branches manually if needed. We can start as it is now, it will be simpler. |
Some updates about GitHub migration: #2 |
Nhomar, do you need to merge your hotfix/configure branch into master to test Travis? |
First job.
Migrate fron launchpad and configure all the repository withsome odoo community standars.
The text was updated successfully, but these errors were encountered: