mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-07 14:22:32 -06:00
20 lines
526 B
Text
20 lines
526 B
Text
set -e
|
|
|
|
rm ~/upload/* || true
|
|
|
|
#remove Win32 specific files
|
|
rm ~/upp.tmp/u/*.exe || true
|
|
rm ~/upp.tmp/u/*.map || true
|
|
rm ~/upp.tmp/u/*.dll || true
|
|
rm ~/upp.tmp/u/*.upp || true
|
|
rm ~/upp.tmp/u/*.chk || true
|
|
|
|
rm ~/upp.tmp/u/*.scd || true
|
|
|
|
~/bin/theide uppsrc ide GCC -asrxM ~/upp.tmp/u/uppsrc
|
|
cp ~/upp.src/uppbox/Scripts/Makefile ~/upp.tmp/u
|
|
cd ~/upp.tmp
|
|
mv u upp-src-`svnversion ~/upp.src`
|
|
tar -cvvzf ~/upload/upp-src-`svnversion ~/upp.src`.tar.gz upp-src-`svnversion ~/upp.src`
|
|
~/bin/upload
|
|
mv upp-src-`svnversion ~/upp.src` u
|