Skip to content

Make cherry picker as a script #73

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

Merged
merged 1 commit into from
May 2, 2017
Merged

Make cherry picker as a script #73

merged 1 commit into from
May 2, 2017

Conversation

louisom
Copy link
Contributor

@louisom louisom commented Apr 22, 2017

Relate to #64 #69

I'm not sure if this change will break other bot or something.

This commit make cherry-picker more easier to use, you don't need to let cpython folder under cherry_picker anymore.

Example:

$ ls
cpython   # Assume we already clone cpython in our dev dir and upstream setting
$ git clone https://github.com/python/core-workflow.git
$ cd core-workflow
$ python -m venv venv
$ source venv/bin/activate
(venv) $ python -m pip install -r cherry_picker/requirements.txt
(venv) $ cp -r cherry_picker venv/lib/python3.6/site-packages/
(venv) $ cd ..
(venv) $ python -m cherry_picker deadbeaf 3.6

@Mariatta Mariatta merged commit 7a1d10f into python:master May 2, 2017
@Mariatta
Copy link
Member

Mariatta commented May 2, 2017

Thanks @lulouie :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants