[ aufs ] define override for versions tagged outside default pattern
This commit is contained in:
parent
b418347962
commit
b2034aa04d
@ -68,6 +68,9 @@ compilation_prepare()
|
||||
# attach to specifics tag or branch
|
||||
local aufstag=$(echo ${version} | cut -f 1-2 -d ".")
|
||||
|
||||
# manual overrides
|
||||
if linux-version compare $version ge 5.4.3 ; then aufstag="5.4.3"; fi
|
||||
|
||||
# check if Mr. Okajima already made a branch for this version
|
||||
git ls-remote --exit-code --heads https://github.com/sfjro/aufs5-standalone aufs${aufstag} >/dev/null
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user