You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2018/04/04 14:24:23 UTC

[GitHub] mifosio-04-04-2018 closed pull request #7: merging fix to script made by github user liseri under mifosio versio���

mifosio-04-04-2018 closed pull request #7: merging fix to script made by github user liseri under mifosio versio…
URL: https://github.com/apache/fineract-cn-demo-server/pull/7
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/scripts/windows/initial-setup.bat b/scripts/windows/initial-setup.bat
index 70ef91b..c3d9414 100644
--- a/scripts/windows/initial-setup.bat
+++ b/scripts/windows/initial-setup.bat
@@ -212,6 +212,15 @@ CALL gradlew publishToMavenLocal
 TIMEOUT /T 5
 cd ..
 
+REM initialze cheques
+git clone https://github.com/%githubAccount%/cheques.git
+cd cheques
+git remote add upstream https://github.com/mifosio/cheques.git
+git checkout develop
+CALL gradlew publishToMavenLocal
+TIMEOUT /T 5
+cd ..
+
 REM initialze teller
 git clone https://github.com/%githubAccount%/teller.git
 cd teller


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services