mirror of
https://github.com/linuxserver/docker-python.git
synced 2026-02-19 17:24:19 +08:00
Merge pull request #3 from linuxserver/alpine320-sed
fix sed, make alpine320 stable
This commit is contained in:
commit
e4d6b264cd
@ -96,7 +96,7 @@ RUN \
|
|||||||
\( \
|
\( \
|
||||||
-type d -a \( -name test -o -name tests \) \
|
-type d -a \( -name test -o -name tests \) \
|
||||||
\) -exec rm -rf '{}' + && \
|
\) -exec rm -rf '{}' + && \
|
||||||
sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \
|
find /pythoncompiled/bin -type f -not \( -name 'python*' \) -exec sed -i 's|pythoncompiled|usr/local|' '{}' '+' && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
build-dependencies && \
|
build-dependencies && \
|
||||||
|
|||||||
@ -96,7 +96,7 @@ RUN \
|
|||||||
\( \
|
\( \
|
||||||
-type d -a \( -name test -o -name tests \) \
|
-type d -a \( -name test -o -name tests \) \
|
||||||
\) -exec rm -rf '{}' + && \
|
\) -exec rm -rf '{}' + && \
|
||||||
sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \
|
find /pythoncompiled/bin -type f -not \( -name 'python*' \) -exec sed -i 's|pythoncompiled|usr/local|' '{}' '+' && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
build-dependencies && \
|
build-dependencies && \
|
||||||
|
|||||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -763,7 +763,7 @@ pipeline {
|
|||||||
"target_commitish": "alpine320",\
|
"target_commitish": "alpine320",\
|
||||||
"name": "'${META_TAG}'",\
|
"name": "'${META_TAG}'",\
|
||||||
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
|
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
|
||||||
printf '","draft": false,"prerelease": true}' >> releasebody.json
|
printf '","draft": false,"prerelease": false}' >> releasebody.json
|
||||||
paste -d'\\0' start releasebody.json > releasebody.json.done
|
paste -d'\\0' start releasebody.json > releasebody.json.done
|
||||||
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
|
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# jenkins variables
|
# jenkins variables
|
||||||
project_name: docker-python
|
project_name: docker-python
|
||||||
external_type: custom_json
|
external_type: custom_json
|
||||||
release_type: prerelease
|
release_type: stable
|
||||||
release_tag: alpine320
|
release_tag: alpine320
|
||||||
ls_branch: alpine320
|
ls_branch: alpine320
|
||||||
skip_package_check: true
|
skip_package_check: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user