Reproducible builds on linux (not reproducible on macos, unfinished on windows) #43

Open
SuzanneSoy wants to merge 19 commits from dev-reproducible-build into master
SuzanneSoy commented 2018-09-24 08:04:13 +01:00 (Migrated from github.com)

I think I'm going to use a linux VM regardless of the host, so that builds are always reproducible without too much hassle.

I think I'm going to use a linux VM regardless of the host, so that builds are always reproducible without too much hassle.
onix-awk (Migrated from github.com) reviewed 2018-09-24 08:04:13 +01:00
CLAassistant commented 2018-09-24 08:04:20 +01:00 (Migrated from github.com)

CLA assistant check
All committers have signed the CLA.

[![CLA assistant check](https://cla-assistant.io/pull/badge/signed)](https://cla-assistant.io/jsmaniac/os-test-framework?pullRequest=43) <br/>All committers have signed the CLA.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dev-reproducible-build:dev-reproducible-build
git checkout dev-reproducible-build

Merge

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff dev-reproducible-build
git checkout master
git merge --ff-only dev-reproducible-build
git checkout dev-reproducible-build
git rebase master
git checkout master
git merge --no-ff dev-reproducible-build
git checkout master
git merge --squash dev-reproducible-build
git checkout master
git merge --ff-only dev-reproducible-build
git checkout master
git merge dev-reproducible-build
git push origin master
Sign in to join this conversation.
No description provided.