[arch-commits] Commit in opensearch-dashboards/repos/community-x86_64 (15 files)

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Mon Jul 11 09:13:46 UTC 2022


    Date: Monday, July 11, 2022 @ 09:13:45
  Author: artafinde
Revision: 1249505

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards/repos/community-x86_64/PKGBUILD
    (from rev 1249504, opensearch-dashboards/trunk/PKGBUILD)
  opensearch-dashboards/repos/community-x86_64/README.md
    (from rev 1249504, opensearch-dashboards/trunk/README.md)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards
    (from rev 1249504, opensearch-dashboards/trunk/opensearch-dashboards)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-keystore
    (from rev 1249504, opensearch-dashboards/trunk/opensearch-dashboards-keystore)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-plugin
    (from rev 1249504, opensearch-dashboards/trunk/opensearch-dashboards-plugin)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards.service
    (from rev 1249504, opensearch-dashboards/trunk/opensearch-dashboards.service)
  opensearch-dashboards/repos/community-x86_64/tmpfile.conf
    (from rev 1249504, opensearch-dashboards/trunk/tmpfile.conf)
  opensearch-dashboards/repos/community-x86_64/user.conf
    (from rev 1249504, opensearch-dashboards/trunk/user.conf)
Deleted:
  opensearch-dashboards/repos/community-x86_64/PKGBUILD
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-keystore
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-plugin
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards.service
  opensearch-dashboards/repos/community-x86_64/tmpfile.conf
  opensearch-dashboards/repos/community-x86_64/user.conf

--------------------------------+
 PKGBUILD                       |  202 +++++++++++++++++++--------------------
 README.md                      |    5 
 opensearch-dashboards          |   24 ++--
 opensearch-dashboards-keystore |   24 ++--
 opensearch-dashboards-plugin   |   24 ++--
 opensearch-dashboards.service  |   30 ++---
 tmpfile.conf                   |   12 +-
 user.conf                      |    2 
 8 files changed, 164 insertions(+), 159 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 09:13:35 UTC (rev 1249504)
