mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Update 'contrib/gitian/gitian-android.yml'
This commit is contained in:
parent
3e24ab3479
commit
67cd6d08a7
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: "wownero-android-0.9"
|
name: "wowzero-android-0.9"
|
||||||
enable_cache: true
|
enable_cache: true
|
||||||
suites:
|
suites:
|
||||||
- "bionic"
|
- "bionic"
|
||||||
|
@ -32,8 +32,8 @@ packages:
|
||||||
- "python3-zmq"
|
- "python3-zmq"
|
||||||
- "unzip"
|
- "unzip"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://git.wownero.com/wownero/wownero.git"
|
- "url": "https://git.wownero.com/synku/wowzero.git"
|
||||||
"dir": "wownero"
|
"dir": "wowzero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ script: |
|
||||||
then
|
then
|
||||||
ABI=$i"eabi"
|
ABI=$i"eabi"
|
||||||
fi
|
fi
|
||||||
NDKDIR="${BUILD_DIR}/wownero/contrib/depends/$i/native/bin"
|
NDKDIR="${BUILD_DIR}/wowzero/contrib/depends/$i/native/bin"
|
||||||
for prog in ${FAKETIME_HOST_PROGS}; do
|
for prog in ${FAKETIME_HOST_PROGS}; do
|
||||||
WRAPPER=${WRAP_DIR}/${ABI}-${prog}
|
WRAPPER=${WRAP_DIR}/${ABI}-${prog}
|
||||||
echo '#!/usr/bin/env bash' > ${WRAPPER}
|
echo '#!/usr/bin/env bash' > ${WRAPPER}
|
||||||
|
@ -97,7 +97,7 @@ script: |
|
||||||
export SOURCE_DATE_EPOCH=`date -d 2000-01-01T12:00:00 +%s`
|
export SOURCE_DATE_EPOCH=`date -d 2000-01-01T12:00:00 +%s`
|
||||||
|
|
||||||
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
|
||||||
|
@ -127,7 +127,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…
Add table
Add a link
Reference in a new issue