Loading build-community.sh +4 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,10 @@ for branch in ${BRANCH_NAME//,/ }; do themuppets_branch="lineage-19.1" android_version="12" ;; *t*) themuppets_branch="lineage-20.0" android_version="13" ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 Loading src/build.sh +5 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ fi sync_successful=true use_openjdk_from_ubuntu=false branch_dir=$(sed -E 's/^v[0-9](\.[0-9]*){0,2}(-(beta|alpha|rc)(\.[0-9]*){0,1}){0,1}-(nougat|oreo|pie|q|r|s)(-[a-zA-Z0-9_]*)*$/\5/' <<< "${BRANCH_NAME}") branch_dir=$(sed -E 's/^v[0-9](\.[0-9]*){0,2}(-(beta|alpha|rc)(\.[0-9]*){0,1}){0,1}-(nougat|oreo|pie|q|r|s|t)(-[a-zA-Z0-9_]*)*$/\5/' <<< "${BRANCH_NAME}") branch_dir=${branch_dir^^} if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then Loading Loading @@ -67,6 +67,10 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then themuppets_branch="lineage-19.1" android_version="12" ;; *t*) themuppets_branch="lineage-20.0" android_version="13" ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 Loading Loading
build-community.sh +4 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,10 @@ for branch in ${BRANCH_NAME//,/ }; do themuppets_branch="lineage-19.1" android_version="12" ;; *t*) themuppets_branch="lineage-20.0" android_version="13" ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 Loading
src/build.sh +5 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ fi sync_successful=true use_openjdk_from_ubuntu=false branch_dir=$(sed -E 's/^v[0-9](\.[0-9]*){0,2}(-(beta|alpha|rc)(\.[0-9]*){0,1}){0,1}-(nougat|oreo|pie|q|r|s)(-[a-zA-Z0-9_]*)*$/\5/' <<< "${BRANCH_NAME}") branch_dir=$(sed -E 's/^v[0-9](\.[0-9]*){0,2}(-(beta|alpha|rc)(\.[0-9]*){0,1}){0,1}-(nougat|oreo|pie|q|r|s|t)(-[a-zA-Z0-9_]*)*$/\5/' <<< "${BRANCH_NAME}") branch_dir=${branch_dir^^} if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then Loading Loading @@ -67,6 +67,10 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then themuppets_branch="lineage-19.1" android_version="12" ;; *t*) themuppets_branch="lineage-20.0" android_version="13" ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 Loading