commit/wintenApps: josephsl: Update check: no pilot build

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 21 Jun 2018 22:18:04 +0000 (UTC)

1 new commit in wintenApps:

https://bitbucket.org/nvdaaddonteam/wintenapps/commits/d4520a043b8d/
Changeset:   d4520a043b8d
Branch:      stable
User:        josephsl
Date:        2018-06-21 22:16:31+00:00
Summary:     Update check: no pilot build

Affected #:  1 file

diff --git a/addon/globalPlugins/wintenObjs/w10config.py 
b/addon/globalPlugins/wintenObjs/w10config.py
index de6d6fa..9708520 100755
--- a/addon/globalPlugins/wintenObjs/w10config.py
+++ b/addon/globalPlugins/wintenObjs/w10config.py
@@ -76,12 +76,11 @@ def checkForAddonUpdate():
        updateURL = channels[config.conf["wintenApps"]["updateChannel"]]
        # Commenting this out will effectively turn off pilot builds.
        # Check if pilot build is supported.
-       """def _pilotBuild():
+       def _pilotBuild():
                import versionInfo, winVersion
                return config.conf["wintenApps"]["updateChannel"] == "dev" and 
"snapshot:" in versionInfo.updateVersionType and winVersion.winVersion.build >= 
16299
-       if _pilotBuild():
-               updateURL = 
"http://www.josephsl.net/files/nvdaaddons/getupdate.php?file=w10-try";
-       """
+       #if _pilotBuild():
+               #updateURL = 
"http://www.josephsl.net/files/nvdaaddons/getupdate.php?file=w10-try";
        try:
                res = urlopen(updateURL)
                res.close()

Repository URL: https://bitbucket.org/nvdaaddonteam/wintenapps/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/wintenApps: josephsl: Update check: no pilot build - commits-noreply