Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1bd3918c
Commit
1bd3918c
authored
Jun 03, 2016
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Overhaul deps on generator tools
This forces a regeneration if the generation tools are rebuilt. Also clean up Makefile a bit.
parent
a9f3ccda
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
0 deletions
+3
-0
Makefile
Makefile
+0
-0
test-dockerized.sh
hack/jenkins/test-dockerized.sh
+1
-0
vet.sh
hack/make-rules/vet.sh
+1
-0
update-codecgen.sh
hack/update-codecgen.sh
+1
-0
No files found.
Makefile
View file @
1bd3918c
This diff is collapsed.
Click to expand it.
hack/jenkins/test-dockerized.sh
View file @
1bd3918c
...
@@ -52,6 +52,7 @@ export LOG_LEVEL=4
...
@@ -52,6 +52,7 @@ export LOG_LEVEL=4
cd
/go/src/k8s.io/kubernetes
cd
/go/src/k8s.io/kubernetes
rm
-rf
Godeps/_workspace
# Temporary until _workspace is fully obliterated
rm
-rf
Godeps/_workspace
# Temporary until _workspace is fully obliterated
make generated_files
go
install
./cmd/...
go
install
./cmd/...
./hack/install-etcd.sh
./hack/install-etcd.sh
...
...
hack/make-rules/vet.sh
View file @
1bd3918c
...
@@ -25,6 +25,7 @@ cd "${KUBE_ROOT}"
...
@@ -25,6 +25,7 @@ cd "${KUBE_ROOT}"
# This is required before we run govet for the results to be correct.
# This is required before we run govet for the results to be correct.
# See https://github.com/golang/go/issues/16086 for details.
# See https://github.com/golang/go/issues/16086 for details.
make generated_files
go
install
./cmd/...
go
install
./cmd/...
# Use eval to preserve embedded quoted strings.
# Use eval to preserve embedded quoted strings.
...
...
hack/update-codecgen.sh
View file @
1bd3918c
...
@@ -117,6 +117,7 @@ if [[ -z ${haveindex} ]]; then
...
@@ -117,6 +117,7 @@ if [[ -z ${haveindex} ]]; then
fi
fi
echo
"Building codecgen"
echo
"Building codecgen"
make generated_files
CODECGEN
=
"
${
PWD
}
/codecgen_binary"
CODECGEN
=
"
${
PWD
}
/codecgen_binary"
go build
-o
"
${
CODECGEN
}
"
./vendor/github.com/ugorji/go/codec/codecgen
go build
-o
"
${
CODECGEN
}
"
./vendor/github.com/ugorji/go/codec/codecgen
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment