Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add the .changes Date to process_new output.
· 67386523
Chris Lamb
authored
May 06, 2018
67386523
Merge branch 'add-date-to-process-new-output' into 'master'
· 5ff0e7ce
Joerg Jaspert
authored
May 08, 2018
Add the .changes Date to process_new output. See merge request
!22
5ff0e7ce
Show whitespace changes
Inline
Side-by-side
dak/process_new.py
View file @
5ff0e7ce
...
...
@@ -520,6 +520,7 @@ def do_new(upload, upload_copy, handler, session):
print
print
"
Target: {0}
"
.
format
(
upload
.
target_suite
.
suite_name
)
print
"
Changed-By: {0}
"
.
format
(
upload
.
changes
.
changedby
)
print
"
Date: {0}
"
.
format
(
upload
.
changes
.
date
)
print
#if len(byhand) == 0 and len(missing) == 0:
...
...