Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Automatic keep ours repository's forks up to date.
by
SYLEAM SARL, Sylvain Garancher
Hello,
I work like Pedro : When I want to propose a change, I create a new branch from the upstream one. No need to update the whole branches of my repo.Every OCA repo I have on my computer has at least two remotes : OCA's one (as origin) and my own github repo.
When I want to create a new PR on 9.0 branch, I just use :
$ git fetch origin
$ git checkout -b 9.0-fix-something origin/9.0
Then, I can start working, without at anytime having the need to update my github's fork.
IMO, this sounds more like an unwanted flood of pull requests, at least with OCA's workflow.
All branches that are not proposed in a PR could be safely deleted in many forks of OCA's repos.
This will create a huge amount of new useless commits in all forks, that will be asked to remove/rebase when creating PRs on upstream if the PR's branch was created from this one...
This tool may be useful (even if I don't find any example), but I think it's not compatible with the way OCA contributors and maintainers work.
Cordialement,
--
--
2016-10-22 9:23 GMT+02:00 Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com>:
Hi, Luis Felipe,In my development workflow, when I want to propose a change in OCA, I start from the current upstream branch, do `git checkout -b branch`, develop the change, and push to my fork, so I see no value added to this tool. Anyway, it seems to be more a personal tool for each one that configures in his/her side the forks that want to be synced, but no configuration from OCA side.Am I missing something?Regards.2016-10-21 17:37 GMT+02:00 Luis Felipe Miléo <mileo@kmee.com.br>:Hi Guys!I'm testing some nice tool: http://backstroke.usWith Backstroke, always keep your repository's forks up to date.
Open source maintainers can merge contributor's code with one click.
Contributors don't have to worry about hefty merge conflicts.Some example: https://github.com/kmee/odoo-brazil-buildout/pull/1 Can we activate this tool on OCA repos?It will greatly facilitate the work!Best regards______________________________
_________________
Mailing-List: http://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: http://odoo-community.org/groups?unsubscribe ______________________________
_________________
Mailing-List: http://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: http://odoo-community.org/groups?unsubscribe
************************************************************ ******************** Ce message et toutes les pièces jointes (ci-après le "message") sont établis à l'intention exclusive de ses destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le détruire et d'en avertir immédiatement l'expéditeur. Toute utilisation de ce message non conforme à sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'internet ne permettant pas d'assurer l'intégrité de ce message, SYLEAM décline toute responsabilité au titre de ce message, dans l'hypothèse où il aurait été modifié. This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except after formal approval. The internet can not guarantee the integrity of this message. SYLEAM cannot therefore be liable for the message if modified. ****************************** ****************************** ********************
Reference
-
Automatic keep ours repository's forks up to date.
byKMEE Informatica ltda, Luis F Miléo-
Re: Automatic keep ours repository's forks up to date.
bySYLEAM SARL, Sylvain Garancher -
Re: Automatic keep ours repository's forks up to date.
byTecnativa. S. L., Pedro M. Baeza
-