Add interesting fields to usage report (fixes #559)

This commit is contained in:
Jakob Borg
2015-09-06 16:36:09 +02:00
parent e26e85b6d6
commit baf231e3b6
5 changed files with 99 additions and 4 deletions

View File

@@ -29,6 +29,8 @@ import (
"github.com/syncthing/syncthing/lib/signature"
)
const DisabledByCompilation = false
// This is an HTTP/HTTPS client that does *not* perform certificate
// validation. We do this because some systems where Syncthing runs have
// issues with old or missing CA roots. It doesn't actually matter that we

View File

@@ -8,6 +8,8 @@
package upgrade
const DisabledByCompilation = true
func upgradeTo(binary string, rel Release) error {
return ErrUpgradeUnsupported
}