This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-people.git


The following commit(s) were added to refs/heads/main by this push:
     new 51c957b  Add a timestamp
51c957b is described below

commit 51c957b0d2b89bd50df89a3f4dfc0d7414ee9257
Author: Sebb <s...@apache.org>
AuthorDate: Sun Jul 6 23:27:45 2025 +0100

    Add a timestamp
---
 tools/pgp.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/pgp.py b/tools/pgp.py
index 0e857af..a325d11 100644
--- a/tools/pgp.py
+++ b/tools/pgp.py
@@ -256,6 +256,7 @@ entrybad = """
 
 # Generate a summary for external use (e.g. Whimsy)
 summary = defaultdict(dict)
+summary['_info_']['epochsecs'] = int(time.time())
 for v in sorted(committers):
     if v in keys:
         for y in keys[v]:

Reply via email to