Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reproducible builds #248

Merged
merged 1 commit into from Jan 29, 2022

Conversation

inglor
Copy link
Contributor

@inglor inglor commented Jan 27, 2022

Hi,

I'm the package maintainer for freeplane in Arch Linux and trying to make this package reproducible 1. This will make the archives (JAR, ZIP etc) to omit timestamp information and maintain order within the archives between builds.

It also helps on gradle incremental builds to use more efficient the gradle internal cache.

As per gradle [docs] add support to remove timestamps and package with same order which is required from [reproducible] builds

[docs]: https://docs.gradle.org/current/userguide/working_with_files.html#sec:archives
[reproducible]: https://reproducible-builds.org/

Signed-off-by: Leonidas Spyropoulos <artafinde@gmail.com>
@dpolivaev dpolivaev merged commit c8f2385 into freeplane:1.9.x Jan 29, 2022
@dpolivaev
Copy link
Contributor

Merged, let's try it

@inglor inglor deleted the reproducible-archives branch January 29, 2022 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants