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

Removed '()' for ISTIO variable. #586

Merged
merged 1 commit into from
Aug 21, 2017
Merged

Removed '()' for ISTIO variable. #586

merged 1 commit into from
Aug 21, 2017

Conversation

gyliu513
Copy link
Member

Release note:

None

/cc @ldemailly

@gyliu513
Copy link
Member Author

/retest

Copy link
Member

@rshriram rshriram left a comment

Choose a reason for hiding this comment

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

/approve

@rshriram
Copy link
Member

/lgtm

@istio-merge-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rshriram

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

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@istio-merge-robot
Copy link

/test all [submit-queue is verifying that this PR is safe to merge]

@istio-merge-robot
Copy link

Automatic merge from submit-queue

@istio-merge-robot
Copy link

/test all [submit-queue is verifying that this PR is safe to merge]

@istio-merge-robot
Copy link

Automatic merge from submit-queue

@istio-merge-robot
Copy link

/test all [submit-queue is verifying that this PR is safe to merge]

@gyliu513
Copy link
Member Author

/retest

@istio-merge-robot
Copy link

Automatic merge from submit-queue

@istio-merge-robot
Copy link

/test all [submit-queue is verifying that this PR is safe to merge]

@istio-merge-robot
Copy link

Automatic merge from submit-queue

@istio-merge-robot
Copy link

/test all [submit-queue is verifying that this PR is safe to merge]

@istio-merge-robot
Copy link

Automatic merge from submit-queue

@gyliu513
Copy link
Member Author

/retest

@istio-merge-robot
Copy link

/test all [submit-queue is verifying that this PR is safe to merge]

@istio-merge-robot
Copy link

Automatic merge from submit-queue

@istio-merge-robot
Copy link

/test all [submit-queue is verifying that this PR is safe to merge]

@istio-merge-robot
Copy link

Automatic merge from submit-queue

@istio-merge-robot istio-merge-robot merged commit 9b8fb3f into istio:master Aug 21, 2017
@gyliu513 gyliu513 deleted the istio branch August 21, 2017 14:06
@istio-testing
Copy link
Collaborator

@gyliu513: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
prow/e2e-suite-no_rbac-auth.sh bc01bdc link ``

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@@ -228,7 +228,7 @@ reviews much easier.
Using Mixer as an example:

```shell
cd $(ISTIO)/mixer
cd $ISTIO/mixer
Copy link
Contributor

Choose a reason for hiding this comment

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

What difference does it make?

Copy link
Member Author

Choose a reason for hiding this comment

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

root@k8s001:~# export ISTIO=/root/go/src/istio.io/
root@k8s001:~# echo $ISTIO
/root/go/src/istio.io/
root@k8s001:~# echo $(ISTIO)
ISTIO: command not found

ISTIO is not a command and we cannot add () for it. @ldemailly

Copy link
Contributor

Choose a reason for hiding this comment

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

oh right it should have been ${ISTIO} or $ISTIO indeed ($(ISTIO) is in Makefiles)

thanks for having fixed it

mandarjog pushed a commit to mandarjog/istio that referenced this pull request Oct 30, 2017
Former-commit-id: f6a38347a14e1390caa3f1540596bf3736af54c9
rshriram pushed a commit that referenced this pull request Oct 30, 2017
Automatic merge from submit-queue

Removed '()' for ISTIO variable.

**Release note**:

```release-note
None
```

/cc @ldemailly

Former-commit-id: 9b8fb3f
mandarjog pushed a commit that referenced this pull request Oct 31, 2017
Former-commit-id: c959b0090efb8ba1ce546b7702c9decc0bfecb9c
vbatts pushed a commit to vbatts/istio that referenced this pull request Oct 31, 2017
Automatic merge from submit-queue

Removed '()' for ISTIO variable.

**Release note**:

```release-note
None
```

/cc @ldemailly

Former-commit-id: 9b8fb3f
mandarjog pushed a commit that referenced this pull request Nov 2, 2017
Automatic merge from submit-queue

Removed '()' for ISTIO variable.

**Release note**:

```release-note
None
```

/cc @ldemailly

Former-commit-id: 9b8fb3f
kyessenov pushed a commit to kyessenov/istio that referenced this pull request Aug 13, 2018
Automatic merge from submit-queue

[DO NOT MERGE] Auto PR to update dependencies of proxy

This PR will be merged automatically once checks are successful.
```release-note
none
```
howardjohn pushed a commit to howardjohn/istio that referenced this pull request Jan 12, 2020
* Installation option doc cleanup

* regen
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.

None yet

6 participants