[packages/kernel] - parametrize aufs upstream branch

baggins baggins at pld-linux.org
Mon Sep 6 22:34:40 CEST 2021


commit be97ac12a32af627a35a99e6482a92b7a87ddeb8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Sep 6 21:05:51 2021 +0200

    - parametrize aufs upstream branch

 update-source.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/update-source.sh b/update-source.sh
index 17b4a931..46cf28d2 100755
--- a/update-source.sh
+++ b/update-source.sh
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/6d1765514cb22667c025eb69327c29f5a698444f



More information about the pld-cvs-commit mailing list