Compare commits

...

4 Commits

Author SHA1 Message Date
Takuya ASADA
36ed2cf225 dist: stop scylla-jmx when scylla-server stopped, don't respawn
Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Signed-off-by: Pekka Enberg <penberg@scylladb.com>
2015-10-30 15:40:16 +02:00
Takuya ASADA
167f86f6d7 dist: fix warning when building scylla-jmx ubuntu package
Signed-off-by: Takuya ASADA <syuu@scylladb.com>
2015-10-30 09:15:31 +02:00
Takuya ASADA
c3cc58069c dist: add devscripts to install debuild before start building package
Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Signed-off-by: Pekka Enberg <penberg@scylladb.com>
2015-10-29 07:42:14 +02:00
Pekka Enberg
1fcd06b776 release: prepare for 0.11
Signed-off-by: Pekka Enberg <penberg@scylladb.com>
2015-10-28 15:11:26 +02:00
4 changed files with 6 additions and 10 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
VERSION=1.0
VERSION=0.11
if test -f version
then

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
scylla-jmx (0.10-1) unstable; urgency=medium
scylla-jmx (0.10-ubuntu1) trusty; urgency=medium
* Initial release.

View File

@ -4,19 +4,15 @@
description "ScyllaDB jmx"
start on starting scylla-server
stop on runlevel [!2345]
start on started scylla-server
stop on stopping scylla-server
respawn
respawn limit 10 5
umask 022
expect fork
console log
script
. /etc/default/scylla-jmx
export JMX_LOCAL_PORT
/usr/lib/scylla/jmx/jmx_run
exec /usr/lib/scylla/jmx/jmx_run
end script

View File

@ -5,6 +5,6 @@ if [ ! -e dist/ubuntu/build_deb.sh ]; then
exit 1
fi
sudo apt-get -y install debhelper maven openjdk-7-jdk
sudo apt-get -y install debhelper maven openjdk-7-jdk devscripts
debuild -r fakeroot --no-tgz-check -us -uc