-
Notifications
You must be signed in to change notification settings - Fork 266
Add auto make merge #660
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
Add auto make merge #660
Conversation
It would be great if the cpython sha1 in .travis.yml gets updated too |
|
Not for editing .travis, it can be done at the end. |
TODO:
|
And while you're at it, but it's more complicated, you can name the branch with the sha1 from cpython instead of the sha1 from python-docs-fr (so you'll have to create the branch after merging (you're not garanteed to have cpython before merging)) |
Here's my idea of the flow of this script on a server. It will be hosted on a small thingy somewhere, executed by a cron job. Cron job:
The script will:
|
So apart of make merge, nothing versionned here? Works for me. |
Well |
yep I meant the cron script |
Well the cron script will be on a server somewhere, and won't change, this is why the process is on this file on the repository that will be cloned |
👍 |
No description provided.