summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-10-29 18:03:12 +0200
committerGordian Edenhofer2016-10-29 18:10:12 +0200
commit446e7a869c63bc225b1404caba639eda26035151 (patch)
treead931da862f98dc0236f859e72a61bbee3c6459f /PKGBUILD
parent255d0b9ac6a783665cd329e499975f524ebcd7a4 (diff)
downloadaur-446e7a869c63bc225b1404caba639eda26035151.tar.gz
upgpkg: slurm-llnl 16.05.6-2
Move pid files in systemd services to /run instead of using a subfolder. Skip the creation of /var/log/slurm in systemd-tmpfiles since the log location is /var/log/slurm-llnl and install the tmpfile to /usr/lib instead of /etc/ . upgpkg: slurm-llnl-dev 17.02.0_0pre3-2 upgpkg: slurm-llnl 16.05.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c01af72b225..c461c37ceca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=slurm-llnl
pkgver=16.05.6
-pkgrel=1
+pkgrel=2
pkgdesc="Simple Linux Utility for Resource Management"
arch=('i686' 'x86_64')
url="http://www.schedmd.com"
@@ -34,11 +34,11 @@ source=("slurm-tmpfiles.conf"
"slurmd.service"
"slurmdbd.service"
"http://www.schedmd.com/download/total/slurm-${pkgver}.tar.bz2")
-md5sums=('51e4ae2c51edf7c145d1b87bec4c344e'
+md5sums=('0594bc219f4fd8a0e8663330619829b5'
'cae664b8ef44d01783dade9088e25b53'
- '06b572524c0e419d91c81d84c169358b'
- '5cfc5d7bf548dd0dd3b6ac3708daccb7'
- 'da7a52451ce31c9269211b309f9ebe1c'
+ '5545ddfc50e0f517ee59fff054a3f866'
+ '54181476ea043812e658ddf08d997734'
+ 'f5b4e5e24ad8bdffb12a3bdb6b08d2de'
'0c7911e52443e9f5ad1fc381085ec183')
@@ -90,7 +90,7 @@ package() {
install -D -m644 ../slurmctld.service "${pkgdir}/usr/lib/systemd/system/slurmctld.service"
install -D -m644 ../slurmd.service "${pkgdir}/usr/lib/systemd/system/slurmd.service"
install -D -m644 ../slurmdbd.service "${pkgdir}/usr/lib/systemd/system/slurmdbd.service"
- install -D -m644 ../slurm-tmpfiles.conf "${pkgdir}/etc/tmpfiles.d/slurm-tmpfiles.conf"
+ install -D -m644 ../slurm-tmpfiles.conf "${pkgdir}/usr/lib/tmpfiles.d/slurm-tmpfiles.conf"
# creating a log and a lib dir
install -d -m755 "${pkgdir}/var/log/slurm-llnl"