diff --git a/.drone.yml b/.drone.yml index 2f3e734d3a30..b72936ca478e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: from_secret: bot_api_key PD_API_KEY: from_secret: pd_api_key - TYPE: REL-3.0.0 + TYPE: REL-4.0.0 DEVICE: alioth KBUILD_BUILD_USER: UtsavTheCunt KBUILD_BUILD_HOST: CuntsSpace @@ -38,7 +38,7 @@ steps: from_secret: bot_api_key PD_API_KEY: from_secret: pd_api_key - TYPE: REL-3.0.0 + TYPE: REL-4.0.0 DEVICE: apollo KBUILD_BUILD_USER: UtsavTheCunt KBUILD_BUILD_HOST: CuntsSpace @@ -47,3 +47,28 @@ steps: - git clone https://github.com/UtsavBalar1231/Drone-scripts.git --depth=1 -b test script && cd script - ./setup-drone --aosp-clang - ./build-kernel --aosp-clang + +--- +clone: + depth: 1 +kind: pipeline +name: IMMENSITY - X | LMI +steps: + - name: building-lmi + image: debian:stable-slim + environment: + CI_CHANNEL_ID: + from_secret: ci_channel_id + BOT_API_KEY: + from_secret: bot_api_key + PD_API_KEY: + from_secret: pd_api_key + TYPE: REL-4.0.0 + DEVICE: lmi + KBUILD_BUILD_USER: UtsavTheCunt + KBUILD_BUILD_HOST: CuntsSpace + commands: + - apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python python3 flex cpio libncurses5-dev wget + - git clone https://github.com/UtsavBalar1231/Drone-scripts.git --depth=1 -b test script && cd script + - ./setup-drone --aosp-clang + - ./build-kernel --aosp-clang diff --git a/README.md b/README.md index 738bcbcfee99..283055f3b4c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://cloud.drone.io/api/badges/UtsavBalar1231/kernel_xiaomi_sm8250/status.svg?ref=refs/heads/android12-stable)](https://cloud.drone.io/UtsavBalar1231/kernel_xiaomi_sm8250) -![Commits Count](https://img.shields.io/github/commits-since/UtsavBalar1231/kernel_xiaomi_sm8250/2.0.0/android12-stable) +![Commits Count](https://img.shields.io/github/commits-since/UtsavBalar1231/kernel_xiaomi_sm8250/3.0.0/android12-stable) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FUtsavBalar1231%2Fkernel_xiaomi_sm8250&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) -![Downloads](https://img.shields.io/github/downloads/UtsavBalar1231/kernel_xiaomi_sm8250/2.0.0/total) +![Downloads](https://img.shields.io/github/downloads/UtsavBalar1231/kernel_xiaomi_sm8250/3.0.0/total) ![logo](https://github.com/UtsavBalar1231/xda-stuff/raw/master/banner.png "logo was here") diff --git a/scripts/update_subtrees b/scripts/update_subtrees index 08f1e4759e33..5ae7ef68dfc0 100755 --- a/scripts/update_subtrees +++ b/scripts/update_subtrees @@ -6,10 +6,10 @@ export TAG=$1 for p in qcacld-3.0 fw-api qca-wifi-host-cmn; - do git subtree pull --prefix=drivers/staging/$p https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/wlan/$p $TAG; + do git subtree pull --prefix=drivers/staging/$p https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/$p $TAG; done -git subtree pull --prefix=techpack/audio https://source.codeaurora.org/quic/la/platform/vendor/opensource/audio-kernel $TAG; -git subtree pull --prefix=techpack/camera https://source.codeaurora.org/quic/la/platform/vendor/opensource/camera-kernel $TAG; -git subtree pull --prefix=techpack/data https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/data-kernel $TAG; -git subtree pull --prefix=techpack/display https://source.codeaurora.org/quic/la/platform/vendor/opensource/display-drivers $TAG; -git subtree pull --prefix=techpack/video https://source.codeaurora.org/quic/la/platform/vendor/opensource/video-driver $TAG; +git subtree pull --prefix=techpack/audio https://git.codelinaro.org/clo/la/platform/vendor/opensource/audio-kernel $TAG; +git subtree pull --prefix=techpack/camera https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel $TAG; +git subtree pull --prefix=techpack/data https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/data-kernel $TAG; +git subtree pull --prefix=techpack/display https://git.codelinaro.org/clo/la/platform/vendor/opensource/display-drivers $TAG; +git subtree pull --prefix=techpack/video https://git.codelinaro.org/clo/la/platform/vendor/opensource/video-driver $TAG;