gnucash-on-windows master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Nov 15 09:02:58 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/14dd4700 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/3892893b (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/b47bf993 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/12152926 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/b7ba8322 (commit)



commit 14dd470045f4d780a2a0ba8a68aa0b81f64ea93e
Merge: b7ba832 3892893
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Nov 15 15:01:16 2018 +0100

    Merge branch 'finance-quote_v1' of https://github.com/jannick0/gnucash-on-windows
    
    The commit updating the outdated version of strawberry perl conflicted
    with a similar commit by jralls. I have chosen to stick with jralls'
    version as it separates the version string from the url which is
    easier to maintain in the future.


commit 3892893b7a24086665de506a8e49ed7df7ff33da
Author: Jannick <thirdedition at gmx.net>
Date:   Fri May 25 16:44:03 2018 +0200

    install-fq-mods.cmd: add check for ALPHAVANTAGE_API_KEY
     including user information as how to apply it.

diff --git a/extra_dist/install-fq-mods.cmd b/extra_dist/install-fq-mods.cmd
index 74540d8..d704321 100644
--- a/extra_dist/install-fq-mods.cmd
+++ b/extra_dist/install-fq-mods.cmd
@@ -107,6 +107,22 @@ if %errorlevel% neq 0 goto error
 
 REM ----------------------------------------------------------------------------
 echo.
+echo * Check environment variable ALPHAVANTAGE_API_KEY
+echo.
+
+echo.  ***
+echo.  *** You need an API key (from https://www.alphavantage.co)
+echo.  ***   to run the Perl module Finance::Quote.
+echo.  ***
+echo.  *** Make it available to GnuCash by
+if not [%ALPHAVANTAGE_API_KEY%] == [] set "done=(done) "
+echo.  ***    - setting the environment variable ALPHAVANTAGE_API_KEY %done%or
+echo.  ***    - starting GnuCash and adding the Alpha Vantage api key in
+echo.  ***        Edit-^>Preferences-^>Online Quotes
+echo.  ***
+
+REM ----------------------------------------------------------------------------
+echo.
 echo * Run gnc-fq-check
 echo.
 perl -w gnc-fq-check

commit b47bf993b7ee7ad6d0cab5c0361d326c4e69be65
Author: Jannick <thirdedition at gmx.net>
Date:   Fri May 25 16:11:06 2018 +0200

    install-fq-mods.cmd: update for migration to Alpha Vantage.

diff --git a/extra_dist/install-fq-mods.cmd b/extra_dist/install-fq-mods.cmd
index f7ce2c0..74540d8 100644
--- a/extra_dist/install-fq-mods.cmd
+++ b/extra_dist/install-fq-mods.cmd
@@ -116,7 +116,7 @@ REM ----------------------------------------------------------------------------
 echo.
 echo * Run gnc-fq-helper
 echo.
-echo (yahoo "AMZN") | perl -w gnc-fq-helper
+echo (alphavantage "AMZN") | perl -w gnc-fq-helper
 if %errorlevel% neq 0 goto error
 
 REM ----------------------------------------------------------------------------
@@ -134,5 +134,6 @@ echo.
 
 REM ----------------------------------------------------------------------------
 :end
+endlocal
 pause
 

commit 12152926645f7b0bd0223aa0f7584a3f23a884fb
Author: Jannick <thirdedition at gmx.net>
Date:   Fri May 25 16:05:16 2018 +0200

    getperl.vbs: strawberry perl link updated

diff --git a/extra_dist/getperl.vbs b/extra_dist/getperl.vbs
index 07ceaa0..cc10c65 100644
--- a/extra_dist/getperl.vbs
+++ b/extra_dist/getperl.vbs
@@ -11,7 +11,8 @@ Dim tempFolder: tempFolder = fso.GetSpecialFolder(TemporaryFolder)
 strHDLocation = Wscript.Arguments.Item(0)
 
 ' Set your settings
-    strFileURL    = "http://strawberryperl.com/download/5.18.2.2/strawberry-perl-5.18.2.2-32bit.msi"
+    ' link can be updated from http://strawberryperl.com/
+    strFileURL    = "http://strawberryperl.com/download/5.26.2.1/strawberry-perl-5.26.2.1-32bit.msi"
 
     Wscript.Echo "   copying " & strFileURL
     Wscript.Echo "   to "  & strHDLocation



Summary of changes:
 extra_dist/install-fq-mods.cmd | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list