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 aaa8bcc  As it seems OK now, this updates demo-backup/all-manual.sh 
now using Docker for trunk
aaa8bcc is described below

commit aaa8bcc129165cf88de46e6ca9648d5fd132dc59
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Mar 31 11:22:01 2023 +0200

    As it seems OK now, this updates demo-backup/all-manual.sh now using Docker 
for trunk
---
 demo-backup/all-manual.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/demo-backup/all-manual.sh b/demo-backup/all-manual.sh
index 38abd4a..4c185a4 100755
--- a/demo-backup/all-manual.sh
+++ b/demo-backup/all-manual.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
-./trunk.sh
+# Trunk deployments by the ofbizDemo user have been disabled in favour of 
container deployments
+# by the ofbizdocker user. See /home/ofbizdocker/README.md
+# ./trunk.sh
 ./next-manual.sh
-./stable-manual.sh
\ No newline at end of file
+./stable-manual.sh

Reply via email to