You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/15 15:02:59 UTC

[myfaces-homepage] branch master updated: doc: full restart

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-homepage.git


The following commit(s) were added to refs/heads/master by this push:
     new ed7c7f4  doc: full restart
ed7c7f4 is described below

commit ed7c7f49ab07a65e349f18efec34418bb347b1d5
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Tue Feb 15 16:01:42 2022 +0100

    doc: full restart
    
    issue: TOBAGO-2112
---
 tobago/tobago-vm.sh | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/tobago/tobago-vm.sh b/tobago/tobago-vm.sh
index ac616db..175438c 100755
--- a/tobago/tobago-vm.sh
+++ b/tobago/tobago-vm.sh
@@ -2,13 +2,14 @@
 
 set -e
 
-#BRANCH=master
-BRANCH=tobago-vm
+BRANCH=master
+#BRANCH=tobago-vm
 
-curl https://codeload.github.com/apache/myfaces-homepage/tar.gz/refs/heads/${BRANCH} | tar xz --strip=2 myfaces-homepage-tobago-vm/tobago/${BRANCH}
+curl https://codeload.github.com/apache/myfaces-homepage/tar.gz/refs/heads/${BRANCH} | tar xz --strip=2 myfaces-homepage-${BRANCH}/tobago/tobago-vm
 
 cd tobago-vm
 
-#docker compose down
-#docker system prune
-#docker compose up -d
+docker-compose down
+docker system prune
+docker-build
+docker-compose up -d