Update release scripts. Enable reproducible builds
MERGE REQUEST
Overview
Created new directory release-scripts
with all the scripts needed to create releases. Inside is a README.md
with more details.
Enabled reproducible builds by changing the build time variable in ldflags
to be the time of latest commit in the branch being built. This means that any user building from the same Docker image on linux/amd64 system can create binaries for any system with the same exact hash create in the official release process.
This branch has been tested manually and used to create some of the last few release candidates.
Example for Visual changes (ie Screenshot)
Issues Closed
Checklist
Review and complete the checklist to ensure that the MR is complete before assigned to an approver.
-
All new methods, or updating methods have clear docstrings -
Testing added or updated for new methods -
Any new packages are added to Makefile and .gitlab-ci.yml -
API documentation updated for API updates -
Module README.md updated for changes to work flow -
Issue added to Sia-UI repo for new supporting features