]> git.donarmstrong.com Git - dak.git/blobdiff - daklib/upload.py
Add replay protection for uploaded changes files.
[dak.git] / daklib / upload.py
index 406b1d4069101d63669e1edb903075d24d0b69f1..ec120a7bdbdd9964d2b3fbfd7304ea567ad4a184 100644 (file)
@@ -274,6 +274,14 @@ class Changes(object):
         """
         return self._signed_file.valid
 
+    @property
+    def signature_timestamp(self):
+        return self._signed_file.signature_timestamp
+
+    @property
+    def contents_sha1(self):
+        return self._signed_file.contents_sha1
+
     @property
     def architectures(self):
         """list of architectures included in the upload