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

Allow for cmd-repos have deps on sdk-vppagent, sdk-k8s, sdk-sriov #15

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

denis-tingaikin
Copy link
Member

Signed-off-by: denis-tingajkin [email protected]

@haiodo haiodo merged commit f44fe58 into networkservicemesh:master Sep 7, 2020
nsmbot pushed a commit to networkservicemesh/cmd-nsc that referenced this pull request Sep 7, 2020
…template@master networkservicemesh/cmd-template#15

networkservicemesh/cmd-template PR link: networkservicemesh/cmd-template#15

networkservicemesh/cmd-template commit message:
commit f44fe58e4206ec0bc8138a988ff7b59100e0a3ca
Author: Denis Tingaikin <[email protected]>
Date:   Mon Sep 7 14:22:01 2020 +0700

    Allow for cmd-repos have deps on sdk-vppagent, sdk-k8s, sdk-sriov (#15)

    Signed-off-by: denis-tingajkin <[email protected]>

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-forwarder-vppagent that referenced this pull request Sep 7, 2020
…template@master networkservicemesh/cmd-template#15

networkservicemesh/cmd-template PR link: networkservicemesh/cmd-template#15

networkservicemesh/cmd-template commit message:
commit f44fe58e4206ec0bc8138a988ff7b59100e0a3ca
Author: Denis Tingaikin <[email protected]>
Date:   Mon Sep 7 14:22:01 2020 +0700

    Allow for cmd-repos have deps on sdk-vppagent, sdk-k8s, sdk-sriov (#15)

    Signed-off-by: denis-tingajkin <[email protected]>

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nsmgr that referenced this pull request Sep 7, 2020
…template@master networkservicemesh/cmd-template#15

networkservicemesh/cmd-template PR link: networkservicemesh/cmd-template#15

networkservicemesh/cmd-template commit message:
commit f44fe58e4206ec0bc8138a988ff7b59100e0a3ca
Author: Denis Tingaikin <[email protected]>
Date:   Mon Sep 7 14:22:01 2020 +0700

    Allow for cmd-repos have deps on sdk-vppagent, sdk-k8s, sdk-sriov (#15)

    Signed-off-by: denis-tingajkin <[email protected]>

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-registry-memory that referenced this pull request Sep 7, 2020
…template@master networkservicemesh/cmd-template#15

networkservicemesh/cmd-template PR link: networkservicemesh/cmd-template#15

networkservicemesh/cmd-template commit message:
commit f44fe58e4206ec0bc8138a988ff7b59100e0a3ca
Author: Denis Tingaikin <[email protected]>
Date:   Mon Sep 7 14:22:01 2020 +0700

    Allow for cmd-repos have deps on sdk-vppagent, sdk-k8s, sdk-sriov (#15)

    Signed-off-by: denis-tingajkin <[email protected]>

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-registry-proxy-dns that referenced this pull request Sep 7, 2020
…template@master networkservicemesh/cmd-template#15

networkservicemesh/cmd-template PR link: networkservicemesh/cmd-template#15

networkservicemesh/cmd-template commit message:
commit f44fe58e4206ec0bc8138a988ff7b59100e0a3ca
Author: Denis Tingaikin <[email protected]>
Date:   Mon Sep 7 14:22:01 2020 +0700

    Allow for cmd-repos have deps on sdk-vppagent, sdk-k8s, sdk-sriov (#15)

    Signed-off-by: denis-tingajkin <[email protected]>

Signed-off-by: NSMBot <[email protected]>
@@ -89,7 +89,7 @@ jobs:
- name: Restrict dependencies on github.com/networkservicemesh/*
run: |
for i in $(grep github.com/networkservicemesh/ go.mod |grep -v '^module' | sed 's;.*\(github.com\/networkservicemesh\/[a-zA-z\/]*\).*;\1;g' | sort -u);do
if [ "${i}" != "github.com/networkservicemesh/sdk" ] && [ "${i}" != "github.com/networkservicemesh/api" ]; then
if [ "${i}" != "github.com/networkservicemesh/sdk-vppagent" ] && [ "${i}" != "github.com/networkservicemesh/sdk" ] && [ "${i}" != "github.com/networkservicemesh/api" ] && [ "${i}" != "github.com/networkservicemesh/sdk-k8s" && [ "${i}" != "github.com/networkservicemesh/sdk-sriov" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like the last one ] is misplaced.

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.

3 participants