DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
If you have a project that is built with Apache Maven, refer to the Configuring for Reproducible Builds guide.
Java / Gradle
Gradle builds may require setting some options in the build to ensure reproducible artifacts.
Python
Modern Python tooling (such as Flit and Hatch) support reproducible builds for pure-Python projects. You can read more about reproducible build support in Flit reproducible build docs and Hatch reproducible build docs. It's a bit more complex if your assets require native compilation, but if you can assure that your native compilation produces reproducible libraries on its own the packaging tool will produce reproducible builds..
...