[ofbiz-tools] branch master updated: Fixed: Update the demo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-tools] branch master updated: Fixed: Update the demo

jleroux@apache.org
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 83e532c  Fixed: Update the demo
83e532c is described below

commit 83e532c15cc46186ffe1be87bcf967291fb6a247
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sat Nov 30 10:39:18 2019 +0100

    Fixed: Update the demo
   
    (OFBIZ-11272)
---
 demo-backup/trunk-manual.sh | 4 ++--
 demo-backup/trunk.sh        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/demo-backup/trunk-manual.sh b/demo-backup/trunk-manual.sh
index 81532a1..5397c14 100755
--- a/demo-backup/trunk-manual.sh
+++ b/demo-backup/trunk-manual.sh
@@ -3,11 +3,11 @@
 echo This does not work, see OFBIZ-10287. You need for now to use all-manual-nicely.sh
 
 #~ cd /home/ofbizDemo/trunk
-#~ svn up
+#~ git pull
 #~ ./gradlew --no-daemon pullAllPluginsSource
 #~ ./gradlew --no-daemon "ofbiz --shutdown"
 #~ ./gradlew --no-daemon cleanAll
 #~ ./gradlew --no-daemon loadAll
-#~ ./gradlew --no-daemon svnInfoFooter
+#~ ./gradlew --no-daemon gitInfoFooter
 #~ ./gradlew --no-daemon ofbizBackground
 
diff --git a/demo-backup/trunk.sh b/demo-backup/trunk.sh
index 2dbf63d..ffef72c 100755
--- a/demo-backup/trunk.sh
+++ b/demo-backup/trunk.sh
@@ -1,12 +1,12 @@
 #!/bin/sh
 
 cd /home/ofbizDemo/trunk
-svn up
+git pull
 rm /home/ofbizDemo/trunk/framework/base/config/*.jks
 
 ./gradlew --no-daemon pullAllPluginsSource
 ./gradlew --no-daemon terminateOfbiz
 ./gradlew --no-daemon cleanAll
 ./gradlew --no-daemon loadAll
-./gradlew --no-daemon svnInfoFooter
+./gradlew --no-daemon gitInfoFooter
 ./gradlew --no-daemon ofbizBackground