#9 In rpm.sign message builds have a 'creation_time' field that need to be converted
Merged 4 years ago by pingou. Opened 4 years ago by pingou.

file modified
+1 -1
@@ -32,7 +32,7 @@ 

  def serialize_datetime_in_task(task):

      date_fields = [

          "completion_time", "create_time", "start_time", "buildtime",

-         "creation_ts"

+         "creation_ts", "creation_time",

      ]

      for date_key in date_fields:

          if task.get(date_key) is None:

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

ah ha. Makes sense. +1

Pull-Request has been merged by pingou

4 years ago
Metadata