Update 'contrib/gitian/gitian-osx.yml'

master
Synku 4 years ago
parent 4b7cf378e6
commit 293c8555d0

@ -1,5 +1,5 @@
--- ---
name: "wownero-osx-0.9" name: "wowzero-osx-0.9"
enable_cache: true enable_cache: true
suites: suites:
- "bionic" - "bionic"
@ -24,8 +24,8 @@ packages:
- "python-dev" - "python-dev"
- "python-setuptools" - "python-setuptools"
remotes: remotes:
- "url": "https://git.wownero.com/wownero/wownero.git" - "url": "https://git.wownero.com/synku/wowzero.git"
"dir": "wownero" "dir": "wowzero"
files: files:
- "MacOSX10.11.sdk.tar.gz" - "MacOSX10.11.sdk.tar.gz"
script: | script: |
@ -77,7 +77,7 @@ script: |
export PATH=${WRAP_DIR}:${PATH} export PATH=${WRAP_DIR}:${PATH}
git config --global core.abbrev 9 git config --global core.abbrev 9
cd wownero cd wowzero
# Set the version string that gets added to the tar archive name # Set the version string that gets added to the tar archive name
version="`git describe`" version="`git describe`"
if [[ $version == *"-"*"-"* ]]; then if [[ $version == *"-"*"-"* ]]; then
@ -113,7 +113,7 @@ script: |
chmod 755 bin/* chmod 755 bin/*
cp ../LICENSE bin cp ../LICENSE bin
chmod 644 bin/LICENSE chmod 644 bin/LICENSE
DISTNAME=wownero-${i}-${version} DISTNAME=wowzero-${i}-${version}
mv bin ${DISTNAME} mv bin ${DISTNAME}
find ${DISTNAME}/ | sort | tar --no-recursion --owner=0 --group=0 -c -T - | bzip2 -9 > ${OUTDIR}/${DISTNAME}.tar.bz2 find ${DISTNAME}/ | sort | tar --no-recursion --owner=0 --group=0 -c -T - | bzip2 -9 > ${OUTDIR}/${DISTNAME}.tar.bz2
cd .. cd ..

Loading…
Cancel
Save