mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Rename binaries to liquid naming at end of gitian process
This commit is contained in:
parent
aa2af38715
commit
6d6ddc55b3
3 changed files with 13 additions and 0 deletions
|
|
@ -186,6 +186,10 @@ script: |
|
|||
find . -name "lib*.la" -delete
|
||||
find . -name "lib*.a" -delete
|
||||
rm -rf ${DISTNAME}/lib/pkgconfig
|
||||
mv ${DISTNAME}/bin/elements-qt ${DISTNAME}/bin/liquid-qt
|
||||
mv ${DISTNAME}/bin/elements-cli ${DISTNAME}/bin/liquid-cli
|
||||
mv ${DISTNAME}/bin/elementsd ${DISTNAME}/bin/liquidd
|
||||
mv ${DISTNAME}/bin/elements-tx ${DISTNAME}/bin/liquid-tx
|
||||
find ${DISTNAME}/bin -type f -executable -exec ../contrib/devtools/split-debug.sh {} {} {}.dbg \;
|
||||
find ${DISTNAME}/lib -type f -exec ../contrib/devtools/split-debug.sh {} {} {}.dbg \;
|
||||
cp ../doc/README.md ${DISTNAME}/
|
||||
|
|
|
|||
|
|
@ -161,6 +161,11 @@ script: |
|
|||
${WRAP_DIR}/dmg dmg "${OSX_VOLNAME}.dmg" ${OUTDIR}/${DISTNAME}-osx-unsigned.dmg
|
||||
|
||||
cd installed
|
||||
mv ${DISTNAME}/bin/elements-qt ${DISTNAME}/bin/liquid-qt
|
||||
mv ${DISTNAME}/bin/elements-cli ${DISTNAME}/bin/liquid-cli
|
||||
mv ${DISTNAME}/bin/elementsd ${DISTNAME}/bin/liquidd
|
||||
mv ${DISTNAME}/bin/elements-tx ${DISTNAME}/bin/liquid-tx
|
||||
|
||||
find ${DISTNAME} | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-${i}.tar.gz
|
||||
cd ../../
|
||||
done
|
||||
|
|
|
|||
|
|
@ -166,6 +166,10 @@ script: |
|
|||
rename 's/-setup\.exe$/-setup-unsigned.exe/' *-setup.exe
|
||||
cp -f elements-*setup*.exe $OUTDIR/
|
||||
cd installed
|
||||
mv ${DISTNAME}/bin/elements-qt.exe ${DISTNAME}/bin/liquid-qt.exe
|
||||
mv ${DISTNAME}/bin/elements-cli.exe ${DISTNAME}/bin/liquid-cli.exe
|
||||
mv ${DISTNAME}/bin/elementsd.exe ${DISTNAME}/bin/liquidd.exe
|
||||
mv ${DISTNAME}/bin/elements-tx.exe ${DISTNAME}/bin/liquid-tx.exe
|
||||
find ${DISTNAME}/bin -type f -executable -exec ${i}-objcopy --only-keep-debug {} {}.dbg \; -exec ${i}-strip -s {} \; -exec ${i}-objcopy --add-gnu-debuglink={}.dbg {} \;
|
||||
find ${DISTNAME} -not -name "*.dbg" -type f | sort | zip -X@ ${OUTDIR}/${DISTNAME}-${i}.zip
|
||||
find ${DISTNAME} -name "*.dbg" -type f | sort | zip -X@ ${OUTDIR}/${DISTNAME}-${i}-debug.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue