commit/wintenApps: josephsl: Update check: no more pilot builds for now.

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

1 new commit in wintenApps:

https://bitbucket.org/nvdaaddonteam/wintenapps/commits/f23c06efebfb/
Changeset:   f23c06efebfb
Branch:      stable
User:        josephsl
Date:        2018-06-21 22:10:44+00:00
Summary:     Update check: no more pilot builds for now.

Somehow, pilot build update channel checker was left in - now fixed.'

Affected #:  1 file

diff --git a/addon/globalPlugins/wintenObjs/w10config.py 
b/addon/globalPlugins/wintenObjs/w10config.py
index d7bb856..de6d6fa 100755
--- a/addon/globalPlugins/wintenObjs/w10config.py
+++ b/addon/globalPlugins/wintenObjs/w10config.py
@@ -76,11 +76,12 @@ 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";
+       """
        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 more pilot builds for now. - commits-noreply