+++ PKGBUILD	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -1,101 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Spider.007 <archlinux AT spider007 DOT net>
-
-pkgname=opensearch-dashboards
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Open source visualization dashboards for OpenSearch'
-url='https://opensearch.org/docs/dashboards/index/'
-arch=('x86_64')
-license=('Apache')
-depends=('nodejs-lts-fermium')
-optdepends=(
-  'opensearch'
-  'opensearch-dashboards-alerting-plugin'
-  'opensearch-dashboards-anomaly-detection-plugin'
-  'opensearch-dashboards-gantt-chart-plugin'
-  'opensearch-dashboards-index-management-plugin'
-  'opensearch-dashboards-observability-plugin'
-  'opensearch-dashboards-query-workbench-plugin'
-  'opensearch-dashboards-reports-plugin'
-  'opensearch-dashboards-security-plugin'
-)
-makedepends=('yarn' 'git' 'python')
-backup=('etc/opensearch-dashboards/opensearch_dashboards.yml')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${pkgver}"
-  opensearch-dashboards
-  opensearch-dashboards-keystore
-  opensearch-dashboards-plugin
-  opensearch-dashboards.service
-  tmpfile.conf
-  user.conf
-)
-sha512sums=('SKIP'
-            'c404c8f576ccc5d9202b6808eaf0ec4a1545eec63480ea5189f0f5b66f3e22f431090ece3e7488f6e7d20472e55e784110d4d393bef94ad959c8ee0665290d36'
-            '55bb1b7e86bafb9938b787c973aab318848bdb7a498d547948d58ee06fc8b96f9a184d6c00a9f1e7accb5caf64992b0db86cf4b31b0d0eb66c8a88f09b609d3e'
-            'bd3bb6a1d64b80bc0a5a5d73ccce7689b8aaf035262424414de404083085ae8e482770f62e5d8219313adeecd65003b7ce1bbe8943418dbd6a432e739e124493'
-            'bec175171d7ce2d9769b4247931f13e73713f6f6f5eba1c1c184c450e694ae52e54d16e79853331df5fa6b50ebc42e1408cf022dbb8e025526c9be783dfca5c2'
-            'ee7a82eb8b5a719913250159485b144ab94219e64f09a73210bd4cf82345e4f7d1b594e6e8d67aca7faaf6087a672bec478f19ce1493ca64d42e6c39f6b586b8'
-            '51cef07f4f4cdd467aa4a2665ee8aaa870ea8f11449f4be1cb239826292ee4044cc656204ab8836730ac1555387ddb20c2cfb9a50ba70f5c5fe59c271a332ab4')
-
-prepare() {
-  cd "OpenSearch-Dashboards"
-
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/    \"node\": \"[0-9\.]*\",/    \"node\": \"${nodeVersion:1}\",/" "package.json"
-
-  # Don't check the nodejs version for now until https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1189
-  sed -i "/^require('.\/node_version_validator');$/d" src/setup_node_env/no_transpilation.js
-
-  # set default quiet mode for systemd, cli option forces specified values
-  sed -r 's|#(logging.quiet:) false|\1 true|' -i config/opensearch_dashboards.yml
-}
-
-build() {
-  cd "OpenSearch-Dashboards"
-
-  yarn osd bootstrap
-  yarn build --skip-os-packages
-
-  # TODO: How to tell yarn that we don't want to create a SNAPSHOT version?
-  sed -i "s/  \"version\": \"${pkgver}-SNAPSHOT\",/  \"version\": \"${pkgver}\",/" "build/opensearch-dashboards/package.json"
-}
-
-package() {
-  cd "OpenSearch-Dashboards/build/opensearch-dashboards"
-
-  install -dm755 "${pkgdir}"/{usr/share,var/lib,etc}/opensearch-dashboards
-
-  ln -s /etc/opensearch-dashboards "${pkgdir}/usr/share/opensearch-dashboards/config"
-  ln -s /var/lib/opensearch-dashboards "${pkgdir}/usr/share/opensearch-dashboards/data"
-  rm -Rf data
-
-  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-  install -Dm644 NOTICE.txt "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE.txt"
-  install -Dm644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README.txt"
-  rm ./*.txt
-
-  install -Dm 640 config/opensearch_dashboards.yml -t "${pkgdir}/etc/opensearch-dashboards"
-  install -Dm 640 config/node.options -t "${pkgdir}/etc/opensearch-dashboards"
-  rm -Rf config
-
-  rm -Rf bin
-  install -dm 755 "${pkgdir}/usr/bin"
-  install -Dm 755 "${srcdir}/opensearch-dashboards" -t "${pkgdir}/usr/bin"
-  install -Dm 755 "${srcdir}/opensearch-dashboards-keystore" -t "${pkgdir}/usr/bin"
-  install -Dm 755 "${srcdir}/opensearch-dashboards-plugin" -t "${pkgdir}/usr/bin"
-
-  install -dm 755 "${pkgdir}/usr/share/opensearch-dashboards"
-  cp -a ./* "${pkgdir}/usr/share/opensearch-dashboards"
-
-  install -Dm 644 "${srcdir}/opensearch-dashboards.service" -t "${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 "${srcdir}/user.conf" "${pkgdir}/usr/lib/sysusers.d/opensearch-dashboards.conf"
-  install -Dm 644 "${srcdir}/tmpfile.conf" "${pkgdir}/usr/lib/tmpfiles.d/opensearch-dashboards.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: opensearch-dashboards/repos/community-x86_64/PKGBUILD (from rev 1249504, opensearch-dashboards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -0,0 +1,101 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Spider.007 <archlinux AT spider007 DOT net>
+
+pkgname=opensearch-dashboards
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Open source visualization dashboards for OpenSearch'
+url='https://opensearch.org/docs/dashboards/index/'
+arch=('x86_64')
+license=('Apache')
+depends=('nodejs-lts-fermium')
+optdepends=(
+  'opensearch'
+  'opensearch-dashboards-alerting-plugin'
+  'opensearch-dashboards-anomaly-detection-plugin'
+  'opensearch-dashboards-gantt-chart-plugin'
+  'opensearch-dashboards-index-management-plugin'
+  'opensearch-dashboards-observability-plugin'
+  'opensearch-dashboards-query-workbench-plugin'
+  'opensearch-dashboards-reports-plugin'
+  'opensearch-dashboards-security-plugin'
+)
+makedepends=('yarn' 'git' 'python')
+backup=('etc/opensearch-dashboards/opensearch_dashboards.yml')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${pkgver}"
+  opensearch-dashboards
+  opensearch-dashboards-keystore
+  opensearch-dashboards-plugin
+  opensearch-dashboards.service
+  tmpfile.conf
+  user.conf
+)
+sha512sums=('SKIP'
+            'c404c8f576ccc5d9202b6808eaf0ec4a1545eec63480ea5189f0f5b66f3e22f431090ece3e7488f6e7d20472e55e784110d4d393bef94ad959c8ee0665290d36'
+            '55bb1b7e86bafb9938b787c973aab318848bdb7a498d547948d58ee06fc8b96f9a184d6c00a9f1e7accb5caf64992b0db86cf4b31b0d0eb66c8a88f09b609d3e'
+            'bd3bb6a1d64b80bc0a5a5d73ccce7689b8aaf035262424414de404083085ae8e482770f62e5d8219313adeecd65003b7ce1bbe8943418dbd6a432e739e124493'
+            'bec175171d7ce2d9769b4247931f13e73713f6f6f5eba1c1c184c450e694ae52e54d16e79853331df5fa6b50ebc42e1408cf022dbb8e025526c9be783dfca5c2'
+            'ee7a82eb8b5a719913250159485b144ab94219e64f09a73210bd4cf82345e4f7d1b594e6e8d67aca7faaf6087a672bec478f19ce1493ca64d42e6c39f6b586b8'
+            '51cef07f4f4cdd467aa4a2665ee8aaa870ea8f11449f4be1cb239826292ee4044cc656204ab8836730ac1555387ddb20c2cfb9a50ba70f5c5fe59c271a332ab4')
+
+prepare() {
+  cd "OpenSearch-Dashboards"
+
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/    \"node\": \"[0-9\.]*\",/    \"node\": \"${nodeVersion:1}\",/" "package.json"
+
+  # Don't check the nodejs version for now until https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1189
+  sed -i "/^require('.\/node_version_validator');$/d" src/setup_node_env/no_transpilation.js
+
+  # set default quiet mode for systemd, cli option forces specified values
+  sed -r 's|#(logging.quiet:) false|\1 true|' -i config/opensearch_dashboards.yml
+}
+
+build() {
+  cd "OpenSearch-Dashboards"
+
+  yarn osd bootstrap
+  yarn build --skip-os-packages
+
+  # TODO: How to tell yarn that we don't want to create a SNAPSHOT version?
+  sed -i "s/  \"version\": \"${pkgver}-SNAPSHOT\",/  \"version\": \"${pkgver}\",/" "build/opensearch-dashboards/package.json"
+}
+
+package() {
+  cd "OpenSearch-Dashboards/build/opensearch-dashboards"
+
+  install -dm755 "${pkgdir}"/{usr/share,var/lib,etc}/opensearch-dashboards
+
+  ln -s /etc/opensearch-dashboards "${pkgdir}/usr/share/opensearch-dashboards/config"
+  ln -s /var/lib/opensearch-dashboards "${pkgdir}/usr/share/opensearch-dashboards/data"
+  rm -Rf data
+
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+  install -Dm644 NOTICE.txt "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE.txt"
+  install -Dm644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README.txt"
+  rm ./*.txt
+
+  install -Dm 640 config/opensearch_dashboards.yml -t "${pkgdir}/etc/opensearch-dashboards"
+  install -Dm 640 config/node.options -t "${pkgdir}/etc/opensearch-dashboards"
+  rm -Rf config
+
+  rm -Rf bin
+  install -dm 755 "${pkgdir}/usr/bin"
+  install -Dm 755 "${srcdir}/opensearch-dashboards" -t "${pkgdir}/usr/bin"
+  install -Dm 755 "${srcdir}/opensearch-dashboards-keystore" -t "${pkgdir}/usr/bin"
+  install -Dm 755 "${srcdir}/opensearch-dashboards-plugin" -t "${pkgdir}/usr/bin"
+
+  install -dm 755 "${pkgdir}/usr/share/opensearch-dashboards"
+  cp -a ./* "${pkgdir}/usr/share/opensearch-dashboards"
+
+  install -Dm 644 "${srcdir}/opensearch-dashboards.service" -t "${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 "${srcdir}/user.conf" "${pkgdir}/usr/lib/sysusers.d/opensearch-dashboards.conf"
+  install -Dm 644 "${srcdir}/tmpfile.conf" "${pkgdir}/usr/lib/tmpfiles.d/opensearch-dashboards.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: opensearch-dashboards/repos/community-x86_64/README.md (from rev 1249504, opensearch-dashboards/trunk/README.md)
===================================================================
--- README.md	                        (rev 0)
+++ README.md	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -0,0 +1,5 @@
+# OpenSearch-Dashboards
+
+When this package is updated all plugins need to be updated. Opensearch and its plugins normally receives an update at the same time. To ease the update process a HedgeDoc document is available:
+
+https://md.archlinux.org/pgXpoI8mSw-zP2-TKEGr8w

Deleted: opensearch-dashboards
===================================================================
--- opensearch-dashboards	2022-07-11 09:13:35 UTC (rev 1249504)
+++ opensearch-dashboards	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/dev/build/tasks/bin/scripts/opensearch-dashboards
-
-DIR="/usr/share/opensearch-dashboards"
-CONFIG_DIR="/etc/opensearch-dashboards"
-
-if [ -f "${CONFIG_DIR}/node.options" ]; then
-    OSD_NODE_OPTS="$(grep -v ^# <${CONFIG_DIR}/node.options | xargs)"
-fi
-
-NODE_OPTIONS="--no-warnings --max-http-header-size=65536 $OSD_NODE_OPTS $NODE_OPTIONS" NODE_ENV=production exec node "${DIR}/src/cli/dist" ${@}

Copied: opensearch-dashboards/repos/community-x86_64/opensearch-dashboards (from rev 1249504, opensearch-dashboards/trunk/opensearch-dashboards)
===================================================================
--- opensearch-dashboards	                        (rev 0)
+++ opensearch-dashboards	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/dev/build/tasks/bin/scripts/opensearch-dashboards
+
+DIR="/usr/share/opensearch-dashboards"
+CONFIG_DIR="/etc/opensearch-dashboards"
+
+if [ -f "${CONFIG_DIR}/node.options" ]; then
+    OSD_NODE_OPTS="$(grep -v ^# <${CONFIG_DIR}/node.options | xargs)"
+fi
+
+NODE_OPTIONS="--no-warnings --max-http-header-size=65536 $OSD_NODE_OPTS $NODE_OPTIONS" NODE_ENV=production exec node "${DIR}/src/cli/dist" ${@}

Deleted: opensearch-dashboards-keystore
===================================================================
--- opensearch-dashboards-keystore	2022-07-11 09:13:35 UTC (rev 1249504)
+++ opensearch-dashboards-keystore	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/dev/build/tasks/bin/scripts/opensearch-dashboards-keystore
-
-DIR="/usr/share/opensearch-dashboards"
-CONFIG_DIR="/etc/opensearch-dashboards"
-
-if [ -f "${CONFIG_DIR}/node.options" ]; then
-    OSD_NODE_OPTS="$(grep -v ^# <${CONFIG_DIR}/node.options | xargs)"
-fi
-
-NODE_OPTIONS="$OSD_NODE_OPTS $NODE_OPTIONS" NODE_ENV=production exec node "${DIR}/src/cli_keystore/dist" ${@}

Copied: opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-keystore (from rev 1249504, opensearch-dashboards/trunk/opensearch-dashboards-keystore)
===================================================================
--- opensearch-dashboards-keystore	                        (rev 0)
+++ opensearch-dashboards-keystore	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/dev/build/tasks/bin/scripts/opensearch-dashboards-keystore
+
+DIR="/usr/share/opensearch-dashboards"
+CONFIG_DIR="/etc/opensearch-dashboards"
+
+if [ -f "${CONFIG_DIR}/node.options" ]; then
+    OSD_NODE_OPTS="$(grep -v ^# <${CONFIG_DIR}/node.options | xargs)"
+fi
+
+NODE_OPTIONS="$OSD_NODE_OPTS $NODE_OPTIONS" NODE_ENV=production exec node "${DIR}/src/cli_keystore/dist" ${@}

Deleted: opensearch-dashboards-plugin
===================================================================
--- opensearch-dashboards-plugin	2022-07-11 09:13:35 UTC (rev 1249504)
+++ opensearch-dashboards-plugin	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/dev/build/tasks/bin/scripts/opensearch-dashboards-plugin
-
-DIR="/usr/share/opensearch-dashboards"
-CONFIG_DIR="/etc/opensearch-dashboards"
-
-if [ -f "${CONFIG_DIR}/node.options" ]; then
-    OSD_NODE_OPTS="$(grep -v ^# <${CONFIG_DIR}/node.options | xargs)"
-fi
-
-NODE_OPTIONS="--no-warnings $OSD_NODE_OPTS $NODE_OPTIONS" NODE_ENV=production exec node "${DIR}/src/cli_plugin/dist" ${@}

Copied: opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-plugin (from rev 1249504, opensearch-dashboards/trunk/opensearch-dashboards-plugin)
===================================================================
--- opensearch-dashboards-plugin	                        (rev 0)
+++ opensearch-dashboards-plugin	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/dev/build/tasks/bin/scripts/opensearch-dashboards-plugin
+
+DIR="/usr/share/opensearch-dashboards"
+CONFIG_DIR="/etc/opensearch-dashboards"
+
+if [ -f "${CONFIG_DIR}/node.options" ]; then
+    OSD_NODE_OPTS="$(grep -v ^# <${CONFIG_DIR}/node.options | xargs)"
+fi
+
+NODE_OPTIONS="--no-warnings $OSD_NODE_OPTS $NODE_OPTIONS" NODE_ENV=production exec node "${DIR}/src/cli_plugin/dist" ${@}

Deleted: opensearch-dashboards.service
===================================================================
--- opensearch-dashboards.service	2022-07-11 09:13:35 UTC (rev 1249504)
+++ opensearch-dashboards.service	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -1,15 +0,0 @@
-[Unit]
-Description=Open source visualization dashboards for OpenSearch
-Documentation=https://opensearch.org/docs/dashboards/index/
-After=network.target opensearch.service
-
-[Service]
-User=opensearch-dashboards
-Group=opensearch-dashboards
-ExecStart=/usr/bin/opensearch-dashboards
-PrivateTmp=true
-NoNewPrivileges=true
-Restart=always
-
-[Install]
-WantedBy=multi-user.target

Copied: opensearch-dashboards/repos/community-x86_64/opensearch-dashboards.service (from rev 1249504, opensearch-dashboards/trunk/opensearch-dashboards.service)
===================================================================
--- opensearch-dashboards.service	                        (rev 0)
+++ opensearch-dashboards.service	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Open source visualization dashboards for OpenSearch
+Documentation=https://opensearch.org/docs/dashboards/index/
+After=network.target opensearch.service
+
+[Service]
+User=opensearch-dashboards
+Group=opensearch-dashboards
+ExecStart=/usr/bin/opensearch-dashboards
+PrivateTmp=true
+NoNewPrivileges=true
+Restart=always
+
+[Install]
+WantedBy=multi-user.target

Deleted: tmpfile.conf
===================================================================
--- tmpfile.conf	2022-07-11 09:13:35 UTC (rev 1249504)
+++ tmpfile.conf	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -1,6 +0,0 @@
-d /etc/opensearch-dashboards 0755 opensearch-dashboards opensearch-dashboards -
-Z /etc/opensearch-dashboards/node.options 0640 opensearch-dashboards opensearch-dashboards -
-Z /etc/opensearch-dashboards/opensearch_dashboards.yml 0640 opensearch-dashboards opensearch-dashboards -
-d /usr/share/opensearch-dashboards 0755 opensearch-dashboards opensearch-dashboards -
-Z /usr/share/opensearch-dashboards/optimize - opensearch-dashboards opensearch-dashboards -
-d /var/lib/opensearch-dashboards 0755 opensearch-dashboards opensearch-dashboards -
\ No newline at end of file

Copied: opensearch-dashboards/repos/community-x86_64/tmpfile.conf (from rev 1249504, opensearch-dashboards/trunk/tmpfile.conf)
===================================================================
--- tmpfile.conf	                        (rev 0)
+++ tmpfile.conf	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -0,0 +1,6 @@
+d /etc/opensearch-dashboards 0755 opensearch-dashboards opensearch-dashboards -
+Z /etc/opensearch-dashboards/node.options 0640 opensearch-dashboards opensearch-dashboards -
+Z /etc/opensearch-dashboards/opensearch_dashboards.yml 0640 opensearch-dashboards opensearch-dashboards -
+d /usr/share/opensearch-dashboards 0755 opensearch-dashboards opensearch-dashboards -
+Z /usr/share/opensearch-dashboards/optimize - opensearch-dashboards opensearch-dashboards -
+d /var/lib/opensearch-dashboards 0755 opensearch-dashboards opensearch-dashboards -
\ No newline at end of file

Deleted: user.conf
===================================================================
--- user.conf	2022-07-11 09:13:35 UTC (rev 1249504)
+++ user.conf	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -1 +0,0 @@
-u opensearch-dashboards 12456 "OpenSearch Dashboards user" /usr/share/opensearch-dashboards

Copied: opensearch-dashboards/repos/community-x86_64/user.conf (from rev 1249504, opensearch-dashboards/trunk/user.conf)
===================================================================
--- user.conf	                        (rev 0)
+++ user.conf	2022-07-11 09:13:45 UTC (rev 1249505)
@@ -0,0 +1 @@
+u opensearch-dashboards 12456 "OpenSearch Dashboards user" /usr/share/opensearch-dashboards



More information about the arch-commits mailing list