Project 'savoirfairelinux/ring-client-windows' was moved to 'savoirfairelinux/jami-client-windows'. Please update any links and bookmarks that may still have the old path.
Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
release.sh 409 B
#!/bin/bash
echo 'Make sure config.ini and all code version refewrences are ready [PRESS ENTER]'
read
mkdir -p build
cd build
if [ -d "kde-dev-scripts" ]; then
cd kde-dev-scripts
git pull
cd ..
else
git clone http://anongit.kde.org/kde-dev-scripts
fi
cp ../config.ini ./
cp kde-dev-scripts/createtarball/create_tarball.rb ./
ruby create_tarball.rb -n -a libringclient && mv libringclient*.tar.* ../