mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-12 16:56:15 +01:00
- disable keyring usage by default
This commit is contained in:
parent
4e0fb4cbeb
commit
d84bc081ef
1
NEWS
1
NEWS
@ -3,6 +3,7 @@
|
|||||||
- submitrequest: old not anymore used maintenance code got removed. It is possible now
|
- submitrequest: old not anymore used maintenance code got removed. It is possible now
|
||||||
to create one request to submit all changed packages of an project in
|
to create one request to submit all changed packages of an project in
|
||||||
one request. Just run "osc sr" in the checked out project directory.
|
one request. Just run "osc sr" in the checked out project directory.
|
||||||
|
- disable keyring usage by default. print warning about misconfigured keyrings.
|
||||||
|
|
||||||
0.137
|
0.137
|
||||||
- support single binary download via getbinaries command
|
- support single binary download via getbinaries command
|
||||||
|
@ -112,8 +112,8 @@ DEFAULTS = {'apiurl': 'https://api.opensuse.org',
|
|||||||
'verbose': '1',
|
'verbose': '1',
|
||||||
'traceback': '0',
|
'traceback': '0',
|
||||||
'post_mortem': '0',
|
'post_mortem': '0',
|
||||||
'use_keyring': '1',
|
'use_keyring': '0',
|
||||||
'gnome_keyring': '1',
|
'gnome_keyring': '0',
|
||||||
'cookiejar': '~/.osc_cookiejar',
|
'cookiejar': '~/.osc_cookiejar',
|
||||||
# fallback for osc build option --no-verify
|
# fallback for osc build option --no-verify
|
||||||
'no_verify': '0',
|
'no_verify': '0',
|
||||||
|
Loading…
Reference in New Issue
Block a user