
29 Oct
2021
29 Oct
'21
1:21 p.m.
commit bec9c61f5ba5f00c5a615f81b1a406d76e75cd16 Author: David Goulet <dgoulet@torproject.org> Date: Fri Oct 29 09:20:17 2021 -0400 changes: Add file for ticket 26299 Signed-off-by: David Goulet <dgoulet@torproject.org> --- changes/ticket26299 | 3 +++ 1 file changed, 3 insertions(+) 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.