Skip to content

Commit

Permalink
Enable automatic deps update for mixerclient (envoyproxy#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvas authored and qiwzhang committed Sep 19, 2017
1 parent 291876a commit e60c8be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions mixerclient/istio.deps
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"name": "ISTIO_API",
"repoName": "api",
"prodBranch": "master",
"file": "repositories.bzl",
"lastStableSHA": "d2e01d950fd932c8939652135c930c85c6bdda1d"
}
]
4 changes: 3 additions & 1 deletion mixerclient/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ cc_proto_library(
actual = "@gogoproto_git//:cc_gogoproto_genproto",
)

ISTIO_API = "d2e01d950fd932c8939652135c930c85c6bdda1d"

def mixerapi_repositories(protobuf_repo="@protobuf_bzl//", bind=True):
gogoproto_repositories(bind)

Expand Down Expand Up @@ -376,7 +378,7 @@ cc_proto_library(

native.new_git_repository(
name = "mixerapi_git",
commit = "6838a2bfc42260cf0513552a64a457f1cf39041c",
commit = ISTIO_API,
remote = "https://github.com/istio/api.git",
build_file_content = BUILD,
)
Expand Down

0 comments on commit e60c8be

Please sign in to comment.