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
e5c85891
Commit
e5c85891
authored
Jul 19, 2016
by
k8s-merge-robot
Committed by
GitHub
Jul 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #29160 from therc/patch-2
Automatic merge from submit-queue Make clear where cherrypick PRs are being created
parents
1014b350
d35848b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cherry_pick_pull.sh
hack/cherry_pick_pull.sh
+2
-2
No files found.
hack/cherry_pick_pull.sh
View file @
e5c85891
...
@@ -29,7 +29,7 @@ declare -r STARTINGBRANCH=$(git symbolic-ref --short HEAD)
...
@@ -29,7 +29,7 @@ declare -r STARTINGBRANCH=$(git symbolic-ref --short HEAD)
declare
-r
REBASEMAGIC
=
"
${
KUBE_ROOT
}
/.git/rebase-apply"
declare
-r
REBASEMAGIC
=
"
${
KUBE_ROOT
}
/.git/rebase-apply"
if
[[
-z
${
GITHUB_USER
:-}
]]
;
then
if
[[
-z
${
GITHUB_USER
:-}
]]
;
then
echo
"Please export GITHUB_USER=<your-user>"
echo
"Please export GITHUB_USER=<your-user>
(or GH organization, if that's where your fork lives)
"
exit
1
exit
1
fi
fi
...
@@ -139,7 +139,7 @@ gitamcleanup=false
...
@@ -139,7 +139,7 @@ gitamcleanup=false
function
make-a-pr
()
{
function
make-a-pr
()
{
local
rel
=
"
$(
basename
"
${
BRANCH
}
"
)
"
local
rel
=
"
$(
basename
"
${
BRANCH
}
"
)
"
echo
"+++ Creating a pull request on
github
"
echo
"+++ Creating a pull request on
GitHub at
${
GITHUB_USER
}
:
${
NEWBRANCH
}
"
# This looks like an unnecessary use of a tmpfile, but it avoids
# This looks like an unnecessary use of a tmpfile, but it avoids
# https://github.com/github/hub/issues/976 Otherwise stdin is stolen
# https://github.com/github/hub/issues/976 Otherwise stdin is stolen
...
...
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