Merge PR #171: Update gitian-builder repository's location
This commit is contained in:
committed by
Alexander Bezobchuk
parent
43f6078ca5
commit
69d18954e0
@@ -8,7 +8,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
GITIAN_CACHE_DIRNAME='.gitian-builder-cache'
|
||||
GO_RELEASE='1.13'
|
||||
GO_RELEASE='1.13.3'
|
||||
GO_TARBALL="go${GO_RELEASE}.linux-amd64.tar.gz"
|
||||
GO_TARBALL_URL="https://dl.google.com/go/${GO_TARBALL}"
|
||||
|
||||
@@ -16,7 +16,7 @@ GO_TARBALL_URL="https://dl.google.com/go/${GO_TARBALL}"
|
||||
|
||||
DEFAULT_SIGN_COMMAND='gpg --detach-sign'
|
||||
DEFAULT_GAIA_SIGS=${GAIA_SIGS:-'gaia.sigs'}
|
||||
DEFAULT_GITIAN_REPO='https://github.com/cosmos/gitian-builder'
|
||||
DEFAULT_GITIAN_REPO='https://github.com/tendermint/gitian-builder'
|
||||
DEFAULT_GBUILD_FLAGS=''
|
||||
DEFAULT_SIGS_REPO='https://github.com/cosmos/gaia.sigs'
|
||||
|
||||
|
||||
@@ -23,11 +23,11 @@ remotes:
|
||||
- "url": "https://github.com/cosmos/gaia.git"
|
||||
"dir": "gaia"
|
||||
files:
|
||||
- "go1.13.linux-amd64.tar.gz"
|
||||
- "go1.13.3.linux-amd64.tar.gz"
|
||||
script: |
|
||||
set -e -o pipefail
|
||||
|
||||
GO_SRC_RELEASE=go1.13.linux-amd64
|
||||
GO_SRC_RELEASE=go1.13.3.linux-amd64
|
||||
GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz"
|
||||
# Compile go and configure the environment
|
||||
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""
|
||||
|
||||
@@ -23,11 +23,11 @@ remotes:
|
||||
- "url": "https://github.com/cosmos/gaia.git"
|
||||
"dir": "gaia"
|
||||
files:
|
||||
- "go1.13.linux-amd64.tar.gz"
|
||||
- "go1.13.3.linux-amd64.tar.gz"
|
||||
script: |
|
||||
set -e -o pipefail
|
||||
|
||||
GO_SRC_RELEASE=go1.13.linux-amd64
|
||||
GO_SRC_RELEASE=go1.13.3.linux-amd64
|
||||
GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz"
|
||||
# Compile go and configure the environment
|
||||
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""
|
||||
|
||||
@@ -23,11 +23,11 @@ remotes:
|
||||
- "url": "https://github.com/cosmos/gaia.git"
|
||||
"dir": "gaia"
|
||||
files:
|
||||
- "go1.13.linux-amd64.tar.gz"
|
||||
- "go1.13.3.linux-amd64.tar.gz"
|
||||
script: |
|
||||
set -e -o pipefail
|
||||
|
||||
GO_SRC_RELEASE=go1.13.linux-amd64
|
||||
GO_SRC_RELEASE=go1.13.3.linux-amd64
|
||||
GO_SRC_TARBALL="${GO_SRC_RELEASE}.tar.gz"
|
||||
# Compile go and configure the environment
|
||||
export TAR_OPTIONS="--mtime="$REFERENCE_DATE\\\ $REFERENCE_TIME""
|
||||
|
||||
Reference in New Issue
Block a user