summaryrefslogtreecommitdiffstats
path: root/rules/project-name.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2024-03-07 08:28:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2024-03-16 14:54:17 +0100
commitca7217db7bf2afe1104b074843403209f7f65aa3 (patch)
tree4236aa7d64d54cfdf665e6f6f3ac78ccad216a0f /rules/project-name.in
parentb0447ecc0ccc8b9bb387245257bffe5ed107a91a (diff)
downloadptxdist-ca7217db7bf2afe1104b074843403209f7f65aa3.tar.gz
ptxdist-ca7217db7bf2afe1104b074843403209f7f65aa3.tar.xz
ptxd_make_world_report_yaml: add source git commit if requested and available
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/project-name.in')
-rw-r--r--rules/project-name.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/project-name.in b/rules/project-name.in
index 324a5d3d4..de3379909 100644
--- a/rules/project-name.in
+++ b/rules/project-name.in
@@ -90,6 +90,16 @@ config PROJECT_GENERATE_REPORTS
build from packages since the document covers all packages that
are part of the image.
+config PROJECT_STORE_SOURCE_GIT_COMMITS
+ bool
+ prompt "query and store git commits for source archives"
+ help
+ PTXdist usually downloads source archives. But if that comes from a
+ git server then it can be possible to determine the corresponding git
+ commit.
+ If enabled, the git commit will be determined if possible and stored
+ with the source archive.
+
comment "------------------------------------"
comment "reproducible builds"
comment "------------------------------------"