Skip to content

Commit

Permalink
Merge pull request #76 from mariux64/update-2.14.6
Browse files Browse the repository at this point in the history
Update 2.14.6
  • Loading branch information
wwwutz authored Jan 28, 2025
2 parents 29f6eaa + 4638cd2 commit 8f60a20
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.profile
Original file line number Diff line number Diff line change
@@ -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}"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions checkversions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.

0 comments on commit 8f60a20

Please sign in to comment.