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:04:36 UTC

[myfaces-homepage] branch master updated (ed7c7f4 -> d6541ce)

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

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


    from ed7c7f4  doc: full restart
     new ec94da1  fix: full restart
     new d6541ce  fix: full restart

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tobago/tobago-vm.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[myfaces-homepage] 02/02: fix: full restart

Posted by lo...@apache.org.
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

commit d6541ce97404dc4d71e7b0ae893543d373bce054
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Tue Feb 15 16:04:24 2022 +0100

    fix: full restart
    
    issue: TOBAGO-2112
---
 tobago/tobago-vm.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago/tobago-vm.sh b/tobago/tobago-vm.sh
index 63c5695..08ea75b 100755
--- a/tobago/tobago-vm.sh
+++ b/tobago/tobago-vm.sh
@@ -10,6 +10,6 @@ curl https://codeload.github.com/apache/myfaces-homepage/tar.gz/refs/heads/${BRA
 cd tobago-vm
 
 docker-compose down
-docker system prune
-docker-compose build -f
+docker system prune -f
+docker-compose build
 docker-compose up -d

[myfaces-homepage] 01/02: fix: full restart

Posted by lo...@apache.org.
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

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

    fix: full restart
    
    issue: TOBAGO-2112
---
 tobago/tobago-vm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago/tobago-vm.sh b/tobago/tobago-vm.sh
index 175438c..63c5695 100755
--- a/tobago/tobago-vm.sh
+++ b/tobago/tobago-vm.sh
@@ -11,5 +11,5 @@ cd tobago-vm
 
 docker-compose down
 docker system prune
-docker-build
+docker-compose build -f
 docker-compose up -d