Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Added Reproducible Builds Section
Browse files Browse the repository at this point in the history
Align the readme with the DP3T one
  • Loading branch information
Quietghost authored Jun 24, 2020
1 parent 8c16d37 commit cc8c512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# HA-AuthCode-Generation-Service (CovidCode-Service)
HA-AuthCode-Generation-Service is an authorization code generation service for the CovidCode-UI and the proximity tracing app.

# Reproducible Builds
In order to have reproducible builds the io.github.zlika maven plugin is used. It replaces all timestamp with the timestamp of the last commit, and orders the entries in the JAR alphabetically. The github action then computes the sha256sum of the resulting JAR and adds the output as an build artifact.

# Developer Instructions

## Initial setup
Expand Down

0 comments on commit cc8c512

Please sign in to comment.