Compare commits
17 Commits
master
...
branch-4.1
Author | SHA1 | Date | |
---|---|---|---|
|
58cd21ba43 | ||
|
659395f1a1 | ||
|
1e836211ce | ||
|
398e4bd1db | ||
|
5a327a4106 | ||
|
ecc32f1fc5 | ||
|
1ec049de11 | ||
|
553e816430 | ||
|
d2dd8d027c | ||
|
7db22144ac | ||
|
faea829ba0 | ||
|
75618699ec | ||
|
5de17ec482 | ||
|
9f366b16fb | ||
|
843abf8376 | ||
|
67a43e31e6 | ||
|
ee72ec2288 |
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PRODUCT=scylla
|
||||
VERSION=666.development
|
||||
VERSION=4.1.11
|
||||
|
||||
if test -f version
|
||||
then
|
||||
|
1
dist/debian/control.mustache
vendored
1
dist/debian/control.mustache
vendored
@ -4,6 +4,7 @@ Homepage: http://scylladb.com
|
||||
Section: database
|
||||
Priority: optional
|
||||
Standards-Version: 3.9.5
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: {{product}}-jmx
|
||||
Architecture: all
|
||||
|
4
dist/debian/debian/scylla-jmx.install
vendored
Normal file
4
dist/debian/debian/scylla-jmx.install
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
etc/default/scylla-jmx
|
||||
etc/systemd/system/scylla-jmx.service.d/sysconfdir.conf
|
||||
opt/scylladb/jmx/*
|
||||
usr/lib/scylla/jmx/*
|
2
dist/debian/rules.mustache
vendored
2
dist/debian/rules.mustache
vendored
@ -6,7 +6,7 @@ override_dh_auto_clean:
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
./install.sh --root "$(CURDIR)/debian/{{product}}-jmx" --sysconfdir /etc/default
|
||||
./install.sh --root "$(CURDIR)/debian/tmp" --sysconfdir /etc/default
|
||||
|
||||
override_dh_installinit:
|
||||
{{#scylla}}
|
||||
|
Loading…
Reference in New Issue
Block a user