summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-05-08 13:18:52 +0200
committerGitHub <noreply@github.com>2020-05-08 11:18:52 +0000
commit05c3a27d349566e8d3b79797b7300ab1e1bb6a79 (patch)
treeb1df5c11950f30b9d404fcff4de9ad30f9653d75
parenta45bc2a2aeb4229f0530af980b67524887954fec (diff)
Run update.sh (#1111)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
-rw-r--r--.travis.yml12
-rw-r--r--19.0-rc/apache/Dockerfile (renamed from 19.0-beta/apache/Dockerfile)2
-rw-r--r--19.0-rc/apache/config/apache-pretty-urls.config.php (renamed from 19.0-beta/apache/config/apache-pretty-urls.config.php)0
-rw-r--r--19.0-rc/apache/config/apcu.config.php (renamed from 19.0-beta/apache/config/apcu.config.php)0
-rw-r--r--19.0-rc/apache/config/apps.config.php (renamed from 19.0-beta/apache/config/apps.config.php)0
-rw-r--r--19.0-rc/apache/config/autoconfig.php (renamed from 19.0-beta/apache/config/autoconfig.php)0
-rw-r--r--19.0-rc/apache/config/redis.config.php (renamed from 19.0-beta/apache/config/redis.config.php)0
-rw-r--r--19.0-rc/apache/config/reverse-proxy.config.php (renamed from 19.0-beta/apache/config/reverse-proxy.config.php)0
-rw-r--r--19.0-rc/apache/config/smtp.config.php (renamed from 19.0-beta/apache/config/smtp.config.php)0
-rwxr-xr-x19.0-rc/apache/cron.sh (renamed from 19.0-beta/apache/cron.sh)0
-rwxr-xr-x19.0-rc/apache/entrypoint.sh (renamed from 19.0-beta/apache/entrypoint.sh)0
-rw-r--r--19.0-rc/apache/upgrade.exclude (renamed from 19.0-beta/apache/upgrade.exclude)0
-rw-r--r--19.0-rc/fpm-alpine/Dockerfile (renamed from 19.0-beta/fpm-alpine/Dockerfile)2
-rw-r--r--19.0-rc/fpm-alpine/config/apcu.config.php (renamed from 19.0-beta/fpm-alpine/config/apcu.config.php)0
-rw-r--r--19.0-rc/fpm-alpine/config/apps.config.php (renamed from 19.0-beta/fpm-alpine/config/apps.config.php)0
-rw-r--r--19.0-rc/fpm-alpine/config/autoconfig.php (renamed from 19.0-beta/fpm-alpine/config/autoconfig.php)0
-rw-r--r--19.0-rc/fpm-alpine/config/redis.config.php (renamed from 19.0-beta/fpm-alpine/config/redis.config.php)0
-rw-r--r--19.0-rc/fpm-alpine/config/reverse-proxy.config.php (renamed from 19.0-beta/fpm-alpine/config/reverse-proxy.config.php)0
-rw-r--r--19.0-rc/fpm-alpine/config/smtp.config.php (renamed from 19.0-beta/fpm-alpine/config/smtp.config.php)0
-rwxr-xr-x19.0-rc/fpm-alpine/cron.sh (renamed from 19.0-beta/fpm-alpine/cron.sh)0
-rwxr-xr-x19.0-rc/fpm-alpine/entrypoint.sh (renamed from 19.0-beta/fpm-alpine/entrypoint.sh)0
-rw-r--r--19.0-rc/fpm-alpine/upgrade.exclude (renamed from 19.0-beta/fpm-alpine/upgrade.exclude)0
-rw-r--r--19.0-rc/fpm/Dockerfile (renamed from 19.0-beta/fpm/Dockerfile)2
-rw-r--r--19.0-rc/fpm/config/apcu.config.php (renamed from 19.0-beta/fpm/config/apcu.config.php)0
-rw-r--r--19.0-rc/fpm/config/apps.config.php (renamed from 19.0-beta/fpm/config/apps.config.php)0
-rw-r--r--19.0-rc/fpm/config/autoconfig.php (renamed from 19.0-beta/fpm/config/autoconfig.php)0
-rw-r--r--19.0-rc/fpm/config/redis.config.php (renamed from 19.0-beta/fpm/config/redis.config.php)0
-rw-r--r--19.0-rc/fpm/config/reverse-proxy.config.php (renamed from 19.0-beta/fpm/config/reverse-proxy.config.php)0
-rw-r--r--19.0-rc/fpm/config/smtp.config.php (renamed from 19.0-beta/fpm/config/smtp.config.php)0
-rwxr-xr-x19.0-rc/fpm/cron.sh (renamed from 19.0-beta/fpm/cron.sh)0
-rwxr-xr-x19.0-rc/fpm/entrypoint.sh (renamed from 19.0-beta/fpm/entrypoint.sh)0
-rw-r--r--19.0-rc/fpm/upgrade.exclude (renamed from 19.0-beta/fpm/upgrade.exclude)0
32 files changed, 9 insertions, 9 deletions
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
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
index 72da1d8c..72da1d8c 100644
--- a/19.0-beta/apache/config/apache-pretty-urls.config.php
+++ b/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
index 69fed876..69fed876 100644
--- a/19.0-beta/apache/config/apcu.config.php
+++ b/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
index a4bed833..a4bed833 100644
--- a/19.0-beta/apache/config/apps.config.php
+++ b/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
index deeabe4e..deeabe4e 100644
--- a/19.0-beta/apache/config/autoconfig.php
+++ b/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
index 9429c901..9429c901 100644
--- a/19.0-beta/apache/config/redis.config.php
+++ b/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
index 667be312..667be312 100644
--- a/19.0-beta/apache/config/reverse-proxy.config.php
+++ b/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
index 59f1eaa1..59f1eaa1 100644
--- a/19.0-beta/apache/config/smtp.config.php
+++ b/19.0-rc/apache/config/smtp.config.php
diff --git a/19.0-beta/apache/cron.sh b/19.0-rc/apache/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/19.0-beta/apache/cron.sh
+++ b/19.0-rc/apache/cron.sh
diff --git a/19.0-beta/apache/entrypoint.sh b/19.0-rc/apache/entrypoint.sh
index 07b44d61..07b44d61 100755
--- a/19.0-beta/apache/entrypoint.sh
+++ b/19.0-rc/apache/entrypoint.sh
diff --git a/19.0-beta/apache/upgrade.exclude b/19.0-rc/apache/upgrade.exclude
index 354864da..354864da 100644
--- a/19.0-beta/apache/upgrade.exclude
+++ b/19.0-rc/apache/upgrade.exclude
diff --git a/19.0-beta/fpm-alpine/Dockerfile b/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
index 69fed876..69fed876 100644
--- a/19.0-beta/fpm-alpine/config/apcu.config.php
+++ b/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
index a4bed833..a4bed833 100644
--- a/19.0-beta/fpm-alpine/config/apps.config.php
+++ b/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
index deeabe4e..deeabe4e 100644
--- a/19.0-beta/fpm-alpine/config/autoconfig.php
+++ b/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
index 9429c901..9429c901 100644
--- a/19.0-beta/fpm-alpine/config/redis.config.php
+++ b/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
index 667be312..667be312 100644
--- a/19.0-beta/fpm-alpine/config/reverse-proxy.config.php
+++ b/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
index 59f1eaa1..59f1eaa1 100644
--- a/19.0-beta/fpm-alpine/config/smtp.config.php
+++ b/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
index 4dfa4118..4dfa4118 100755
--- a/19.0-beta/fpm-alpine/cron.sh
+++ b/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
index 07b44d61..07b44d61 100755
--- a/19.0-beta/fpm-alpine/entrypoint.sh
+++ b/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
index 354864da..354864da 100644
--- a/19.0-beta/fpm-alpine/upgrade.exclude
+++ b/19.0-rc/fpm-alpine/upgrade.exclude
diff --git a/19.0-beta/fpm/Dockerfile b/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
index 69fed876..69fed876 100644
--- a/19.0-beta/fpm/config/apcu.config.php
+++ b/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
index a4bed833..a4bed833 100644
--- a/19.0-beta/fpm/config/apps.config.php
+++ b/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
index deeabe4e..deeabe4e 100644
--- a/19.0-beta/fpm/config/autoconfig.php
+++ b/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
index 9429c901..9429c901 100644
--- a/19.0-beta/fpm/config/redis.config.php
+++ b/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
index 667be312..667be312 100644
--- a/19.0-beta/fpm/config/reverse-proxy.config.php
+++ b/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
index 59f1eaa1..59f1eaa1 100644
--- a/19.0-beta/fpm/config/smtp.config.php
+++ b/19.0-rc/fpm/config/smtp.config.php
diff --git a/19.0-beta/fpm/cron.sh b/19.0-rc/fpm/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/19.0-beta/fpm/cron.sh
+++ b/19.0-rc/fpm/cron.sh
diff --git a/19.0-beta/fpm/entrypoint.sh b/19.0-rc/fpm/entrypoint.sh
index 07b44d61..07b44d61 100755
--- a/19.0-beta/fpm/entrypoint.sh
+++ b/19.0-rc/fpm/entrypoint.sh
diff --git a/19.0-beta/fpm/upgrade.exclude b/19.0-rc/fpm/upgrade.exclude
index 354864da..354864da 100644
--- a/19.0-beta/fpm/upgrade.exclude
+++ b/19.0-rc/fpm/upgrade.exclude