Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
694db487
Commit
694db487
authored
Apr 02, 2013
by
Christos Stavrakakis
Browse files
s/mail/email
parent
1b3aeefd
Changes
1
Hide whitespace changes
Inline
Side-by-side
devflow/autopkg.py
View file @
694db487
...
...
@@ -177,8 +177,11 @@ def main():
# Fix needed environment variables
os
.
environ
[
"DEVFLOW_BUILD_MODE"
]
=
mode
git_config
=
original_repo
.
config_reader
()
os
.
environ
[
"DEBFULLNAME"
]
=
git_config
.
get_value
(
"user"
,
"name"
)
os
.
environ
[
"DEBEMAIL"
]
=
git_config
.
get_value
(
"user"
,
"mail"
)
try
:
os
.
environ
[
"DEBFULLNAME"
]
=
git_config
.
get_value
(
"user"
,
"name"
)
os
.
environ
[
"DEBEMAIL"
]
=
git_config
.
get_value
(
"user"
,
"email"
)
except
:
print
"Could not load user/email from config"
# Get the debian branch
debian_branch
=
utils
.
get_debian_branch
(
branch
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment