Skip to content

Kevin/replace pickmybruin#68

Open
kevinkassimo wants to merge 3 commits into
masterfrom
kevin/replace-pickmybruin
Open

Kevin/replace pickmybruin#68
kevinkassimo wants to merge 3 commits into
masterfrom
kevin/replace-pickmybruin

Conversation

@kevinkassimo
Copy link
Copy Markdown
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 lossycache May 14, 2018 21:29
@lossycache lossycache 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