Skip to content
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

fixed sed hack with 2to3 #709

Merged
merged 3 commits into from
Jun 18, 2020
Merged

Conversation

vibss2397
Copy link
Contributor

As mentioned in PR #669
a fresh build that replaces sed hack with 2to3 everywhere, fixes #660

Replaced sed imports with the usage of 2to3 tool everywhere, the changes were mostly in the dockerfiles but there were 1-2 shell scripts too
Added 2to3 in the requrements too

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jun 6, 2020

CLA Check
The committers are authorized under a signed CLA.

Copy link
Collaborator

@bcipriano bcipriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one comment. Also please make sure to resolve the CLA check by following the instructions in that PR comment.

requirements.txt Outdated
@@ -11,3 +11,4 @@ pyfakefs==3.6
PyYAML==5.1
simplejson==3.16.0
six==1.11.0
2to3==1.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep this list alphabetized, so 2to3 should be the first line in the file.

@vibss2397
Copy link
Contributor Author

@bcipriano i think the only check remaining is CLA authorization, is that something i need to do too, otherwise i have pushed all the other changes

@bcipriano
Copy link
Collaborator

Yep, this looks good!

the only check remaining is CLA authorization, is that something i need to do too

It is -- if you follow the "Please click here to be authorized" link in that comment it should walk you through the process of signing the CLA.

@vibss2397
Copy link
Contributor Author

@bcipriano its all done you can merge it now

@bcipriano
Copy link
Collaborator

Perfect, thanks!

@bcipriano bcipriano merged commit 30b1135 into AcademySoftwareFoundation:master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace sed hack with 2to3 everywhere
2 participants