dist: add build script for ubuntu
This commit is contained in:
parent
2a7e668a44
commit
afdacb46ce
10
dist/ubuntu/build_deb.sh
vendored
Normal file
10
dist/ubuntu/build_deb.sh
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user