bodhi: Don't store cookies and tokens persistently on disk
This commit is contained in:
parent
546cc4b07c
commit
b108e4f631
1 changed files with 3 additions and 1 deletions
|
@ -135,7 +135,9 @@ bz_server = 'https://partner-bugzilla.redhat.com/xmlrpc.cgi'
|
|||
{% else %}
|
||||
bz_server = 'https://bugzilla.redhat.com/xmlrpc.cgi'
|
||||
{% endif %}
|
||||
bz_cookie = '/var/tmp/bodhi-bz.cookie'
|
||||
# Don't store cookies and tokens persistently on disk
|
||||
#bz_cookie = '/var/tmp/bodhi-bz.cookie'
|
||||
#bz_token = None
|
||||
bz_products = 'Fedora,Fedora EPEL,oVirt'
|
||||
|
||||
build_dir = '/mnt/koji/packages'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue