mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 15:05:33 +00:00
71aefd5a06
It is rarely used and was not consistently handled by different distributions anyway. This commit also adds a test for specifying CONF_DIR when installing plugins and starting elasticsearch. relates to #12712 and #12954 closes #5329 closes #13715
16 lines
554 B
Properties
16 lines
554 B
Properties
# Properties used to build to the DEB package
|
|
#
|
|
|
|
# Environment file
|
|
packaging.env.file=/etc/default/elasticsearch
|
|
|
|
# Default configuration directory and file to use in bin/plugin script
|
|
packaging.plugin.default.config.dir=${packaging.elasticsearch.conf.dir}
|
|
|
|
# Simple marker to check that properties are correctly overridden
|
|
packaging.type=deb
|
|
|
|
# Custom header for package scripts
|
|
packaging.scripts.header=#!/bin/sh${line.separator}set -e
|
|
packaging.scripts.footer=exit 0${line.separator}# Built for ${project.name}-${project.version} (${packaging.type})
|