Programmatically replace pickmybruin#74
Open
kevinkassimo wants to merge 1 commit into
Open
Conversation
Using command:
LC_ALL=C find . -type d -name ".git" -prune -o -type f -exec sed -i ''
-e 's/[Pp]ick[Mm]y[Bb]ruin/BQuest/g' {} \;
Notice also done manual replacement of `src/pickmybruin` to `src/bquest`
2 tasks
Collaborator
|
Can you please run the unit tests and check that box off? |
Collaborator
|
also you probably want to keep both pickmybruin and bquest in the gitignore |
Member
Author
|
@marktai Temporarily putting this on hold, until front end issues are resolved |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Using command:
Notice also done manual replacement of
src/pickmybruintosrc/bquestDescription
Pls do
Test plan
Make sure nothing is broken. May need more testing before accepting the pull request.
Seems working currently on dev server though.
Also, this change requires complete rename of the image also.
I have also noticed the
.gitignoreproblem, this may mean for those ignored files, renaming is also necessary