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
27770952
Commit
27770952
authored
Nov 05, 2015
by
Isaac Hollander McCreery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Message to cut-n-paste instructions
parent
849cfaaf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
build-official-release.sh
release/build-official-release.sh
+2
-2
cut-official-release.sh
release/cut-official-release.sh
+2
-1
No files found.
release/build-official-release.sh
View file @
27770952
...
@@ -90,8 +90,8 @@ SHA1=$(sha1 "${KUBE_BUILD_DIR}/kubernetes.tar.gz")
...
@@ -90,8 +90,8 @@ SHA1=$(sha1 "${KUBE_BUILD_DIR}/kubernetes.tar.gz")
cat
<<-
EOM
cat
<<-
EOM
Success!
You must now do the following: (you may want to cut
Success!
You must now do the following (you may want to cut and paste these
and paste these instructions elsewhere, step 1 can be spammy)
instructions elsewhere):
1) (cd
${
KUBE_BUILD_DIR
}
; build/push-official-release.sh
${
KUBE_RELEASE_VERSION
}
)
1) (cd
${
KUBE_BUILD_DIR
}
; build/push-official-release.sh
${
KUBE_RELEASE_VERSION
}
)
2) Go to https://github.com/GoogleCloudPlatform/kubernetes/releases
2) Go to https://github.com/GoogleCloudPlatform/kubernetes/releases
...
...
release/cut-official-release.sh
View file @
27770952
...
@@ -111,7 +111,8 @@ You would now do the following, if not a dry run:
...
@@ -111,7 +111,8 @@ You would now do the following, if not a dry run:
EOM
EOM
else
else
cat
>
"
${
INSTRUCTIONS
}
"
<<-
EOM
cat
>
"
${
INSTRUCTIONS
}
"
<<-
EOM
Success! You must now do the following:
Success! You must now do the following (you may want to cut and paste these
instructions elsewhere):
EOM
EOM
fi
fi
...
...
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