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

Kevin/replace pickmybruin #68

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

kevinkassimo
Copy link
Member

@kevinkassimo kevinkassimo commented May 14, 2018

Description

Programmatically replace pickmybruin with BQuest;
Fixing package-lock.json merge conflict issues by replacing it with a new one

I have weighed, and currently the replacement are as follows:
For nginx conf and /var/www, etc., renamed to BQuest
For docker images, renamed to bquest (no capitalization)
These changes are also reflected on the backend pull request: SEE HERE

Make sure

  • Frontend Tested and Working
  • Backend

Test Plan

Built and saw nothing changed on dev mode, at least with frontend

Used command:

LC_ALL=C find . -type d -name "node_modules" -prune -o -type d -name
".git" -prune -o -type f -exec sed -i '' -e 's/[Pp]ick[Mm]y[Bb]ruin/BQuest/g' {} \;

Seems it also adds whitespace to files; should not matter though
@kevinkassimo kevinkassimo requested a review from ramsgoli May 14, 2018 21:29
@ramsgoli ramsgoli removed their request for review June 10, 2020 04:16
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.

1 participant