Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 18, 2024
1 parent bc96359 commit 2ee8382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# if we build and release 6.11.1 then building 6.11.0 will succeed since 6.11.0 != 6.11.1
#
#
TAG=6.11.1
#TAG=6.11.1
TAG=$(grep 'LOCALVERSION=' riscv_defconfig | sed 's/^.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/')

git add -Av && git commit -m "update" && git tag -a -m "riscv-kernel" riscv-kernel-$TAG && git log -n 1 && git push --follow-tags
2 changes: 1 addition & 1 deletion riscv_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION="6.11.1"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
Expand Down

0 comments on commit 2ee8382

Please sign in to comment.