mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 09:16:14 +01:00
- use pass instead of passx (plaintext_passwd is the default)
This commit is contained in:
parent
5cb8468f3b
commit
1dcf5fb3d6
@ -282,7 +282,7 @@ apiurl = %(apiurl)s
|
|||||||
|
|
||||||
[%(apiurl)s]
|
[%(apiurl)s]
|
||||||
user = %(user)s
|
user = %(user)s
|
||||||
passx = %(passx)s
|
pass = %(pass)s
|
||||||
# set aliases for this apiurl
|
# set aliases for this apiurl
|
||||||
# aliases = foo, bar
|
# aliases = foo, bar
|
||||||
# email used in .changes, unless the one from osc meta prj <user> will be used
|
# email used in .changes, unless the one from osc meta prj <user> will be used
|
||||||
|
Loading…
Reference in New Issue
Block a user