dist: add build script for ubuntu

This commit is contained in:
Takuya ASADA 2015-10-25 00:14:56 +09:00
parent 2a7e668a44
commit afdacb46ce

10
dist/ubuntu/build_deb.sh vendored Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
if [ ! -e dist/ubuntu/build_deb.sh ]; then
echo "run build_deb.sh in top of scylla dir"
exit 1
fi
sudo apt-get -y install debhelper maven openjdk-7-jdk
debuild -r fakeroot --no-tgz-check -us -uc