mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Forgot EMAIL
This commit is contained in:
parent
b1b1e5e332
commit
8dd88f18f8
@ -106,7 +106,7 @@ def ubu_email(name=None, email=None, export=True):
|
|||||||
"""Find the developer's Ubuntu e-mail address, and export it in
|
"""Find the developer's Ubuntu e-mail address, and export it in
|
||||||
DEBFULLNAME, DEBEMAIL if necessary (and export isn't False).
|
DEBFULLNAME, DEBEMAIL if necessary (and export isn't False).
|
||||||
|
|
||||||
e-mail Priority: arguments, UBUMAIL, DEBEMAIL, user@mailname
|
e-mail Priority: arguments, UBUMAIL, DEBEMAIL, EMAIL, user@mailname
|
||||||
name Priority: arguments, UBUMAIL, DEBFULLNAME, DEBEMAIL, NAME, /etc/passwd
|
name Priority: arguments, UBUMAIL, DEBFULLNAME, DEBEMAIL, NAME, /etc/passwd
|
||||||
|
|
||||||
Name and email are only exported if provided as arguments or found in
|
Name and email are only exported if provided as arguments or found in
|
||||||
@ -129,6 +129,7 @@ def ubu_email(name=None, email=None, export=True):
|
|||||||
for var, target in (('UBUMAIL', 'email'),
|
for var, target in (('UBUMAIL', 'email'),
|
||||||
('DEBFULLNAME', 'name'),
|
('DEBFULLNAME', 'name'),
|
||||||
('DEBEMAIL', 'email'),
|
('DEBEMAIL', 'email'),
|
||||||
|
('EMAIL', 'email'),
|
||||||
('NAME', 'name'),
|
('NAME', 'name'),
|
||||||
):
|
):
|
||||||
if name and email:
|
if name and email:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user