SHA256
1
0
forked from pool/syncthing

Accepting request 571706 from home:bmwiedemann:branches:network

Override BUILD_HOST to make build reproducible

OBS-URL: https://build.opensuse.org/request/show/571706
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=128
This commit is contained in:
Alexei Sorokin 2018-02-01 14:20:29 +00:00 committed by Git OBS Bridge
parent 84325fedbe
commit 2f61743571
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 1 14:18:59 UTC 2018 - bwiedemann@suse.com
- Override BUILD_HOST to make build reproducible
-------------------------------------------------------------------
Thu Jan 11 22:24:55 UTC 2018 - jengelh@inai.de

View File

@ -47,6 +47,7 @@ sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
%endif
%build
export BUILD_HOST=openSUSE
mkdir -p build/src/ build/vendor/
export GOPATH="$PWD/build:$PWD/build/vendor"