From 5883065d1ba9d75d0c59c5b4ff4e86bfcfa4b060 Mon Sep 17 00:00:00 2001 From: alandavis Date: Mon, 1 Aug 2022 07:36:16 +0100 Subject: [PATCH] alfresco-transform-libreoffice-boot removal from build --- .github/dependabot.yml | 12 ++++++------ _ci/cache_artifacts.sh | 2 +- engines/imagemagick/LICENSES.md | 2 +- engines/misc/LICENSES.md | 2 +- engines/pdfrenderer/LICENSES.md | 2 +- engines/tika/LICENSES.md | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc35cf2b..86a697fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,42 +16,42 @@ updates: registries: - maven-alfresco-internal - package-ecosystem: docker - directory: "/alfresco-transform-core-aio/alfresco-transform-core-aio-boot" + directory: "/engines/aio" schedule: interval: daily time: "22:00" timezone: Europe/London open-pull-requests-limit: 99 - package-ecosystem: docker - directory: "/alfresco-transform-libreoffice/alfresco-transform-libreoffice-boot" + directory: "/engines/libreoffice" schedule: interval: daily time: "22:00" timezone: Europe/London open-pull-requests-limit: 99 - package-ecosystem: docker - directory: "/alfresco-transform-imagemagick/alfresco-transform-imagemagick-boot" + directory: "/engines/imagemagick" schedule: interval: daily time: "22:00" timezone: Europe/London open-pull-requests-limit: 99 - package-ecosystem: docker - directory: "/alfresco-transform-misc/alfresco-transform-misc-boot" + directory: "/engines/misc" schedule: interval: daily time: "22:00" timezone: Europe/London open-pull-requests-limit: 99 - package-ecosystem: docker - directory: "/alfresco-transform-tika/alfresco-transform-tika-boot" + directory: "/engines/tika" schedule: interval: daily time: "22:00" timezone: Europe/London open-pull-requests-limit: 99 - package-ecosystem: docker - directory: "/alfresco-transform-pdf-renderer/alfresco-transform-pdf-renderer-boot" + directory: "/engines/pdfrenderer" schedule: interval: daily time: "22:00" diff --git a/_ci/cache_artifacts.sh b/_ci/cache_artifacts.sh index 9870752c..bc2fc240 100644 --- a/_ci/cache_artifacts.sh +++ b/_ci/cache_artifacts.sh @@ -16,7 +16,7 @@ else echo "Downloading LibreOffice distribution..." curl -s -S ${LIBREOFFICE_RPM_URL} -o "${HOME}/artifacts/libreoffice-dist-${LIBREOFFICE_VERSION}-linux.gz" fi -cp "${HOME}/artifacts/libreoffice-dist-${LIBREOFFICE_VERSION}-linux.gz" alfresco-transform-libreoffice/alfresco-transform-libreoffice-boot +cp "${HOME}/artifacts/libreoffice-dist-${LIBREOFFICE_VERSION}-linux.gz" engines/libreoffice popd diff --git a/engines/imagemagick/LICENSES.md b/engines/imagemagick/LICENSES.md index 8a36c4ea..8da74eb5 100644 --- a/engines/imagemagick/LICENSES.md +++ b/engines/imagemagick/LICENSES.md @@ -1,5 +1,5 @@ ### Licenses * ImageMagick is from ImageMagick Studio LLC. See the license at [http://www.imagemagick.org/script/license.php](http://www.imagemagick.org/script/license.php) -or the [ImageMagick-license.txt](../alfresco-transform-imagemagick-boot/src/main/resources/licenses/3rd-party/ImageMagick-license.txt) +or the [ImageMagick-license.txt](src/main/resources/licenses/3rd-party/ImageMagick-license.txt) file placed in the root directory of the docker image. diff --git a/engines/misc/LICENSES.md b/engines/misc/LICENSES.md index 4aac659e..3fe03d83 100644 --- a/engines/misc/LICENSES.md +++ b/engines/misc/LICENSES.md @@ -5,5 +5,5 @@ * pdfbox-tools http://pdfbox.apache.org/ * poi-ooxml http://poi.apache.org/ * commons-compress, PDFBox and poi-ooxml are from Apache. See the license at http://www.apache.org/licenses/LICENSE-2.0 or the - [Apache 2.0.txt](../alfresco-transform-misc-boot/src/main/resources/licenses/3rd-party/Apache%202.0.txt) + [Apache 2.0.txt](src/main/resources/licenses/3rd-party/Apache%202.0.txt) file placed in the root directory of the docker image. diff --git a/engines/pdfrenderer/LICENSES.md b/engines/pdfrenderer/LICENSES.md index 10d90777..e393ee85 100644 --- a/engines/pdfrenderer/LICENSES.md +++ b/engines/pdfrenderer/LICENSES.md @@ -1,4 +1,4 @@ ### Licenses * The alfresco-pdf-renderer transformer uses the PDFium library from Google Inc. See [https://pdfium.googlesource.com/pdfium/+/master/LICENSE](https://pdfium.googlesource.com/pdfium/+/master/LICENSE) -or the [pdfium.txt](../alfresco-transform-pdf-renderer-boot/src/main/resources/licenses/3rd-party/pdfium.txt) file placed in the root directory of the docker image. +or the [pdfium.txt](src/main/resources/licenses/3rd-party/pdfium.txt) file placed in the root directory of the docker image. diff --git a/engines/tika/LICENSES.md b/engines/tika/LICENSES.md index 6d0f57b0..ac464ebd 100644 --- a/engines/tika/LICENSES.md +++ b/engines/tika/LICENSES.md @@ -1,4 +1,4 @@ ### Licenses -* Tika is from Apache. See the licence at http://www.apache.org/licenses/LICENSE-2.0 or the [Apache 2.0.txt](../alfresco-transform-tika-boot/src/main/resources/licenses/3rd-party/Apache%202.0.txt) file placed in the root directory of the docker image. -* Exiftool is from Phil Harvey. See licence at https://exiftool.org/#license and Perl at https://dev.perl.org/licenses/ (https://dev.perl.org/licenses/artistic.html) or [Perl Artistic License.txt](../alfresco-transform-tika-boot/src/main/resources/licenses/3rd-party/Perl-Artistic-License.txt) file placed in the root directory of the docker image. +* Tika is from Apache. See the licence at http://www.apache.org/licenses/LICENSE-2.0 or the [Apache 2.0.txt](src/main/resources/licenses/3rd-party/Apache%202.0.txt) file placed in the root directory of the docker image. +* Exiftool is from Phil Harvey. See licence at https://exiftool.org/#license and Perl at https://dev.perl.org/licenses/ (https://dev.perl.org/licenses/artistic.html) or [Perl Artistic License.txt](src/main/resources/licenses/3rd-party/Perl-Artistic-License.txt) file placed in the root directory of the docker image.