From bec9c61f5ba5f00c5a615f81b1a406d76e75cd16 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 29 Oct 2021 09:20:17 -0400 Subject: [PATCH] changes: Add file for ticket 26299 Signed-off-by: David Goulet --- changes/ticket26299 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ticket26299 diff --git a/changes/ticket26299 b/changes/ticket26299 new file mode 100644 index 0000000000..6b08adf53c --- /dev/null +++ b/changes/ticket26299 @@ -0,0 +1,3 @@ + o Minor feature (reproducible build): + - The repository can now build reproducible tarballs which adds the build + command "make dist-reprod" for that purpose. Closes ticket 26299.