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
6bd5ecc1
Commit
6bd5ecc1
authored
Mar 18, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #23164 from david-mcmahon/update-licenses
Auto commit by PR queue bot
parents
10204f8b
ede7bb67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
update-godep-licenses.sh
hack/update-godep-licenses.sh
+2
-1
No files found.
hack/update-godep-licenses.sh
View file @
6bd5ecc1
...
@@ -131,7 +131,8 @@ process_content () {
...
@@ -131,7 +131,8 @@ process_content () {
for
f
in
${
remote_files
[@]
}
;
do
for
f
in
${
remote_files
[@]
}
;
do
file_state
"
${
package_root_url
}
/master/
${
f
}
"
&&
continue
file_state
"
${
package_root_url
}
/master/
${
f
}
"
&&
continue
if
!
FILE_CONTENT[
${
package
}
-
${
type
}
]=
"
$(
\
if
!
FILE_CONTENT[
${
package
}
-
${
type
}
]=
"
$(
\
curl
--fail
-s
https://
${
package_root_url
}
/master/
${
f
})
"
||
\
curl
--fail
--retry
10
-s
\
https://
${
package_root_url
}
/master/
${
f
})
"
||
\
!
$(
echo
"
${
FILE_CONTENT
[
${
package
}
-
${
type
}
]-
}
"
|
\
!
$(
echo
"
${
FILE_CONTENT
[
${
package
}
-
${
type
}
]-
}
"
|
\
egrep
-qw
"
${
ensure_pattern
}
"
)
||
egrep
-qw
"
${
ensure_pattern
}
"
)
||
[[
"
${
FILE_CONTENT
[
${
package
}
-
${
type
}
]-
}
"
=
~
\<\
*
html
]]
;
then
[[
"
${
FILE_CONTENT
[
${
package
}
-
${
type
}
]-
}
"
=
~
\<\
*
html
]]
;
then
...
...
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