diff --git a/build.profile b/build.profile index 9280676..a5aa5ac 100644 --- a/build.profile +++ b/build.profile @@ -1,6 +1,6 @@ -BUILD_TAG=2.14.5 +BUILD_TAG=2.14.6 -BUILD_paperless=paperless-ngx-2.14.5 +BUILD_paperless=paperless-ngx-2.14.6 BUILD_DIR=build BUILD_SRC="${PWD}" @@ -25,9 +25,9 @@ BUILD_sqlite_SRCURL="https://beehive.molgen.mpg.de/ab4e0652b6dedb075faf7a2781ba2 BUILD_redis=redis-7.4.1 BUILD_redis_SRCURL="https://beehive.molgen.mpg.de/360809807c15da120affb356e55c6388/${BUILD_redis}.tar.gz" -# wget "https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tgz" -BUILD_python=Python-3.11.11 -BUILD_python_SRCURL="https://beehive.molgen.mpg.de/9a5b43fcc06810b8ae924b0a080e6569/${BUILD_python}.tgz" +# wget "https://www.python.org/ftp/python/3.12.8/Python-3.12.8.tgz" +BUILD_python=Python-3.12.8 +BUILD_python_SRCURL="https://beehive.molgen.mpg.de/304473cf367fa65e450edf4b06b55fcc/${BUILD_python}.tgz" # wget "https://nodejs.org/download/release/v22.13.1/node-v22.13.1.tar.gz" BUILD_node=node-22.13.1 diff --git a/buildall.sh b/buildall.sh index 5f49049..fdf6670 100755 --- a/buildall.sh +++ b/buildall.sh @@ -68,7 +68,7 @@ popd { [ -d "${BUILD_DIR}/${BUILD_sqlite}" ] || ./sqlite.build.sh [ -d "${BUILD_DIR}/${BUILD_redis}" ] || ./redis.build.sh -[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./Python.build.sh +[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./python.build.sh [ -d "${BUILD_DIR}/${BUILD_node}" ] || ./node.build.sh [ -d "${BUILD_DIR}/${BUILD_libjpegturbo}" ] || ./libjpegturbo.build.sh [ -d "${BUILD_DIR}/${BUILD_libtiff}" ] || ./libtiff.build.sh diff --git a/checkversions.sh b/checkversions.sh index 99847f2..0d12781 100755 --- a/checkversions.sh +++ b/checkversions.sh @@ -286,3 +286,6 @@ echo for p in "${_parts[@]}"; do version $p done + +# apptainer build --sandbox xxx docker://ghcr.io/paperless-ngx/paperless-ngx:latest +# grep PYTHON xxx/.singularity.d/env/10-docker2singularity.sh diff --git a/Python.build.sh b/python.build.sh similarity index 100% rename from Python.build.sh rename to python.build.sh