summaryrefslogtreecommitdiff
path: root/ci.scm
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-07-29 11:00:51 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-07-29 18:43:54 +0200
commitf1ca8285f8375760d2fa651e125a99120e5050d4 (patch)
treebbe3ca8241160a4b72fdaa674cabd8803d3acfa0 /ci.scm
parent80aff364dbd8d78392582124b51b46b556db7e4c (diff)
The package should know its release date to generate a doap description
Diffstat (limited to 'ci.scm')
-rw-r--r--ci.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci.scm b/ci.scm
index e8a1459..46a32fe 100644
--- a/ci.scm
+++ b/ci.scm
@@ -61,6 +61,10 @@
"-c"
(format #f "~a describe ~a --tags --always > ~a/.tarball-version"
git (or ref "") tmp-dirname))
+ (invoke bash
+ "-c"
+ (format #f "~a show -s --format=%cI ~a > ~a/.tarball-release-date"
+ git (or ref "") tmp-dirname))
(let ((interned
(run-with-store
(open-connection)