zcash / zcash-gitian

Deterministic build environment for Zcash
https://z.cash/blog/deterministic-builds.html
18 stars 29 forks source link

Copy .deb package from gitian output directory in addition to .tar files #77

Closed charlieok closed 9 months ago

charlieok commented 5 years ago

This update is a companion to this PR in the zcash project:

Create deb package in gitian build https://github.com/zcash/zcash/pull/4071

That PR updates the gitian build script in the zcash repository to output a .deb package file. This PR updates the gitian-build.sh script in this project to retrieve that file outside the container where the build is run, and place it alongside the other build output files where the user can find it.

y4ssi commented 9 months ago

The .deb packages are already being generated in the current Gitian and the pipeline fetches these .deb files to be later signed by the pipeline itself.