-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tp remove bte naming build fix (#1027)
* Replace BTE with BT within application WHY: Initially, BTE was used even though it didn't stand for anything. I think this came from BLE, but got lost in translation. Now the PathCheck apps are GPS and BT, so removing use of BTE within the app will hopefully unify the language and remove the use of BTE in conversations. * Update package names to fix build. Co-authored-by: Thomas Paresi <[email protected]> Co-authored-by: Dick Lucas <[email protected]>
- Loading branch information
1 parent
304b888
commit a8ff041
Showing
115 changed files
with
262 additions
and
262 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ jobs: | |
name: app-gps-staging | ||
path: android/app/build/outputs/apk/gps/staging/app-gps-staging.apk | ||
|
||
build_staging_android_bte: | ||
build_staging_android_bt: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
|
@@ -137,15 +137,15 @@ jobs: | |
- name: Build android Staging artifact | ||
uses: maierj/[email protected] | ||
with: | ||
lane: 'staging_bte' | ||
lane: 'staging_bt' | ||
subdirectory: 'android' | ||
bundle-install-path: 'vendor/bundle' | ||
|
||
- name: Upload APK | ||
uses: actions/upload-artifact@v1 | ||
with: | ||
name: app-bte-staging | ||
path: android/app/build/outputs/apk/bte/staging/app-bte-staging.apk | ||
name: app-bt-staging | ||
path: android/app/build/outputs/apk/bt/staging/app-bt-staging.apk | ||
|
||
build_staging_ios_gps: | ||
# Deliberately turned off the pull request logic here | ||
|
@@ -222,7 +222,7 @@ jobs: | |
name: COVIDSafePaths-staging-gps | ||
path: ios/COVIDSafePaths-staging.ipa | ||
|
||
build_staging_ios_bte: | ||
build_staging_ios_bt: | ||
# Deliberately turned off the pull request logic here | ||
# because GitHub Actions explicitly turns off secrets for pull requests coming from a forked repo | ||
if: github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master') | ||
|
@@ -279,20 +279,20 @@ jobs: | |
ssh-agent -a $SSH_AUTH_SOCK > /dev/null | ||
ssh-add - <<< "${{ secrets.MATCH_SSH_CERT }}" | ||
- name: Build BTE iOS Production artifact for devices | ||
- name: Build BT iOS Production artifact for devices | ||
uses: maierj/[email protected] | ||
env: | ||
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} | ||
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }} | ||
MATCH_GIT_BASIC_AUTH: ${{ secrets.MATCH_GIT_BASIC_AUTH }} | ||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock | ||
with: | ||
lane: 'staging_bte' | ||
lane: 'staging_bt' | ||
subdirectory: 'ios' | ||
bundle-install-path: 'vendor/bundle' | ||
|
||
- name: Upload Artifact | ||
uses: actions/upload-artifact@v1 | ||
with: | ||
name: COVIDSafePaths-staging-bte | ||
path: ios/COVIDSafePaths-bte-staging.ipa | ||
name: COVIDSafePaths-staging-bt | ||
path: ios/COVIDSafePaths-bt-staging.ipa |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
push: | ||
branches: | ||
- gps-release | ||
- bte-release | ||
- bt-release | ||
paths-ignore: | ||
- 'package.json' | ||
- 'CHANGELOG.md' | ||
|
@@ -205,9 +205,9 @@ jobs: | |
subdirectory: 'ios' | ||
bundle-install-path: 'vendor/bundle' | ||
|
||
deploy_ios_bte: | ||
# bte-release branch only | ||
if: github.event_name == 'push' && github.ref == 'refs/heads/bte-release' | ||
deploy_ios_bt: | ||
# bt-release branch only | ||
if: github.event_name == 'push' && github.ref == 'refs/heads/bt-release' | ||
runs-on: macOS-latest | ||
needs: version_bump | ||
steps: | ||
|
@@ -273,7 +273,7 @@ jobs: | |
MATCH_GIT_BASIC_AUTH: ${{ secrets.MATCH_GIT_BASIC_AUTH }} | ||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock | ||
with: | ||
lane: 'release_bte' | ||
lane: 'release_bt' | ||
subdirectory: 'ios' | ||
bundle-install-path: 'vendor/bundle' | ||
|
||
|
@@ -292,9 +292,9 @@ jobs: | |
subdirectory: 'ios' | ||
bundle-install-path: 'vendor/bundle' | ||
|
||
deploy_android_bte: | ||
# bte-release branch only | ||
if: github.event_name == 'push' && github.ref == 'refs/heads/bte-release' | ||
deploy_android_bt: | ||
# bt-release branch only | ||
if: github.event_name == 'push' && github.ref == 'refs/heads/bt-release' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
|
@@ -370,13 +370,13 @@ jobs: | |
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }} | ||
GITHUB_RUN_NUMBER: ${{ github.run_number }} | ||
with: | ||
lane: 'release_bte' | ||
lane: 'release_bt' | ||
subdirectory: 'android' | ||
bundle-install-path: 'vendor/bundle' | ||
|
||
- name: Upload to Google Play beta track | ||
uses: maierj/[email protected] | ||
with: | ||
lane: 'play_store_bte' | ||
lane: 'play_store_bt' | ||
subdirectory: 'android' | ||
bundle-install-path: 'vendor/bundle' |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes
2 changes: 1 addition & 1 deletion
2
...a/covidsafepaths/bte/MainApplication.java → ...va/covidsafepaths/bt/MainApplication.java
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.