mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 05:42:18 -04:00
Merge pull request #5764
f26e663
Gitian build (mac, linux): gzip => bzip2 (jonathancross)
This commit is contained in:
commit
101c9678a5
3 changed files with 4 additions and 4 deletions
|
@ -164,7 +164,7 @@ script: |
|
|||
make ${MAKEOPTS}
|
||||
DISTNAME=monero-${i}-${version}
|
||||
mv bin ${DISTNAME}
|
||||
find ${DISTNAME}/ | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}.tar.gz
|
||||
find ${DISTNAME}/ | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | bzip2 -9 > ${OUTDIR}/${DISTNAME}.tar.bz2
|
||||
cd ..
|
||||
rm -rf build
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue