Skip to content

Commit

Permalink
Merge pull request #16 from vindard/master
Browse files Browse the repository at this point in the history
(Fix) broken tarballs download to inputs dir
  • Loading branch information
jonatack authored Apr 16, 2021
2 parents 89166c8 + 2cd7f4e commit f52bfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitian-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ pushd gitian-builder
make -C ../bitcoin/depends download SOURCES_PATH=`pwd`/cache/common
mkdir -p inputs
wget -P inputs https://bitcoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch
wget -O osslsigncode-2.0.tar.gz -P inputs https://github.com/mtrojnar/osslsigncode/archive/2.0.tar.gz
wget -P inputs https://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz
wget -O inputs/osslsigncode-2.0.tar.gz https://github.com/mtrojnar/osslsigncode/archive/2.0.tar.gz
wget -P inputs https://github.com/bitcoin/bitcoin/files/6175295/osslsigncode-1.7.1.tar.gz
wget -P inputs https://bitcoincore.org/depends-sources/sdks/Xcode-11.3.1-11C505-extracted-SDK-with-libcxx-headers.tar.gz
```

Expand Down

0 comments on commit f52bfa2

Please sign in to comment.