Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 09419bc

Browse files
committed
configs: Release tag v5.5 and regen build configs
Signed-off-by: Shashank Baghel <[email protected]>
1 parent 96bd13c commit 09419bc

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

arch/arm64/configs/whyred-newcam_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CONFIG_THERMAL_SWITCH=y
22
CONFIG_KERNEL_CUSTOM_E7S=y
3-
CONFIG_LOCALVERSION="-rad-v5.4.1"
3+
CONFIG_LOCALVERSION="-rad-v5.5"
44
# CONFIG_LOCALVERSION_AUTO is not set
55
# CONFIG_USELIB is not set
66
CONFIG_AUDIT=y

arch/arm64/configs/whyred_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CONFIG_THERMAL_SWITCH=y
22
CONFIG_KERNEL_CUSTOM_E7S=y
3-
CONFIG_LOCALVERSION="-rad-v5.4.1"
3+
CONFIG_LOCALVERSION="-rad-v5.5"
44
# CONFIG_LOCALVERSION_AUTO is not set
55
# CONFIG_USELIB is not set
66
CONFIG_AUDIT=y

.drone.yml renamed to build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ steps:
1313
commands:
1414
- "export TG_BOT_API"
1515
- pacman -Sy base-devel bc llvm curl zip wget git --noconfirm
16-
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source
17-
- cd source
16+
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
1817
- git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
1918
- sed -i "s/BOT_TOKEN=.*/BOT_TOKEN=$TG_BOT_API/g" lazyscripts/ci-scripts/ci-rad
20-
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build.log
19+
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
2120

2221
---
2322
kind: pipeline
@@ -35,8 +34,7 @@ steps:
3534
commands:
3635
- "export TG_BOT_API"
3736
- pacman -Sy base-devel bc llvm curl zip wget git --noconfirm
38-
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source
39-
- cd source
37+
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
4038
- git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
4139
- sed -i "s/BOT_TOKEN=.*/BOT_TOKEN=$TG_BOT_API/g" lazyscripts/ci-scripts/ci-rad
42-
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" build.log
40+
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger

0 commit comments

Comments
 (0)