Skip to content

Commit

Permalink
Change urls for osslsigncode
Browse files Browse the repository at this point in the history
Change urls for osslsigncode v1.7.1 to use from sources from our repo, ref: #13
  • Loading branch information
cevap committed Dec 2, 2018
1 parent 59eb465 commit 89da505
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contrib/gitian-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ url=https://github.com/cevap/ion
proc=2
mem=2000
lxc=true
osslTarUrl=http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz
osslPatchUrl=https://bitcoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch
osslTarUrl=https://github.com/cevap/osslsigncode/archive/v1.7.1.tar.gz
osslPatchUrl=https://github.com/cevap/osslsigncode/releases/download/v1.7.1/osslsigncode-Backports-to-1.7.1.patch
scriptName=$(basename -- "$0")
signProg="gpg --detach-sign"
commitFiles=true
Expand Down
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian-win-signer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ remotes:
- "url": "https://github.com/cevap/ion-detached-sigs.git"
"dir": "signature"
files:
- "osslsigncode-1.7.1.tar.gz"
- "v1.7.1.tar.gz"
- "osslsigncode-Backports-to-1.7.1.patch"
- "ion-win-unsigned.tar.gz"
script: |
BUILD_DIR=`pwd`
SIGDIR=${BUILD_DIR}/signature/win
UNSIGNED_DIR=${BUILD_DIR}/unsigned
echo "f9a8cdb38b9c309326764ebc937cba1523a3a751a7ab05df3ecc99d18ae466c9 osslsigncode-1.7.1.tar.gz" | sha256sum -c
echo "f6ba53b8780a2362e91e450776eef1c16fe9a0f86abcdfdc90cf7f76e7fa4f63 v1.7.1.tar.gz" | sha256sum -c
echo "a8c4e9cafba922f89de0df1f2152e7be286aba73f78505169bc351a7938dd911 osslsigncode-Backports-to-1.7.1.patch" | sha256sum -c
mkdir -p ${UNSIGNED_DIR}
tar -C ${UNSIGNED_DIR} -xf ion-win-unsigned.tar.gz
tar xf osslsigncode-1.7.1.tar.gz
tar xf tar xf v1.7.1.tar.gz
cd osslsigncode-1.7.1
patch -p1 < ${BUILD_DIR}/osslsigncode-Backports-to-1.7.1.patch
Expand Down
5 changes: 3 additions & 2 deletions doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ Ensure gitian-builder is up-to-date:

pushd ./gitian-builder
mkdir -p inputs
wget -P inputs https://bitcoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch
wget -P inputs http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz
wget -P inputs https://github.com/cevap/osslsigncode/releases/download/v1.7.1/osslsigncode-Backports-to-1.7.1.patch
wget -P inputs https://github.com/cevap/osslsigncode/archive/v1.7.1.tar.gz
wget -P inputs https://github.com/cevap/MacOSX-SDKs/releases/download/MacOSX10.11.sdk-trusty/MacOSX10.11.sdk.tar.gz
popd

Create the OS X SDK tarball, see the [OS X readme](README_osx.md) for details, and copy it into the inputs directory.
Expand Down

0 comments on commit 89da505

Please sign in to comment.