summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-02-19 13:38:49 +0000
committerGitHub Workflow <workflow@github.com>2021-02-19 13:38:49 +0000
commitb6925e9b4590fe25e238bd48a7461a5839055f5d (patch)
tree2a3247992a1970e191ca6f794287835c51fa97d0
parent87fa1a4c14f5d6bbf08598a197888df40fa97182 (diff)
Runs update.sh
-rw-r--r--21.0/apache/Dockerfile (renamed from 21.0-rc/apache/Dockerfile)6
-rw-r--r--21.0/apache/config/apache-pretty-urls.config.php (renamed from 21.0-rc/apache/config/apache-pretty-urls.config.php)0
-rw-r--r--21.0/apache/config/apcu.config.php (renamed from 21.0-rc/apache/config/apcu.config.php)0
-rw-r--r--21.0/apache/config/apps.config.php (renamed from 21.0-rc/apache/config/apps.config.php)0
-rw-r--r--21.0/apache/config/autoconfig.php (renamed from 21.0-rc/apache/config/autoconfig.php)0
-rw-r--r--21.0/apache/config/redis.config.php (renamed from 21.0-rc/apache/config/redis.config.php)0
-rw-r--r--21.0/apache/config/reverse-proxy.config.php (renamed from 21.0-rc/apache/config/reverse-proxy.config.php)0
-rw-r--r--21.0/apache/config/s3.config.php (renamed from 21.0-rc/apache/config/s3.config.php)0
-rw-r--r--21.0/apache/config/smtp.config.php (renamed from 21.0-rc/apache/config/smtp.config.php)0
-rw-r--r--21.0/apache/config/swift.config.php (renamed from 21.0-rc/apache/config/swift.config.php)0
-rwxr-xr-x21.0/apache/cron.sh (renamed from 21.0-rc/apache/cron.sh)0
-rwxr-xr-x21.0/apache/entrypoint.sh (renamed from 21.0-rc/apache/entrypoint.sh)0
-rw-r--r--21.0/apache/upgrade.exclude (renamed from 21.0-rc/apache/upgrade.exclude)0
-rw-r--r--21.0/fpm-alpine/Dockerfile (renamed from 21.0-rc/fpm-alpine/Dockerfile)6
-rw-r--r--21.0/fpm-alpine/config/apcu.config.php (renamed from 21.0-rc/fpm-alpine/config/apcu.config.php)0
-rw-r--r--21.0/fpm-alpine/config/apps.config.php (renamed from 21.0-rc/fpm-alpine/config/apps.config.php)0
-rw-r--r--21.0/fpm-alpine/config/autoconfig.php (renamed from 21.0-rc/fpm-alpine/config/autoconfig.php)0
-rw-r--r--21.0/fpm-alpine/config/redis.config.php (renamed from 21.0-rc/fpm-alpine/config/redis.config.php)0
-rw-r--r--21.0/fpm-alpine/config/reverse-proxy.config.php (renamed from 21.0-rc/fpm-alpine/config/reverse-proxy.config.php)0
-rw-r--r--21.0/fpm-alpine/config/s3.config.php (renamed from 21.0-rc/fpm-alpine/config/s3.config.php)0
-rw-r--r--21.0/fpm-alpine/config/smtp.config.php (renamed from 21.0-rc/fpm-alpine/config/smtp.config.php)0
-rw-r--r--21.0/fpm-alpine/config/swift.config.php (renamed from 21.0-rc/fpm-alpine/config/swift.config.php)0
-rwxr-xr-x21.0/fpm-alpine/cron.sh (renamed from 21.0-rc/fpm-alpine/cron.sh)0
-rwxr-xr-x21.0/fpm-alpine/entrypoint.sh (renamed from 21.0-rc/fpm-alpine/entrypoint.sh)0
-rw-r--r--21.0/fpm-alpine/upgrade.exclude (renamed from 21.0-rc/fpm-alpine/upgrade.exclude)0
-rw-r--r--21.0/fpm/Dockerfile (renamed from 21.0-rc/fpm/Dockerfile)6
-rw-r--r--21.0/fpm/config/apcu.config.php (renamed from 21.0-rc/fpm/config/apcu.config.php)0
-rw-r--r--21.0/fpm/config/apps.config.php (renamed from 21.0-rc/fpm/config/apps.config.php)0
-rw-r--r--21.0/fpm/config/autoconfig.php (renamed from 21.0-rc/fpm/config/autoconfig.php)0
-rw-r--r--21.0/fpm/config/redis.config.php (renamed from 21.0-rc/fpm/config/redis.config.php)0
-rw-r--r--21.0/fpm/config/reverse-proxy.config.php (renamed from 21.0-rc/fpm/config/reverse-proxy.config.php)0
-rw-r--r--21.0/fpm/config/s3.config.php (renamed from 21.0-rc/fpm/config/s3.config.php)0
-rw-r--r--21.0/fpm/config/smtp.config.php (renamed from 21.0-rc/fpm/config/smtp.config.php)0
-rw-r--r--21.0/fpm/config/swift.config.php (renamed from 21.0-rc/fpm/config/swift.config.php)0
-rwxr-xr-x21.0/fpm/cron.sh (renamed from 21.0-rc/fpm/cron.sh)0
-rwxr-xr-x21.0/fpm/entrypoint.sh (renamed from 21.0-rc/fpm/entrypoint.sh)0
-rw-r--r--21.0/fpm/upgrade.exclude (renamed from 21.0-rc/fpm/upgrade.exclude)0
-rw-r--r--latest.txt2
38 files changed, 10 insertions, 10 deletions
diff --git a/21.0-rc/apache/Dockerfile b/21.0/apache/Dockerfile
index d0e4c2d2..f819d303 100644
--- a/21.0-rc/apache/Dockerfile
+++ b/21.0/apache/Dockerfile
@@ -114,7 +114,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 21.0.0RC2
+ENV NEXTCLOUD_VERSION 21.0.0
RUN set -ex; \
fetchDeps=" \
@@ -125,9 +125,9 @@ RUN set -ex; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
curl -fsSL -o nextcloud.tar.bz2 \
- "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
+ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/21.0-rc/apache/config/apache-pretty-urls.config.php b/21.0/apache/config/apache-pretty-urls.config.php
index 72da1d8c..72da1d8c 100644
--- a/21.0-rc/apache/config/apache-pretty-urls.config.php
+++ b/21.0/apache/config/apache-pretty-urls.config.php
diff --git a/21.0-rc/apache/config/apcu.config.php b/21.0/apache/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/21.0-rc/apache/config/apcu.config.php
+++ b/21.0/apache/config/apcu.config.php
diff --git a/21.0-rc/apache/config/apps.config.php b/21.0/apache/config/apps.config.php
index 4c37f72a..4c37f72a 100644
--- a/21.0-rc/apache/config/apps.config.php
+++ b/21.0/apache/config/apps.config.php
diff --git a/21.0-rc/apache/config/autoconfig.php b/21.0/apache/config/autoconfig.php
index f01f18d6..f01f18d6 100644
--- a/21.0-rc/apache/config/autoconfig.php
+++ b/21.0/apache/config/autoconfig.php
diff --git a/21.0-rc/apache/config/redis.config.php b/21.0/apache/config/redis.config.php
index a5fde3c7..a5fde3c7 100644
--- a/21.0-rc/apache/config/redis.config.php
+++ b/21.0/apache/config/redis.config.php
diff --git a/21.0-rc/apache/config/reverse-proxy.config.php b/21.0/apache/config/reverse-proxy.config.php
index 667be312..667be312 100644
--- a/21.0-rc/apache/config/reverse-proxy.config.php
+++ b/21.0/apache/config/reverse-proxy.config.php
diff --git a/21.0-rc/apache/config/s3.config.php b/21.0/apache/config/s3.config.php
index 6376d8f6..6376d8f6 100644
--- a/21.0-rc/apache/config/s3.config.php
+++ b/21.0/apache/config/s3.config.php
diff --git a/21.0-rc/apache/config/smtp.config.php b/21.0/apache/config/smtp.config.php
index 59f1eaa1..59f1eaa1 100644
--- a/21.0-rc/apache/config/smtp.config.php
+++ b/21.0/apache/config/smtp.config.php
diff --git a/21.0-rc/apache/config/swift.config.php b/21.0/apache/config/swift.config.php
index 47ada566..47ada566 100644
--- a/21.0-rc/apache/config/swift.config.php
+++ b/21.0/apache/config/swift.config.php
diff --git a/21.0-rc/apache/cron.sh b/21.0/apache/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/21.0-rc/apache/cron.sh
+++ b/21.0/apache/cron.sh
diff --git a/21.0-rc/apache/entrypoint.sh b/21.0/apache/entrypoint.sh
index bee572c2..bee572c2 100755
--- a/21.0-rc/apache/entrypoint.sh
+++ b/21.0/apache/entrypoint.sh
diff --git a/21.0-rc/apache/upgrade.exclude b/21.0/apache/upgrade.exclude
index 354864da..354864da 100644
--- a/21.0-rc/apache/upgrade.exclude
+++ b/21.0/apache/upgrade.exclude
diff --git a/21.0-rc/fpm-alpine/Dockerfile b/21.0/fpm-alpine/Dockerfile
index 46a8a873..77664fb8 100644
--- a/21.0-rc/fpm-alpine/Dockerfile
+++ b/21.0/fpm-alpine/Dockerfile
@@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.0RC2
+ENV NEXTCLOUD_VERSION 21.0.0
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
@@ -104,9 +104,9 @@ RUN set -ex; \
; \
\
curl -fsSL -o nextcloud.tar.bz2 \
- "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
+ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/21.0-rc/fpm-alpine/config/apcu.config.php b/21.0/fpm-alpine/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/21.0-rc/fpm-alpine/config/apcu.config.php
+++ b/21.0/fpm-alpine/config/apcu.config.php
diff --git a/21.0-rc/fpm-alpine/config/apps.config.php b/21.0/fpm-alpine/config/apps.config.php
index 4c37f72a..4c37f72a 100644
--- a/21.0-rc/fpm-alpine/config/apps.config.php
+++ b/21.0/fpm-alpine/config/apps.config.php
diff --git a/21.0-rc/fpm-alpine/config/autoconfig.php b/21.0/fpm-alpine/config/autoconfig.php
index f01f18d6..f01f18d6 100644
--- a/21.0-rc/fpm-alpine/config/autoconfig.php
+++ b/21.0/fpm-alpine/config/autoconfig.php
diff --git a/21.0-rc/fpm-alpine/config/redis.config.php b/21.0/fpm-alpine/config/redis.config.php
index a5fde3c7..a5fde3c7 100644
--- a/21.0-rc/fpm-alpine/config/redis.config.php
+++ b/21.0/fpm-alpine/config/redis.config.php
diff --git a/21.0-rc/fpm-alpine/config/reverse-proxy.config.php b/21.0/fpm-alpine/config/reverse-proxy.config.php
index 667be312..667be312 100644
--- a/21.0-rc/fpm-alpine/config/reverse-proxy.config.php
+++ b/21.0/fpm-alpine/config/reverse-proxy.config.php
diff --git a/21.0-rc/fpm-alpine/config/s3.config.php b/21.0/fpm-alpine/config/s3.config.php
index 6376d8f6..6376d8f6 100644
--- a/21.0-rc/fpm-alpine/config/s3.config.php
+++ b/21.0/fpm-alpine/config/s3.config.php
diff --git a/21.0-rc/fpm-alpine/config/smtp.config.php b/21.0/fpm-alpine/config/smtp.config.php
index 59f1eaa1..59f1eaa1 100644
--- a/21.0-rc/fpm-alpine/config/smtp.config.php
+++ b/21.0/fpm-alpine/config/smtp.config.php
diff --git a/21.0-rc/fpm-alpine/config/swift.config.php b/21.0/fpm-alpine/config/swift.config.php
index 47ada566..47ada566 100644
--- a/21.0-rc/fpm-alpine/config/swift.config.php
+++ b/21.0/fpm-alpine/config/swift.config.php
diff --git a/21.0-rc/fpm-alpine/cron.sh b/21.0/fpm-alpine/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/21.0-rc/fpm-alpine/cron.sh
+++ b/21.0/fpm-alpine/cron.sh
diff --git a/21.0-rc/fpm-alpine/entrypoint.sh b/21.0/fpm-alpine/entrypoint.sh
index bee572c2..bee572c2 100755
--- a/21.0-rc/fpm-alpine/entrypoint.sh
+++ b/21.0/fpm-alpine/entrypoint.sh
diff --git a/21.0-rc/fpm-alpine/upgrade.exclude b/21.0/fpm-alpine/upgrade.exclude
index 354864da..354864da 100644
--- a/21.0-rc/fpm-alpine/upgrade.exclude
+++ b/21.0/fpm-alpine/upgrade.exclude
diff --git a/21.0-rc/fpm/Dockerfile b/21.0/fpm/Dockerfile
index 1ee57d83..902f7316 100644
--- a/21.0-rc/fpm/Dockerfile
+++ b/21.0/fpm/Dockerfile
@@ -106,7 +106,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.0RC2
+ENV NEXTCLOUD_VERSION 21.0.0
RUN set -ex; \
fetchDeps=" \
@@ -117,9 +117,9 @@ RUN set -ex; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
curl -fsSL -o nextcloud.tar.bz2 \
- "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
+ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/prereleases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/21.0-rc/fpm/config/apcu.config.php b/21.0/fpm/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/21.0-rc/fpm/config/apcu.config.php
+++ b/21.0/fpm/config/apcu.config.php
diff --git a/21.0-rc/fpm/config/apps.config.php b/21.0/fpm/config/apps.config.php
index 4c37f72a..4c37f72a 100644
--- a/21.0-rc/fpm/config/apps.config.php
+++ b/21.0/fpm/config/apps.config.php
diff --git a/21.0-rc/fpm/config/autoconfig.php b/21.0/fpm/config/autoconfig.php
index f01f18d6..f01f18d6 100644
--- a/21.0-rc/fpm/config/autoconfig.php
+++ b/21.0/fpm/config/autoconfig.php
diff --git a/21.0-rc/fpm/config/redis.config.php b/21.0/fpm/config/redis.config.php
index a5fde3c7..a5fde3c7 100644
--- a/21.0-rc/fpm/config/redis.config.php
+++ b/21.0/fpm/config/redis.config.php
diff --git a/21.0-rc/fpm/config/reverse-proxy.config.php b/21.0/fpm/config/reverse-proxy.config.php
index 667be312..667be312 100644
--- a/21.0-rc/fpm/config/reverse-proxy.config.php
+++ b/21.0/fpm/config/reverse-proxy.config.php
diff --git a/21.0-rc/fpm/config/s3.config.php b/21.0/fpm/config/s3.config.php
index 6376d8f6..6376d8f6 100644
--- a/21.0-rc/fpm/config/s3.config.php
+++ b/21.0/fpm/config/s3.config.php
diff --git a/21.0-rc/fpm/config/smtp.config.php b/21.0/fpm/config/smtp.config.php
index 59f1eaa1..59f1eaa1 100644
--- a/21.0-rc/fpm/config/smtp.config.php
+++ b/21.0/fpm/config/smtp.config.php
diff --git a/21.0-rc/fpm/config/swift.config.php b/21.0/fpm/config/swift.config.php
index 47ada566..47ada566 100644
--- a/21.0-rc/fpm/config/swift.config.php
+++ b/21.0/fpm/config/swift.config.php
diff --git a/21.0-rc/fpm/cron.sh b/21.0/fpm/cron.sh
index 4dfa4118..4dfa4118 100755
--- a/21.0-rc/fpm/cron.sh
+++ b/21.0/fpm/cron.sh
diff --git a/21.0-rc/fpm/entrypoint.sh b/21.0/fpm/entrypoint.sh
index bee572c2..bee572c2 100755
--- a/21.0-rc/fpm/entrypoint.sh
+++ b/21.0/fpm/entrypoint.sh
diff --git a/21.0-rc/fpm/upgrade.exclude b/21.0/fpm/upgrade.exclude
index 354864da..354864da 100644
--- a/21.0-rc/fpm/upgrade.exclude
+++ b/21.0/fpm/upgrade.exclude
diff --git a/latest.txt b/latest.txt
index c4255d88..fb5b5130 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-20.0.7
+21.0.0