mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Synthesis now outputs .7z instead of .zip and .tar.xz instead of .tar.bz2. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4129 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ccf7d2d470
commit
d52889e5db
1 changed files with 5 additions and 5 deletions
|
@ -195,8 +195,8 @@ then
|
|||
cp $top/$source/source/lunatic/test/{delmusicsfx,helixspawner}.lua lunatic/test
|
||||
fi
|
||||
|
||||
echo zip -r -y -9 $output/$date-$head/${basename}_${platform}_$date-$head.zip * -x "*.svn*"
|
||||
zip -r -y -9 $output/$date-$head/${basename}_${platform}_$date-$head.zip * -x "*.svn*"
|
||||
echo 7z a -mx9 -t7z $output/$date-$head/${basename}_${platform}_$date-$head.7z *
|
||||
7z a -mx9 -t7z $output/$date-$head/${basename}_${platform}_$date-$head.7z *
|
||||
|
||||
# Remove the packaged Lunatic test/demo files.
|
||||
if [ -n "$BUILD_LUNATIC" ]; then
|
||||
|
@ -224,8 +224,8 @@ then
|
|||
rm -r ${basename}_$date-$head/$i
|
||||
done
|
||||
|
||||
echo tar cjf ${basename}_src_$date-$head.tar.bz2 ${basename}_$date-$head
|
||||
tar cjf ${basename}_src_$date-$head.tar.bz2 ${basename}_$date-$head
|
||||
echo tar cJf ${basename}_src_$date-$head.tar.xz ${basename}_$date-$head
|
||||
tar cJf ${basename}_src_$date-$head.tar.xz ${basename}_$date-$head
|
||||
rm -r ${basename}_$date-$head
|
||||
|
||||
# clean up the revision header
|
||||
|
@ -247,7 +247,7 @@ then
|
|||
chown -R :$group $output/$date-$head
|
||||
|
||||
# link eduke32_latest.zip to the new archive
|
||||
ln -sf $output/$date-$head/${basename}_${platform}_$date-$head.zip $output/eduke32_latest.zip
|
||||
ln -sf $output/$date-$head/${basename}_${platform}_$date-$head.7z $output/eduke32_latest.7z
|
||||
|
||||
rm -f $lockfile
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue