author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-27 08:06:49 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-07-27 08:06:49 UTC |
parent | 961d58946fd82262364de45d118ad11467519fed |
linux-kbb/build-armlfs-6.1.sh | +8 | -0 |
linux-kbb/build-armlfs-6.6.sh | +2 | -2 |
linux-kbb/build-armlfs-stable.sh | +8 | -0 |
linux-kbb/get-linux.sh | +1 | -1 |
linux-kbb/kbb.py | +4 | -3 |
diff --git a/linux-kbb/build-armlfs-6.1.sh b/linux-kbb/build-armlfs-6.1.sh new file mode 100755 index 0000000..6d8ccb6 --- /dev/null +++ b/linux-kbb/build-armlfs-6.1.sh @@ -0,0 +1,8 @@ +#!/bin/sh +set -e +set -x +# Usage: $0 [git-tag] +if [ -n "$1" ]; then + ./patchset-pkgbuild.py "$1" /sources/base-pkgbuilds/linux-armlfs-lts61 +fi +(cd /sources/base-pkgbuilds && ./mpkg.sh linux-armlfs-lts61) diff --git a/linux-kbb/build-armlfs-6.6.sh b/linux-kbb/build-armlfs-6.6.sh index 6e9718f..e05a184 100755 --- a/linux-kbb/build-armlfs-6.6.sh +++ b/linux-kbb/build-armlfs-6.6.sh @@ -3,6 +3,6 @@ set -e set -x # Usage: $0 [git-tag] if [ -n "$1" ]; then - ./patchset-pkgbuild.py "$1" /sources/base-pkgbuilds/linux-armlfs + ./patchset-pkgbuild.py "$1" /sources/base-pkgbuilds/linux-armlfs-lts fi -(cd /sources/base-pkgbuilds && ./mpkg.sh linux-armlfs) +(cd /sources/base-pkgbuilds && ./mpkg.sh linux-armlfs-lts) diff --git a/linux-kbb/build-armlfs-stable.sh b/linux-kbb/build-armlfs-stable.sh new file mode 100755 index 0000000..6e9718f --- /dev/null +++ b/linux-kbb/build-armlfs-stable.sh @@ -0,0 +1,8 @@ +#!/bin/sh +set -e +set -x +# Usage: $0 [git-tag] +if [ -n "$1" ]; then + ./patchset-pkgbuild.py "$1" /sources/base-pkgbuilds/linux-armlfs +fi +(cd /sources/base-pkgbuilds && ./mpkg.sh linux-armlfs) diff --git a/linux-kbb/get-linux.sh b/linux-kbb/get-linux.sh index fd33425..c9d1c13 100755 --- a/linux-kbb/get-linux.sh +++ b/linux-kbb/get-linux.sh @@ -10,7 +10,7 @@ git config pack.packSizeLimit 512m git fetch -v --shallow-since=$SINCE git remote add mainline https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git # Note: add stable trees as needed (or runtime with set-branches --add) -git remote add -t linux-6.1.y -t linux-6.6.y stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git +git remote add -t linux-6.1.y -t linux-6.6.y -t linux-6.10.y stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git git fetch -v --shallow-since=$SINCE --shallow-exclude=v6.0 mainline git fetch -v --shallow-since=$SINCE --shallow-exclude=v6.0.1 stable git gc diff --git a/linux-kbb/kbb.py b/linux-kbb/kbb.py index d72d488..18a1692 100755 --- a/linux-kbb/kbb.py +++ b/linux-kbb/kbb.py @@ -87,6 +87,7 @@ class KB: kernels = [ KB("armlfs"), + KB("armlfs", "stable"), KB("armlfs", "6.6"), KB("armlfs", "6.1") ] @@ -441,9 +442,9 @@ def update_and_build(): os.replace(prev_releases, prev2_releases) os.replace(curr_fn, prev_releases) successmail(successlist) - if successlist: - subc(["git", "commit", "-a", "-m", "Automatic update"]) - subc(["git", "push"]) +# if successlist: +# subc(["git", "commit", "-a", "-m", "Automatic update"]) +# subc(["git", "push"]) if len(sys.argv) == 1: