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
43f1fa9c
Commit
43f1fa9c
authored
Jul 13, 2016
by
k8s-merge-robot
Committed by
GitHub
Jul 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #28875 from david-mcmahon/dot-github
Automatic merge from submit-queue Don't add analytics to .entries.
parents
783aa1a2
ecb774ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
PULL_REQUEST_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
+0
-3
util.sh
hack/lib/util.sh
+2
-0
No files found.
.github/PULL_REQUEST_TEMPLATE.md
View file @
43f1fa9c
...
@@ -17,6 +17,3 @@ Please remove this comment block before submitting.
...
@@ -17,6 +17,3 @@ Please remove this comment block before submitting.
-OR-
-OR-
* Enter your extended release note here
* Enter your extended release note here
```
```
[

]()
hack/lib/util.sh
View file @
43f1fa9c
...
@@ -256,7 +256,9 @@ kube::util::gen-analytics() {
...
@@ -256,7 +256,9 @@ kube::util::gen-analytics() {
fi
fi
# We don't touch files in special dirs, and the kubectl docs are
# We don't touch files in special dirs, and the kubectl docs are
# autogenerated by gendocs.
# autogenerated by gendocs.
# Don't descend into .directories
mdfiles
=(
$(
find
"
${
dir
}
"
-name
"*.md"
-type
f
\
mdfiles
=(
$(
find
"
${
dir
}
"
-name
"*.md"
-type
f
\
-not
-path
'*/\.*'
\
-not
-path
"
${
path
}
/vendor/*"
\
-not
-path
"
${
path
}
/vendor/*"
\
-not
-path
"
${
path
}
/third_party/*"
\
-not
-path
"
${
path
}
/third_party/*"
\
-not
-path
"
${
path
}
/_gopath/*"
\
-not
-path
"
${
path
}
/_gopath/*"
\
...
...
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