Skip to content

Commit 6076f47

Browse files
committed
sync script with master
Signed-off-by: Robert Nelson <[email protected]>
1 parent 7f9ca51 commit 6076f47

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scripts/git.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ git_kernel () {
121121

122122
git tag | grep v${KERNEL_TAG} | grep -v rc &>/dev/null || git_kernel_torvalds
123123

124+
if [ "${KERNEL_SHA}" ] ; then
125+
git_kernel_torvalds
126+
fi
127+
124128
if [ ! "${LATEST_GIT}" ] ; then
125129
git branch -D v${KERNEL_TAG}-${BUILD} &>/dev/null || true
126130
if [ ! "${KERNEL_SHA}" ] ; then

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ KERNEL_TAG=${KERNEL_REL}
2727
BUILD=d0
2828

2929
#v3.X-rcX + upto SHA
30-
#KERNEL_SHA=""
30+
#KERNEL_SHA="b58ed041a360ed051fab17e4d9b0f451c6fedba7"
3131

3232
#git branch
3333
#BRANCH="v3.8.x"

0 commit comments

Comments
 (0)