api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

Add a `-deterministic` flag to `mdoc assemble`

Open joelmartinez opened this issue 7 years ago • 0 comments

In order for Mono to support a reproducible build, it needs all of its dependencies to support it as well ... including mdoc:
https://bugzilla.xamarin.com/show_bug.cgi?id=37367

mdoc's assemble subcommand should add a -deterministic flag. When this flag is present, all files should be written to the resulting .zip file with a consistent timestamp (for example DateTime.MinValue).

joelmartinez avatar Dec 12 '17 21:12 joelmartinez