-
Emmanuel Lepage Vallee authored
Refs #69290
Emmanuel Lepage Vallee authoredRefs #69290
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.* ../