This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 775a242 Implemented: Updates demos to render stable as 24.09 and next
as trunk (OFBIZ-13230)
775a242 is described below
commit 775a2421dd17ad1ed5bd542dab25e73ec6b345a1
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed Apr 30 18:55:02 2025 +0200
Implemented: Updates demos to render stable as 24.09 and next as trunk
(OFBIZ-13230)
As we have no real next for now, we have decided to temporary render it as
trunk as long as a new release branch will be created
---
demo-backup/ofbizdocker/README.md | 3 +--
demo-backup/ofbizdocker/home/ofbizdocker/demo-next/docker-compose.yml | 2 +-
.../ofbizdocker/home/ofbizdocker/demo-stable/docker-compose.yml | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/demo-backup/ofbizdocker/README.md
b/demo-backup/ofbizdocker/README.md
index c528c5c..ff81973 100644
--- a/demo-backup/ofbizdocker/README.md
+++ b/demo-backup/ofbizdocker/README.md
@@ -7,8 +7,7 @@ Work under OFBIZ-12757 also created 3 experimental sites:
* exp2.ofbiz.apache.org
* exp3.ofbiz.apache.org
-These sites may be disabled at any time, but the hostnames will be left
configured to enable rapid experimentation with
-demo sites in the future.
+These sites may be disabled at any time, but the hostnames will be left
configured to enable rapid experimentation with demo sites in the future.
Files in this subdirectory of the ofbiz-tools repository reflect files which
should be created on the root filesystem of ofbiz-vm1.apache.org with the
following additions and/or settings:
* /etc/cron.d/ofbizdocker
diff --git
a/demo-backup/ofbizdocker/home/ofbizdocker/demo-next/docker-compose.yml
b/demo-backup/ofbizdocker/home/ofbizdocker/demo-next/docker-compose.yml
index 7cf5651..f7de540 100644
--- a/demo-backup/ofbizdocker/home/ofbizdocker/demo-next/docker-compose.yml
+++ b/demo-backup/ofbizdocker/home/ofbizdocker/demo-next/docker-compose.yml
@@ -14,7 +14,7 @@ services:
- ofbiz-postgres.env
ofbiz:
- image: ghcr.io/apache/ofbiz:release24.09-plugins-snapshot
+ image: ghcr.io/apache/ofbiz:trunk-plugins-snapshot
mem_limit: 2400M
memswap_limit: 2400M
cpu_shares: 200
diff --git
a/demo-backup/ofbizdocker/home/ofbizdocker/demo-stable/docker-compose.yml
b/demo-backup/ofbizdocker/home/ofbizdocker/demo-stable/docker-compose.yml
index d41593d..533409b 100644
--- a/demo-backup/ofbizdocker/home/ofbizdocker/demo-stable/docker-compose.yml
+++ b/demo-backup/ofbizdocker/home/ofbizdocker/demo-stable/docker-compose.yml
@@ -14,7 +14,7 @@ services:
- ofbiz-postgres.env
ofbiz:
- image: ghcr.io/apache/ofbiz:release18.12-plugins-snapshot
+ image: ghcr.io/apache/ofbiz:release24.09-plugins-snapshot
mem_limit: 2400M
memswap_limit: 2400M
cpu_shares: 200