Skip to content

Commit

Permalink
commonfiles-master-2019-11-26T07-29-27 (#19318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Dake authored and istio-testing committed Dec 2, 2019
1 parent ea2600c commit 08da2a1
Show file tree
Hide file tree
Showing 10 changed files with 126 additions and 63 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ifeq ($(BUILD_WITH_CONTAINER),1)
export TARGET_OUT = /work/out/$(TARGET_OS)_$(TARGET_ARCH)
CONTAINER_CLI ?= docker
DOCKER_SOCKET_MOUNT ?= -v /var/run/docker.sock:/var/run/docker.sock
IMG ?= gcr.io/istio-testing/build-tools:master-2019-11-14T12-01-13
IMG ?= gcr.io/istio-testing/build-tools:master-2019-11-26T07-29-27
UID = $(shell id -u)
GID = `grep docker /etc/group | cut -f3 -d:`
PWD = $(shell pwd)
Expand Down
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7e482819013f4afc18304e37cb4875ae7a3e8351
b54cc652c3bc425e504d32de4080d186c83b0ef8
2 changes: 1 addition & 1 deletion common/scripts/report_build_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [[ -n ${ISTIO_VERSION} ]]; then
fi

GIT_DESCRIBE_TAG=$(git describe --tags)
HUB=${HUB:-"docker.io"}
HUB=${HUB:-"docker.io/istio"}

# used by common/scripts/gobuild.sh
echo "istio.io/pkg/version.buildVersion=${VERSION}"
Expand Down
19 changes: 14 additions & 5 deletions galley/pkg/config/meta/metadata/metadata.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 16 additions & 7 deletions galley/pkg/config/testing/basicmeta/basicmeta.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 26 additions & 17 deletions galley/pkg/config/testing/data/builtin.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 14 additions & 5 deletions galley/pkg/config/testing/k8smeta/k8smeta.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 25 additions & 16 deletions mixer/pkg/adapter/test/fixtures.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 08da2a1

Please sign in to comment.