mirror of
https://github.com/Wisser/Jailer.git
synced 2026-04-24 03:11:08 -05:00
0de83ffb22
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1260 3dd849cd-670e-4645-a7cd-dd197c8d0e81
58 lines
570 B
Bash
58 lines
570 B
Bash
cd
|
|
cd jailergit/
|
|
cd trunk/
|
|
svn up
|
|
sh admin/release.sh jailer_$1
|
|
sh admin/release-dbeauty.sh dbeauty_$2
|
|
cd
|
|
cd tmp
|
|
rm -r _$1
|
|
mkdir _$1
|
|
cd _$1
|
|
unzip ../jailer_$1.zip
|
|
cd jailer/
|
|
cp jailer-engine-* ../../
|
|
head releasenotes.txt
|
|
|
|
cd ..
|
|
cd ..
|
|
rm -r _$2
|
|
mkdir _$2
|
|
cd _$2
|
|
cd dbeauty
|
|
unzip ../dbeauty_$2.zip
|
|
|
|
echo
|
|
echo Jailer Releasenotes
|
|
echo
|
|
|
|
cd
|
|
cd tmp
|
|
cd _$1
|
|
cd jailer/
|
|
head releasenotes.txt
|
|
|
|
echo
|
|
echo DBeauty Releasenotes
|
|
echo
|
|
|
|
cd
|
|
cd tmp
|
|
cd _$2
|
|
cd dbeauty
|
|
head releasenotes.txt
|
|
|
|
cd
|
|
cd tmp
|
|
cd _$1
|
|
cd jailer/
|
|
sh jailerGUI.sh &
|
|
|
|
cd
|
|
cd tmp
|
|
cd _$2
|
|
cd dbeauty/
|
|
sh dbeauty.sh &
|
|
|
|
|