Commit 9919f935 authored by Leo Iannacone's avatar Leo Iannacone

Merge remote-tracking branch 'github/sbuild' into sbuild

parents d96960e1 53b0d442
......@@ -90,7 +90,7 @@ class DebomaticModule_JSONLogger:
status = {}
status['package'] = args.package
status['distribution'] = args.distribution
status['uploader'] = ""
status['uploader'] = args.uploader
if args.uploader != "":
email = args.uploader.lower().encode('utf-8')
status['gravatar'] = md5(email).hexdigest()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment