Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
process_new.py: use correct column name
· 52481a69
Ansgar
authored
Apr 06, 2019
52481a69
update expiry date for key F275CBDDEE2EDD382EE95A7AAA06688AEF8AF8D5
· 11fc5069
Ansgar
authored
Apr 08, 2019
11fc5069
Merge branch 'master' into deploy
· 8d9004ba
Ansgar
authored
Apr 08, 2019
8d9004ba
Show whitespace changes
Inline
Side-by-side
config/debian-common/keyrings/automatic-source-uploads.kbx
View file @
8d9004ba
No preview for this file type
dak/process_new.py
View file @
8d9004ba
...
...
@@ -180,7 +180,7 @@ def print_new(upload, missing, indexed, session, file=sys.stdout):
print
(
"
\n
"
)
print
(
Color
(
"
Author:
"
,
"
yellow
"
),
"
%s
"
%
note
.
author
)
print
(
Color
(
"
Version:
"
,
"
yellow
"
),
"
%s
"
%
note
.
version
)
print
(
Color
(
"
Timestamp:
"
,
"
yellow
"
),
"
%s
"
%
note
.
timestamp
)
print
(
Color
(
"
Timestamp:
"
,
"
yellow
"
),
"
%s
"
%
note
.
notedate
)
print
(
"
\n\n
"
)
print
(
note
.
comment
)
print
(
"
-
"
*
72
)
...
...