Skip to content

Commit

Permalink
feat(nextcloud_test): Add presets for server 28 and spreed 18
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <[email protected]>
  • Loading branch information
provokateurin committed Dec 14, 2023
1 parent 9c74234 commit 7297acb
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/nextcloud_test/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN curl -L "$SPREED_URL" | tar -xz -C /
FROM nextcloud

COPY --from=news /news /usr/src/nextcloud/apps/news
RUN ./occ app:enable news
RUN ./occ app:enable news --force # TODO remove once news supports server 28

COPY --from=notes /notes /usr/src/nextcloud/apps/notes
RUN ./occ app:enable notes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextcloud_test/docker/presets/latest
4 changes: 2 additions & 2 deletions packages/nextcloud_test/docker/presets/notes/4.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SERVER_VERSION=27.1.4
SERVER_VERSION=28.0.0
NEWS_URL=https://github.com/nextcloud/news/releases/download/24.0.0/news.tar.gz
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.8.1/notes.tar.gz
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v17.1.3/spreed-v17.1.3.tar.gz
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v18.0.0/spreed-v18.0.0.tar.gz
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.4.1.tar.gz
4 changes: 2 additions & 2 deletions packages/nextcloud_test/docker/presets/notes/4.9
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SERVER_VERSION=27.1.4
SERVER_VERSION=28.0.0
NEWS_URL=https://github.com/nextcloud/news/releases/download/24.0.0/news.tar.gz
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.9.0/notes-v4.9.0.tar.gz
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v17.1.3/spreed-v17.1.3.tar.gz
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v18.0.0/spreed-v18.0.0.tar.gz
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.4.1.tar.gz
5 changes: 5 additions & 0 deletions packages/nextcloud_test/docker/presets/server/28.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SERVER_VERSION=28.0.0
NEWS_URL=https://github.com/nextcloud/news/releases/download/24.0.0/news.tar.gz
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.9.0/notes-v4.9.0.tar.gz
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v18.0.0/spreed-v18.0.0.tar.gz
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.4.1.tar.gz
5 changes: 5 additions & 0 deletions packages/nextcloud_test/docker/presets/spreed/18.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SERVER_VERSION=28.0.0
NEWS_URL=https://github.com/nextcloud/news/releases/download/24.0.0/news.tar.gz
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.9.0/notes-v4.9.0.tar.gz
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v18.0.0/spreed-v18.0.0.tar.gz
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.4.1.tar.gz
4 changes: 2 additions & 2 deletions packages/nextcloud_test/docker/presets/uppush/1.4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SERVER_VERSION=27.1.4
SERVER_VERSION=28.0.0
NEWS_URL=https://github.com/nextcloud/news/releases/download/24.0.0/news.tar.gz
NOTES_URL=https://github.com/nextcloud-releases/notes/releases/download/v4.9.0/notes-v4.9.0.tar.gz
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v17.1.3/spreed-v17.1.3.tar.gz
SPREED_URL=https://github.com/nextcloud-releases/spreed/releases/download/v18.0.0/spreed-v18.0.0.tar.gz
UPPUSH_URL=https://codeberg.org/NextPush/uppush/archive/1.4.1.tar.gz

0 comments on commit 7297acb

Please sign in to comment.