That sounds quite useful. When setting up a custom build of the NetBeans Platform for use with a platform application, I love the idea of being able to verify that my build system's output matches the official binaries exactly before I start applying any patches myself.
-- Eirik On 4/8/17, 9:07 AM, "Emilian Bold" <[email protected]> wrote: >Hello, > >I've been interested in reproducible builds for quite some time. > >They promote trust and by being cacheable they are essential for shared >build systems like Google (https://bazel.build/ ) or Facebook use ( >https://buckbuild.com/). > >I'm tracking my progress here: https://nextbeans.com/reproducible > >Basically, the NetBeans Platform is reproducible! > >I have to polish the code and push it to a new repository. > >Then I'll look into the full IDE (I assume the installer might have some >issues). > >--emi
