diff --git a/build.profile b/build.profile index e8ff908..e06c5ca 100644 --- a/build.profile +++ b/build.profile @@ -1,4 +1,4 @@ -BUILD_TAG=2.5.3 +BUILD_TAG=2.6.0 . build.local @@ -25,4 +25,4 @@ BUILD_jbig2enc=jbig2enc-0.28-17-gea05019 BUILD_jbig2dec=jbig2dec-0.20 BUILD_libfontttf=liberation-fonts-ttf-2.1.5 -BUILD_paperless=paperless-ngx-2.5.3 +BUILD_paperless=paperless-ngx-2.6.0 diff --git a/cleanall.sh b/cleanall.sh index 8a53820..337a674 100644 --- a/cleanall.sh +++ b/cleanall.sh @@ -1,25 +1,27 @@ #!/bin/bash set -e set -x +set -u . build.profile declare -a RMRF RMRF=( - $BUILD_ffmpeg - $BUILD_jbig2dec - $BUILD_jbig2enc - $BUILD_leptonica - $BUILD_nginx - $BUILD_node - $BUILD_paperless - $BUILD_pngquant - $BUILD_python - $BUILD_sqlite - $BUILD_tesseract - $BUILD_unpaper - $BUILD_zbar + "${BUILD_ffmpeg}" + "${BUILD_jbig2dec}" + "${BUILD_jbig2enc}" + "${BUILD_leptonica}" + "${BUILD_libfontttf}" + "${BUILD_nginx}" + "${BUILD_node}" + "${BUILD_paperless}" + "${BUILD_pngquant}" + "${BUILD_python}" + "${BUILD_sqlite}" + "${BUILD_tesseract}" + "${BUILD_unpaper}" + "${BUILD_zbar}" ./logs ) diff --git a/paperless-online-test.pdf b/paperless-online-test.pdf deleted file mode 100644 index 732626a..0000000 Binary files a/paperless-online-test.pdf and /dev/null differ