From afdacb46ce9bfeeca5d3a64ec18f91d9a74765bf Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Sun, 25 Oct 2015 00:14:56 +0900 Subject: [PATCH] dist: add build script for ubuntu --- dist/ubuntu/build_deb.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dist/ubuntu/build_deb.sh diff --git a/dist/ubuntu/build_deb.sh b/dist/ubuntu/build_deb.sh new file mode 100644 index 0000000..fe9a9ee --- /dev/null +++ b/dist/ubuntu/build_deb.sh @@ -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