change testing -> stable in system.yaml

This commit is contained in:
Andy Miller
2021-01-20 12:55:20 -07:00
parent 6477d13bea
commit 4d26acfd66
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# v1.7.2
## mm/dd/2021
1. [](#bugfix)
* Fixed default GPM Channel back to 'stable' - this was inadvertently left as 'testing'
# v1.7.1
## 01/20/2021

View File

@@ -173,7 +173,7 @@ session:
path:
gpm:
releases: testing # Set to either 'stable' or 'testing'
releases: stable # Set to either 'stable' or 'testing'
proxy_url: # Configure a manual proxy URL for GPM (eg 127.0.0.1:3128)
method: 'auto' # Either 'curl', 'fopen' or 'auto'. 'auto' will try fopen first and if not available cURL
verify_peer: true # Sometimes on some systems (Windows most commonly) GPM is unable to connect because the SSL certificate cannot be verified. Disabling this setting might help.