]> git.pld-linux.org Git - packages/kernel.git/blobdiff - update-source.sh
Up to 5.17.0.
[packages/kernel.git] / update-source.sh
index d51555c184c6798618b896b1e28393fa53b9b72e..5056908d89da688a844a7f6bf360d8698e814660 100755 (executable)
@@ -1,10 +1,13 @@
 #!/bin/sh
-set -x
+set -xe
+
+BRANCH=aufs5.x-rcN
+#BRANCH=aufs5.16
 
 # aufs5
-git clone git://github.com/sfjro/aufs5-standalone.git
+[ -d aufs5-standalone ] || git clone https://github.com/sfjro/aufs5-standalone.git
 cd aufs5-standalone
-git checkout -b aufs5.11 origin/aufs5.11
+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.029225 seconds and 4 git commands to generate.