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

update fortio to new version and location #8297

Merged
merged 5 commits into from
Aug 28, 2018

Conversation

ldemailly
Copy link
Member

@ldemailly ldemailly commented Aug 28, 2018

Per TOC we moved fortio to it's own github org, updating usage in istio

This is mostly a mechanical search and replace so there might be some rough edges, let's see if tests passes first

[wip] there is a chance this doesn't build
Edit: everything (that doesn't fail on other PRs too) seem to pass, ready for review

@@ -113,7 +113,7 @@ function delete_vm_firewall() {

function update_fortio_on_vm() {
# shellcheck disable=SC2016
run_on_vm 'go get istio.io/fortio && cd go/src/istio.io/fortio && git fetch --tags && git checkout latest_release && make submodule-sync && go build -o ~/go/bin/fortio -ldflags "-X istio.io/fortio/version.tag=$(git describe --tag --match v\*) -X istio.io/fortio/version.buildInfo=$(git rev-parse HEAD)" . && sudo setcap 'cap_net_bind_service=+ep' `which fortio` && fortio version'
run_on_vm 'go get fortio.org/fortio && cd go/src/fortio.org/fortio && git fetch --tags && git checkout latest_release && make submodule-sync && go build -o ~/go/bin/fortio -ldflags "-X fortio.org/fortio/version.tag=$(git describe --tag --match v\*) -X fortio.org/fortio/version.buildInfo=$(git rev-parse HEAD)" . && sudo setcap 'cap_net_bind_service=+ep' `which fortio` && fortio version'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: replace by the make target that does this

@ldemailly ldemailly requested review from rkpagadala and removed request for yutongz August 28, 2018 07:34
@ldemailly ldemailly changed the title update fortio to new location update fortio to new version and location Aug 28, 2018
@ldemailly ldemailly requested a review from ostromart August 28, 2018 17:26
@ostromart
Copy link
Contributor

/lgtm

@ldemailly
Copy link
Member Author

/approve

@istio-testing
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ldemailly, ostromart

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@istio-testing istio-testing merged commit c1f34f3 into istio:master Aug 28, 2018
@ldemailly ldemailly deleted the fortio_org branch August 28, 2018 20:10
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.

4 participants