[arch-commits] Commit in salt/repos/community-testing-any (6 files)

Johannes Löthberg demize at archlinux.org
Thu Mar 14 19:23:34 UTC 2019


    Date: Thursday, March 14, 2019 @ 19:23:34
  Author: demize
Revision: 441062

archrelease: copy trunk to community-testing-any

Added:
  salt/repos/community-testing-any/PKGBUILD
    (from rev 441061, salt/trunk/PKGBUILD)
  salt/repos/community-testing-any/salt.install
    (from rev 441061, salt/trunk/salt.install)
  salt/repos/community-testing-any/salt.logrotate
    (from rev 441061, salt/trunk/salt.logrotate)
Deleted:
  salt/repos/community-testing-any/PKGBUILD
  salt/repos/community-testing-any/salt.install
  salt/repos/community-testing-any/salt.logrotate

----------------+
 PKGBUILD       |  122 +++++++++++++++++++++++++++----------------------------
 salt.install   |   44 +++++++++----------
 salt.logrotate |   14 +++---
 3 files changed, 91 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 19:23:27 UTC (rev 441061)
+++ PKGBUILD	2019-03-14 19:23:34 UTC (rev 441062)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Sébastien Luttringer
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Christer Edwards <christer.edwards at gmail.com>
-
-pkgname=salt
-pkgver=2019.2.0
-pkgrel=1
-
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-
-replaces=('salt-zmq' 'salt-raet')
-conflicts=('salt-zmq' 'salt-raet')
-
-depends=('python-jinja'
-         'python-msgpack'
-         'python-yaml'
-         'python-markupsafe'
-         'python-requests'
-         'python-pyzmq'
-         'python-crypto'
-         'python-m2crypto'
-         'python-systemd'
-         'python-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-            'python-pygit2: gitfs support')
-
-backup=('etc/logrotate.d/salt'
-        'etc/salt/master'
-        'etc/salt/minion')
-
-install=salt.install
-source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz"
-        salt.logrotate)
-md5sums=('7acfb2e41dac0bbbafaf396db54838f0'
-         '029c0553d023004ca00b0519620a8491')
-
-package() {
-  install -Dm644 salt.logrotate "$pkgdir"/etc/logrotate.d/salt
-
-  cd salt-$pkgver
-  python setup.py clean
-  python setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" --optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service salt-api.service; do
-    install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash "$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh "$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-testing-any/PKGBUILD (from rev 441061, salt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-14 19:23:34 UTC (rev 441062)
@@ -0,0 +1,62 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Christer Edwards <christer.edwards at gmail.com>
+
+pkgname=salt
+pkgver=2019.2.0
+pkgrel=2
+
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
+
+depends=('python2-jinja'
+         'python2-msgpack'
+         'python2-yaml'
+         'python2-markupsafe'
+         'python2-requests'
+         'python2-pyzmq'
+         'python2-crypto'
+         'python2-m2crypto'
+         'python2-systemd'
+         'python2-tornado'
+         'python2-futures')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+            'python2-pygit2: gitfs support')
+
+backup=('etc/logrotate.d/salt'
+        'etc/salt/master'
+        'etc/salt/minion')
+
+install=salt.install
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz"
+        salt.logrotate)
+
+sha256sums=('5695bb2b3fa288bcfc0e3b93d9449afd75220bd8f0deefb5e7fc03af381df6cd'
+            '70cd01658182ad12d831d67ddbe42004c245ec3ec83efde76632274cc27f25cf')
+
+package() {
+  install -Dm644 salt.logrotate "$pkgdir"/etc/logrotate.d/salt
+
+  cd salt-$pkgver
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" --optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service salt-api.service; do
+    install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash "$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh "$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: salt.install
===================================================================
--- salt.install	2019-03-14 19:23:27 UTC (rev 441061)
+++ salt.install	2019-03-14 19:23:34 UTC (rev 441062)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then
-    cat << EOF
-==> Since version 2014.1.1-2, salt-master runs by default as root user.
-==> You need to manually update your configuration and remove the salt user and
-==> group to follow the new default behavior.
-EOF
-  fi
-
-  if [[ "$(vercmp $2 2016.3.3-1)" -le 0 ]]; then
-    cat << EOF
-==> Since version 2016.3.3-2 RAET is no longer supported.  Please switch to either
-==> zeromq or tcp for transport instead.
-EOF
-  fi
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: salt/repos/community-testing-any/salt.install (from rev 441061, salt/trunk/salt.install)
===================================================================
--- salt.install	                        (rev 0)
+++ salt.install	2019-03-14 19:23:34 UTC (rev 441062)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then
+    cat << EOF
+==> Since version 2014.1.1-2, salt-master runs by default as root user.
+==> You need to manually update your configuration and remove the salt user and
+==> group to follow the new default behavior.
+EOF
+  fi
+
+  if [[ "$(vercmp $2 2016.3.3-1)" -le 0 ]]; then
+    cat << EOF
+==> Since version 2016.3.3-2 RAET is no longer supported.  Please switch to either
+==> zeromq or tcp for transport instead.
+EOF
+  fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: salt.logrotate
===================================================================
--- salt.logrotate	2019-03-14 19:23:27 UTC (rev 441061)
+++ salt.logrotate	2019-03-14 19:23:34 UTC (rev 441062)
@@ -1,7 +0,0 @@
-/var/log/salt/* {
-  compress
-  copytruncate
-  missingok
-  notifempty
-  rotate 7
-}

Copied: salt/repos/community-testing-any/salt.logrotate (from rev 441061, salt/trunk/salt.logrotate)
===================================================================
--- salt.logrotate	                        (rev 0)
+++ salt.logrotate	2019-03-14 19:23:34 UTC (rev 441062)
@@ -0,0 +1,7 @@
+/var/log/salt/* {
+  compress
+  copytruncate
+  missingok
+  notifempty
+  rotate 7
+}



More information about the arch-commits mailing list