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.
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.
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 thegitian-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.