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
940e0a9b
Commit
940e0a9b
authored
Mar 02, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22360 from justinsb/pass_hash_to_download_or_bust
Auto commit by PR queue bot
parents
ac444e0d
b058c6b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure-vm-aws.sh
cluster/aws/templates/configure-vm-aws.sh
+1
-1
configure-vm.sh
cluster/gce/configure-vm.sh
+1
-1
No files found.
cluster/aws/templates/configure-vm-aws.sh
View file @
940e0a9b
...
...
@@ -29,7 +29,7 @@ ensure-packages() {
# TODO: Where to get safe_format_and_mount?
mkdir
-p
/usr/share/google
cd
/usr/share/google
download-or-bust https://raw.githubusercontent.com/GoogleCloudPlatform/compute-image-packages/82b75f314528b90485d5239ab5d5495cc22d775f/google-startup-scripts/usr/share/google/safe_format_and_mount
download-or-bust
"dc96f40fdc9a0815f099a51738587ef5a976f1da"
https://raw.githubusercontent.com/GoogleCloudPlatform/compute-image-packages/82b75f314528b90485d5239ab5d5495cc22d775f/google-startup-scripts/usr/share/google/safe_format_and_mount
chmod
+x safe_format_and_mount
}
...
...
cluster/gce/configure-vm.sh
View file @
940e0a9b
...
...
@@ -240,7 +240,7 @@ install-salt() {
for
deb
in
"
${
DEBS
[@]
}
"
;
do
if
[
!
-e
"
${
deb
}
"
]
;
then
download-or-bust
"
${
URL_BASE
}
/
${
deb
}
"
download-or-bust
"
"
"
${
URL_BASE
}
/
${
deb
}
"
fi
done
...
...
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