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

Integrate omaha build into brave-core #722

Merged
merged 2 commits into from Oct 29, 2018
Merged

Conversation

@simonhong
Copy link
Collaborator

simonhong commented Oct 24, 2018

When build_omaha is set, create_dist target has omaha dependency and
omaha clients(stub/standalone) are built under src/out/Release.

Issue: brave/brave-browser#1784
Close: brave/brave-browser#976
Close: brave/brave-browser#580

Submitter Checklist:

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Verified that these changes build without errors on
    • Windows
    • macOS
    • Linux
  • Verified that these changes pass automated tests (npm test brave_unit_tests && npm test brave_browser_tests) on
    • Windows
    • macOS
    • Linux
  • Ran git rebase master (if needed).
  • Ran git rebase -i to squash commits (if needed).
  • Tagged reviewers and labelled the pull request as needed.
  • Request a security/privacy review as needed.
  • Add appropriate QA labels (QA/Yes or QA/No) to include the closed issue in milestone

Test Plan:

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions
  • Verify test plan is specified in PR before merging to source
@simonhong simonhong self-assigned this Oct 24, 2018
@simonhong simonhong force-pushed the integrate_omaha_to_brave_core branch 5 times, most recently from f18b1bb to 9cdf4c1 Oct 25, 2018
@@ -40,10 +42,12 @@ action("create_signed_installer") {
]
outputs = [
"$root_out_dir/brave_installer.exe",
"$root_out_dir/$brave_installer_exe",

This comment has been minimized.

Copy link
@simonhong

simonhong Oct 26, 2018

Author Collaborator

I didn't delete "$root_out_dir/brave_installer.exe", to preserve existing outputs.
I think this can be removed after CI doesn't use brave_installer.exe anymore.

@simonhong
Copy link
Collaborator Author

simonhong commented Oct 26, 2018

DEPS should be updated after finishing review/merge of brave/omaha#10

@simonhong simonhong requested review from bbondy, emerick and mbacchi Oct 26, 2018
@simonhong simonhong changed the title WIP: Integrate omaha build into brave-core Integrate omaha build into brave-core Oct 26, 2018
When build_omaha is set, create_dist target has omaha dependency and
omaha clients(stub/standalone) are built under src/out/Release.
@simonhong simonhong force-pushed the integrate_omaha_to_brave_core branch from 6fe51ca to cb4c889 Oct 27, 2018
@simonhong
Copy link
Collaborator Author

simonhong commented Oct 27, 2018

DEPS is also updated.

@simonhong simonhong force-pushed the integrate_omaha_to_brave_core branch from cb4c889 to 354f23e Oct 27, 2018
Copy link
Contributor

emerick left a comment

LGTM

@emerick emerick merged commit b04468c into master Oct 29, 2018
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@emerick emerick deleted the integrate_omaha_to_brave_core branch Oct 29, 2018
emerick added a commit that referenced this pull request Oct 29, 2018
Integrate omaha build into brave-core
emerick added a commit that referenced this pull request Oct 29, 2018
Integrate omaha build into brave-core
@emerick
Copy link
Contributor

emerick commented Oct 29, 2018

master: b04468c
0.56.x: 3a73967
0.57.x: cc28ca3

@bbondy bbondy added this to the 0.56.x - Release milestone Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

3 participants
You can’t perform that action at this time.