summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2020-06-05 16:09:56 +1000
committerKyle De'Vir2020-06-05 16:09:56 +1000
commitdd17c52cc4843ce2552d4866e69da340ff9ad493 (patch)
tree7104086a3b00fc8f18f3b5723c9086a05cd01138
parentdd491094a0e3df3a3fe24c48a3e8176693f876a1 (diff)
downloadaur-dd17c52cc4843ce2552d4866e69da340ff9ad493.tar.gz
Merge linux-stable tag instead of rebasing
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea7a2089ae39..36bb648b2bee 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-bcachefs-git
pkgdesc = Linux
- pkgver = v5.6.16.arch1.r904681.d4c719103a7e
+ pkgver = v5.6.16.arch1.r903063.c9b4a210f946
pkgrel = 1
url = https://github.com/koverstreet/bcachefs
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bde1d7564748..b842e75cc288 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,7 +59,7 @@ _subarch=
_localmodcfg=
pkgbase=linux-bcachefs-git
-pkgver=v5.6.16.arch1.r904681.d4c719103a7e
+pkgver=v5.6.16.arch1.r903063.c9b4a210f946
pkgrel=1
pkgdesc="Linux"
_srcver_tag=v5.6.16.arch1
@@ -123,8 +123,8 @@ prepare() {
msg2 "Pull tag from Linux stable upstream repository..."
git remote add upstream_stable "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git" || true
- git pull --no-edit --no-commit --rebase upstream_stable ${_srcver_tag//.arch*/}
-# git pull --no-edit --no-commit -s recursive -X ours upstream_stable ${_srcver_tag//.arch*/}
+ git fetch upstream_stable ${_srcver_tag//.arch*/}
+ git merge --no-edit --no-commit FETCH_HEAD
# https://git.archlinux.org/linux.git/commit/?h=v5.6.15-arch1&id=e4f57a0db2a7a992e4a36a10e1b2167a3a83b3f4
msg2 "Patching with CLONE_NEWUSER patch ..."