]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- parametrize aufs upstream branch
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Sep 2021 19:05:51 +0000 (21:05 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Sep 2021 20:01:37 +0000 (22:01 +0200)
update-source.sh

index 17b4a9313ee96cf1d60a45125f60ba59047e244b..46cf28d2cf19c59784e0ed73b4e446455275f97e 100755 (executable)
@@ -1,10 +1,13 @@
 #!/bin/sh
 set -x
 
+#BRANCH=aufs5.x-rcN
+BRANCH=aufs5.14
+
 # aufs5
 git clone git://github.com/sfjro/aufs5-standalone.git
 cd aufs5-standalone
-git checkout -b aufs5.x-rcN origin/aufs5.x-rcN
+git checkout -b ${BRANCH} origin/${BRANCH}
 git pull
 cat aufs5-kbuild.patch aufs5-base.patch aufs5-mmap.patch aufs5-standalone.patch > ../kernel-aufs5.patch
 rm -rf linux && mkdir linux
This page took 0.084185 seconds and 4 git commands to generate.