[arch-commits] Commit in mcollective/repos/community-any (4 files)
Thore Bödecker
foxxx0 at archlinux.org
Wed May 16 15:20:36 UTC 2018
Date: Wednesday, May 16, 2018 @ 15:20:35
Author: foxxx0
Revision: 322868
archrelease: copy trunk to community-any
Added:
mcollective/repos/community-any/PKGBUILD
(from rev 322867, mcollective/trunk/PKGBUILD)
mcollective/repos/community-any/mcollective.service
(from rev 322867, mcollective/trunk/mcollective.service)
Deleted:
mcollective/repos/community-any/PKGBUILD
mcollective/repos/community-any/mcollective.service
---------------------+
PKGBUILD | 107 +++++++++++++++++++++++++-------------------------
mcollective.service | 30 +++++++-------
2 files changed, 69 insertions(+), 68 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-16 15:20:26 UTC (rev 322867)
+++ PKGBUILD 2018-05-16 15:20:35 UTC (rev 322868)
@@ -1,53 +0,0 @@
-# Maintainer: Thore Bödecker <foxxx0 at archlinux.org
-
-pkgname=mcollective
-pkgver=2.12.0
-pkgrel=1
-pkgdesc="The Marionette Collective, a framework for building server orchestration or parallel job-execution systems."
-arch=('any')
-url='https://puppet.com/docs/mcollective/current/index.html'
-license=('Apache')
-depends=('ruby' 'puppet' 'ruby-stomp')
-optdepends=(
- 'ruby-nats-pure: NATS backend'
- 'ruby-net-ping: ping interface supporting various protocols'
- 'ruby-sys-proctable: interface for providing process table info'
-)
-source=(
- "https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
- 'mcollective.service'
-)
-sha512sums=('0e5eaad5e42101db9882ba774b19211e7d50032cc8f2735135a89f2c09b228426ad18599f1cef93e078031cfa50bc03285c676e8c2a2bf82920698d1dee5fac1'
- 'SKIP'
- '132cdf7d4262ed3969ab09d2951bf79a3182e2a795a2778bd6f4d5d66b53b17f170a7b106e4499f73acdd4a0b29b48eb34fb7a1cd5cba36b70570a9775fda9b1')
-validpgpkeys=(
- '6F6B15509CF8E59E6E469F327F438280EF8D349F' # Puppet, Inc. Release Key
-)
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ruby install.rb \
- --destdir="${pkgdir}" \
- --rdoc \
- --configs \
- --configdir="/etc/puppetlabs/${pkgname}" \
- --bindir="/usr/bin" \
- --sbindir="/usr/bin" \
- --plugindir="/usr/lib/${pkgname}" \
- --sitelibdir="$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]')" \
- --no-batch-files \
- --full
-
- find "${pkgdir}" -type d -name 'debian' -exec rm -rf {} +
- find "${pkgdir}" -type d -name 'redhat' -exec rm -rf {} +
-
- install -D -m755 -d "${pkgdir}/usr/lib/${pkgname}"
-
- install -D -m644 "${srcdir}/mcollective.service" "${pkgdir}/usr/lib/systemd/system/mcollective.service"
-
- sed -i \
- -e "s|/usr/libexec/${pkgname}|/usr/lib/${pkgname}|g" \
- -e "s|/etc/${pkgname}|/etc/puppetlabs/${pkgname}|g" \
- "${pkgdir}/etc/puppetlabs/${pkgname}"/*.cfg
-}
Copied: mcollective/repos/community-any/PKGBUILD (from rev 322867, mcollective/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-16 15:20:35 UTC (rev 322868)
@@ -0,0 +1,54 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org
+
+pkgname=mcollective
+pkgver=2.12.1
+pkgrel=1
+pkgdesc="The Marionette Collective, a framework for building server orchestration or parallel job-execution systems."
+arch=('any')
+url='https://puppet.com/docs/mcollective/current/index.html'
+license=('Apache')
+backup=('etc/puppetlabs/mcollective/server.cfg' 'etc/puppetlabs/mcollective/client.cfg')
+depends=('ruby' 'puppet' 'ruby-stomp')
+optdepends=(
+ 'ruby-nats-pure: NATS backend'
+ 'ruby-net-ping: ping interface supporting various protocols'
+ 'ruby-sys-proctable: interface for providing process table info'
+)
+source=(
+ "https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+ 'mcollective.service'
+)
+sha512sums=('f7318345dc6219ac280db744e01a893fc5f9aed7660fe50dd5c3c7f275274c9866bbce4886394c590480f55dca18d6b58382c27cbfca44f78977d3cf6ccf85c4'
+ 'SKIP'
+ '132cdf7d4262ed3969ab09d2951bf79a3182e2a795a2778bd6f4d5d66b53b17f170a7b106e4499f73acdd4a0b29b48eb34fb7a1cd5cba36b70570a9775fda9b1')
+validpgpkeys=(
+ '6F6B15509CF8E59E6E469F327F438280EF8D349F' # Puppet, Inc. Release Key
+)
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ruby install.rb \
+ --destdir="${pkgdir}" \
+ --rdoc \
+ --configs \
+ --configdir="/etc/puppetlabs/${pkgname}" \
+ --bindir="/usr/bin" \
+ --sbindir="/usr/bin" \
+ --plugindir="/usr/lib/${pkgname}" \
+ --sitelibdir="$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]')" \
+ --no-batch-files \
+ --full
+
+ find "${pkgdir}" -type d -name 'debian' -exec rm -rf {} +
+ find "${pkgdir}" -type d -name 'redhat' -exec rm -rf {} +
+
+ install -D -m755 -d "${pkgdir}/usr/lib/${pkgname}"
+
+ install -D -m644 "${srcdir}/mcollective.service" "${pkgdir}/usr/lib/systemd/system/mcollective.service"
+
+ sed -i \
+ -e "s|/usr/libexec/${pkgname}|/usr/lib/${pkgname}|g" \
+ -e "s|/etc/${pkgname}|/etc/puppetlabs/${pkgname}|g" \
+ "${pkgdir}/etc/puppetlabs/${pkgname}"/*.cfg
+}
Deleted: mcollective.service
===================================================================
--- mcollective.service 2018-05-16 15:20:26 UTC (rev 322867)
+++ mcollective.service 2018-05-16 15:20:35 UTC (rev 322868)
@@ -1,15 +0,0 @@
-[Unit]
-Description=The Marionette Collective Daemon
-After=network.target
-
-[Service]
-Type=simple
-StandardOutput=syslog
-StandardError=syslog
-PIDFile=/run/puppetlabs/mcollective.pid
-ExecStart=/usr/bin/mcollectived --config=/etc/puppetlabs/mcollective/server.cfg --pidfile=/run/puppetlabs/mcollective.pid
-ExecReload=/usr/bin/kill -USR1 $MAINPID
-KillMode=process
-
-[Install]
-WantedBy=multi-user.target
Copied: mcollective/repos/community-any/mcollective.service (from rev 322867, mcollective/trunk/mcollective.service)
===================================================================
--- mcollective.service (rev 0)
+++ mcollective.service 2018-05-16 15:20:35 UTC (rev 322868)
@@ -0,0 +1,15 @@
+[Unit]
+Description=The Marionette Collective Daemon
+After=network.target
+
+[Service]
+Type=simple
+StandardOutput=syslog
+StandardError=syslog
+PIDFile=/run/puppetlabs/mcollective.pid
+ExecStart=/usr/bin/mcollectived --config=/etc/puppetlabs/mcollective/server.cfg --pidfile=/run/puppetlabs/mcollective.pid
+ExecReload=/usr/bin/kill -USR1 $MAINPID
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list