From 05c3a27d349566e8d3b79797b7300ab1e1bb6a79 Mon Sep 17 00:00:00 2001 From: tilosp-bot Date: Fri, 8 May 2020 13:18:52 +0200 Subject: [PATCH] Run update.sh (#1111) Signed-off-by: tilosp-bot --- .travis.yml | 12 ++++++------ {19.0-beta => 19.0-rc}/apache/Dockerfile | 2 +- .../apache/config/apache-pretty-urls.config.php | 0 {19.0-beta => 19.0-rc}/apache/config/apcu.config.php | 0 {19.0-beta => 19.0-rc}/apache/config/apps.config.php | 0 {19.0-beta => 19.0-rc}/apache/config/autoconfig.php | 0 .../apache/config/redis.config.php | 0 .../apache/config/reverse-proxy.config.php | 0 {19.0-beta => 19.0-rc}/apache/config/smtp.config.php | 0 {19.0-beta => 19.0-rc}/apache/cron.sh | 0 {19.0-beta => 19.0-rc}/apache/entrypoint.sh | 0 {19.0-beta => 19.0-rc}/apache/upgrade.exclude | 0 {19.0-beta => 19.0-rc}/fpm-alpine/Dockerfile | 2 +- .../fpm-alpine/config/apcu.config.php | 0 .../fpm-alpine/config/apps.config.php | 0 .../fpm-alpine/config/autoconfig.php | 0 .../fpm-alpine/config/redis.config.php | 0 .../fpm-alpine/config/reverse-proxy.config.php | 0 .../fpm-alpine/config/smtp.config.php | 0 {19.0-beta => 19.0-rc}/fpm-alpine/cron.sh | 0 {19.0-beta => 19.0-rc}/fpm-alpine/entrypoint.sh | 0 {19.0-beta => 19.0-rc}/fpm-alpine/upgrade.exclude | 0 {19.0-beta => 19.0-rc}/fpm/Dockerfile | 2 +- {19.0-beta => 19.0-rc}/fpm/config/apcu.config.php | 0 {19.0-beta => 19.0-rc}/fpm/config/apps.config.php | 0 {19.0-beta => 19.0-rc}/fpm/config/autoconfig.php | 0 {19.0-beta => 19.0-rc}/fpm/config/redis.config.php | 0 .../fpm/config/reverse-proxy.config.php | 0 {19.0-beta => 19.0-rc}/fpm/config/smtp.config.php | 0 {19.0-beta => 19.0-rc}/fpm/cron.sh | 0 {19.0-beta => 19.0-rc}/fpm/entrypoint.sh | 0 {19.0-beta => 19.0-rc}/fpm/upgrade.exclude | 0 32 files changed, 9 insertions(+), 9 deletions(-) rename {19.0-beta => 19.0-rc}/apache/Dockerfile (99%) rename {19.0-beta => 19.0-rc}/apache/config/apache-pretty-urls.config.php (100%) rename {19.0-beta => 19.0-rc}/apache/config/apcu.config.php (100%) rename {19.0-beta => 19.0-rc}/apache/config/apps.config.php (100%) rename {19.0-beta => 19.0-rc}/apache/config/autoconfig.php (100%) rename {19.0-beta => 19.0-rc}/apache/config/redis.config.php (100%) rename {19.0-beta => 19.0-rc}/apache/config/reverse-proxy.config.php (100%) rename {19.0-beta => 19.0-rc}/apache/config/smtp.config.php (100%) rename {19.0-beta => 19.0-rc}/apache/cron.sh (100%) rename {19.0-beta => 19.0-rc}/apache/entrypoint.sh (100%) rename {19.0-beta => 19.0-rc}/apache/upgrade.exclude (100%) rename {19.0-beta => 19.0-rc}/fpm-alpine/Dockerfile (99%) rename {19.0-beta => 19.0-rc}/fpm-alpine/config/apcu.config.php (100%) rename {19.0-beta => 19.0-rc}/fpm-alpine/config/apps.config.php (100%) rename {19.0-beta => 19.0-rc}/fpm-alpine/config/autoconfig.php (100%) rename {19.0-beta => 19.0-rc}/fpm-alpine/config/redis.config.php (100%) rename {19.0-beta => 19.0-rc}/fpm-alpine/config/reverse-proxy.config.php (100%) rename {19.0-beta => 19.0-rc}/fpm-alpine/config/smtp.config.php (100%) rename {19.0-beta => 19.0-rc}/fpm-alpine/cron.sh (100%) rename {19.0-beta => 19.0-rc}/fpm-alpine/entrypoint.sh (100%) rename {19.0-beta => 19.0-rc}/fpm-alpine/upgrade.exclude (100%) rename {19.0-beta => 19.0-rc}/fpm/Dockerfile (99%) rename {19.0-beta => 19.0-rc}/fpm/config/apcu.config.php (100%) rename {19.0-beta => 19.0-rc}/fpm/config/apps.config.php (100%) rename {19.0-beta => 19.0-rc}/fpm/config/autoconfig.php (100%) rename {19.0-beta => 19.0-rc}/fpm/config/redis.config.php (100%) rename {19.0-beta => 19.0-rc}/fpm/config/reverse-proxy.config.php (100%) rename {19.0-beta => 19.0-rc}/fpm/config/smtp.config.php (100%) rename {19.0-beta => 19.0-rc}/fpm/cron.sh (100%) rename {19.0-beta => 19.0-rc}/fpm/entrypoint.sh (100%) rename {19.0-beta => 19.0-rc}/fpm/upgrade.exclude (100%) diff --git a/.travis.yml b/.travis.yml index ffc0208d..e1463a8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,12 +68,12 @@ jobs: - travis_retry ./generate-stackbrew-library.sh - stage: test images - env: VERSION=19.0-beta VARIANT=fpm-alpine ARCH=amd64 - - env: VERSION=19.0-beta VARIANT=fpm-alpine ARCH=i386 - - env: VERSION=19.0-beta VARIANT=fpm ARCH=amd64 - - env: VERSION=19.0-beta VARIANT=fpm ARCH=i386 - - env: VERSION=19.0-beta VARIANT=apache ARCH=amd64 - - env: VERSION=19.0-beta VARIANT=apache ARCH=i386 + env: VERSION=19.0-rc VARIANT=fpm-alpine ARCH=amd64 + - env: VERSION=19.0-rc VARIANT=fpm-alpine ARCH=i386 + - env: VERSION=19.0-rc VARIANT=fpm ARCH=amd64 + - env: VERSION=19.0-rc VARIANT=fpm ARCH=i386 + - env: VERSION=19.0-rc VARIANT=apache ARCH=amd64 + - env: VERSION=19.0-rc VARIANT=apache ARCH=i386 - env: VERSION=16.0 VARIANT=fpm-alpine ARCH=amd64 - env: VERSION=16.0 VARIANT=fpm-alpine ARCH=i386 - env: VERSION=16.0 VARIANT=fpm ARCH=amd64 diff --git a/19.0-beta/apache/Dockerfile b/19.0-rc/apache/Dockerfile similarity index 99% rename from 19.0-beta/apache/Dockerfile rename to 19.0-rc/apache/Dockerfile index 616dccc4..c7975e5e 100644 --- a/19.0-beta/apache/Dockerfile +++ b/19.0-rc/apache/Dockerfile @@ -115,7 +115,7 @@ RUN a2enmod headers rewrite remoteip ;\ } > /etc/apache2/conf-available/remoteip.conf;\ a2enconf remoteip -ENV NEXTCLOUD_VERSION 19.0.0beta7 +ENV NEXTCLOUD_VERSION 19.0.0RC1 RUN set -ex; \ fetchDeps=" \ diff --git a/19.0-beta/apache/config/apache-pretty-urls.config.php b/19.0-rc/apache/config/apache-pretty-urls.config.php similarity index 100% rename from 19.0-beta/apache/config/apache-pretty-urls.config.php rename to 19.0-rc/apache/config/apache-pretty-urls.config.php diff --git a/19.0-beta/apache/config/apcu.config.php b/19.0-rc/apache/config/apcu.config.php similarity index 100% rename from 19.0-beta/apache/config/apcu.config.php rename to 19.0-rc/apache/config/apcu.config.php diff --git a/19.0-beta/apache/config/apps.config.php b/19.0-rc/apache/config/apps.config.php similarity index 100% rename from 19.0-beta/apache/config/apps.config.php rename to 19.0-rc/apache/config/apps.config.php diff --git a/19.0-beta/apache/config/autoconfig.php b/19.0-rc/apache/config/autoconfig.php similarity index 100% rename from 19.0-beta/apache/config/autoconfig.php rename to 19.0-rc/apache/config/autoconfig.php diff --git a/19.0-beta/apache/config/redis.config.php b/19.0-rc/apache/config/redis.config.php similarity index 100% rename from 19.0-beta/apache/config/redis.config.php rename to 19.0-rc/apache/config/redis.config.php diff --git a/19.0-beta/apache/config/reverse-proxy.config.php b/19.0-rc/apache/config/reverse-proxy.config.php similarity index 100% rename from 19.0-beta/apache/config/reverse-proxy.config.php rename to 19.0-rc/apache/config/reverse-proxy.config.php diff --git a/19.0-beta/apache/config/smtp.config.php b/19.0-rc/apache/config/smtp.config.php similarity index 100% rename from 19.0-beta/apache/config/smtp.config.php rename to 19.0-rc/apache/config/smtp.config.php diff --git a/19.0-beta/apache/cron.sh b/19.0-rc/apache/cron.sh similarity index 100% rename from 19.0-beta/apache/cron.sh rename to 19.0-rc/apache/cron.sh diff --git a/19.0-beta/apache/entrypoint.sh b/19.0-rc/apache/entrypoint.sh similarity index 100% rename from 19.0-beta/apache/entrypoint.sh rename to 19.0-rc/apache/entrypoint.sh diff --git a/19.0-beta/apache/upgrade.exclude b/19.0-rc/apache/upgrade.exclude similarity index 100% rename from 19.0-beta/apache/upgrade.exclude rename to 19.0-rc/apache/upgrade.exclude diff --git a/19.0-beta/fpm-alpine/Dockerfile b/19.0-rc/fpm-alpine/Dockerfile similarity index 99% rename from 19.0-beta/fpm-alpine/Dockerfile rename to 19.0-rc/fpm-alpine/Dockerfile index 0f0fcd19..49cfdfd2 100644 --- a/19.0-beta/fpm-alpine/Dockerfile +++ b/19.0-rc/fpm-alpine/Dockerfile @@ -94,7 +94,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 19.0.0beta7 +ENV NEXTCLOUD_VERSION 19.0.0RC1 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/19.0-beta/fpm-alpine/config/apcu.config.php b/19.0-rc/fpm-alpine/config/apcu.config.php similarity index 100% rename from 19.0-beta/fpm-alpine/config/apcu.config.php rename to 19.0-rc/fpm-alpine/config/apcu.config.php diff --git a/19.0-beta/fpm-alpine/config/apps.config.php b/19.0-rc/fpm-alpine/config/apps.config.php similarity index 100% rename from 19.0-beta/fpm-alpine/config/apps.config.php rename to 19.0-rc/fpm-alpine/config/apps.config.php diff --git a/19.0-beta/fpm-alpine/config/autoconfig.php b/19.0-rc/fpm-alpine/config/autoconfig.php similarity index 100% rename from 19.0-beta/fpm-alpine/config/autoconfig.php rename to 19.0-rc/fpm-alpine/config/autoconfig.php diff --git a/19.0-beta/fpm-alpine/config/redis.config.php b/19.0-rc/fpm-alpine/config/redis.config.php similarity index 100% rename from 19.0-beta/fpm-alpine/config/redis.config.php rename to 19.0-rc/fpm-alpine/config/redis.config.php diff --git a/19.0-beta/fpm-alpine/config/reverse-proxy.config.php b/19.0-rc/fpm-alpine/config/reverse-proxy.config.php similarity index 100% rename from 19.0-beta/fpm-alpine/config/reverse-proxy.config.php rename to 19.0-rc/fpm-alpine/config/reverse-proxy.config.php diff --git a/19.0-beta/fpm-alpine/config/smtp.config.php b/19.0-rc/fpm-alpine/config/smtp.config.php similarity index 100% rename from 19.0-beta/fpm-alpine/config/smtp.config.php rename to 19.0-rc/fpm-alpine/config/smtp.config.php diff --git a/19.0-beta/fpm-alpine/cron.sh b/19.0-rc/fpm-alpine/cron.sh similarity index 100% rename from 19.0-beta/fpm-alpine/cron.sh rename to 19.0-rc/fpm-alpine/cron.sh diff --git a/19.0-beta/fpm-alpine/entrypoint.sh b/19.0-rc/fpm-alpine/entrypoint.sh similarity index 100% rename from 19.0-beta/fpm-alpine/entrypoint.sh rename to 19.0-rc/fpm-alpine/entrypoint.sh diff --git a/19.0-beta/fpm-alpine/upgrade.exclude b/19.0-rc/fpm-alpine/upgrade.exclude similarity index 100% rename from 19.0-beta/fpm-alpine/upgrade.exclude rename to 19.0-rc/fpm-alpine/upgrade.exclude diff --git a/19.0-beta/fpm/Dockerfile b/19.0-rc/fpm/Dockerfile similarity index 99% rename from 19.0-beta/fpm/Dockerfile rename to 19.0-rc/fpm/Dockerfile index a97e8dc9..35a54b32 100644 --- a/19.0-beta/fpm/Dockerfile +++ b/19.0-rc/fpm/Dockerfile @@ -107,7 +107,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 19.0.0beta7 +ENV NEXTCLOUD_VERSION 19.0.0RC1 RUN set -ex; \ fetchDeps=" \ diff --git a/19.0-beta/fpm/config/apcu.config.php b/19.0-rc/fpm/config/apcu.config.php similarity index 100% rename from 19.0-beta/fpm/config/apcu.config.php rename to 19.0-rc/fpm/config/apcu.config.php diff --git a/19.0-beta/fpm/config/apps.config.php b/19.0-rc/fpm/config/apps.config.php similarity index 100% rename from 19.0-beta/fpm/config/apps.config.php rename to 19.0-rc/fpm/config/apps.config.php diff --git a/19.0-beta/fpm/config/autoconfig.php b/19.0-rc/fpm/config/autoconfig.php similarity index 100% rename from 19.0-beta/fpm/config/autoconfig.php rename to 19.0-rc/fpm/config/autoconfig.php diff --git a/19.0-beta/fpm/config/redis.config.php b/19.0-rc/fpm/config/redis.config.php similarity index 100% rename from 19.0-beta/fpm/config/redis.config.php rename to 19.0-rc/fpm/config/redis.config.php diff --git a/19.0-beta/fpm/config/reverse-proxy.config.php b/19.0-rc/fpm/config/reverse-proxy.config.php similarity index 100% rename from 19.0-beta/fpm/config/reverse-proxy.config.php rename to 19.0-rc/fpm/config/reverse-proxy.config.php diff --git a/19.0-beta/fpm/config/smtp.config.php b/19.0-rc/fpm/config/smtp.config.php similarity index 100% rename from 19.0-beta/fpm/config/smtp.config.php rename to 19.0-rc/fpm/config/smtp.config.php diff --git a/19.0-beta/fpm/cron.sh b/19.0-rc/fpm/cron.sh similarity index 100% rename from 19.0-beta/fpm/cron.sh rename to 19.0-rc/fpm/cron.sh diff --git a/19.0-beta/fpm/entrypoint.sh b/19.0-rc/fpm/entrypoint.sh similarity index 100% rename from 19.0-beta/fpm/entrypoint.sh rename to 19.0-rc/fpm/entrypoint.sh diff --git a/19.0-beta/fpm/upgrade.exclude b/19.0-rc/fpm/upgrade.exclude similarity index 100% rename from 19.0-beta/fpm/upgrade.exclude rename to 19.0-rc/fpm/upgrade.exclude