summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Heß2016-06-29 14:53:41 +0200
committerJanne Heß2016-06-29 14:53:41 +0200
commit0b9c95ba682aca1dd51f070bfe91d1967080dc29 (patch)
treee4e4271ff440480516487cfd22548d9c14c39b79
parentf7e833e16ada1921890fcc2938df4a91f2eeeb52 (diff)
downloadaur-zfsmond-git.tar.gz
Remove hack for reducing verbosity
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
-rw-r--r--zfsmond.service1
3 files changed, 6 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43a68cff8cdd..94b46a3721fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 19:25:09 UTC 2016
+# Wed Jun 29 12:53:09 UTC 2016
pkgbase = zfsmond-git
pkgdesc = Tiny ZFS Web Interface written in AngularJS and Flask Restful
pkgver = 487922c
@@ -16,8 +16,8 @@ pkgbase = zfsmond-git
depends = python2-libzfs-git
source = git://github.com/FireDrunk/ZFSmond
source = zfsmond.service
- sha256sums = SKIP
- sha256sums = 27f05cd919b88ee691c6a1fd95c51ced540bbbd96b1ba3458c17149cc8fd25da
+ sha512sums = SKIP
+ sha512sums = d37468885d1160086f37795ed552fc890db650602424c4f6724ed06cc70dd931a171bf05b26a87b0af499d15fb909d52af2605971cd02b1e3511f01e8f060b47
pkgname = zfsmond-git
diff --git a/PKGBUILD b/PKGBUILD
index 63f014392e50..da9f71eef883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
# Maintainer: Janne Heß <jannehess@gmail.com>
-# Contributor: Janne Heß <jannehess@gmail.com>
-
pkgname=zfsmond-git
pkgver=487922c
pkgrel=1
@@ -9,10 +7,9 @@ pkgdesc='Tiny ZFS Web Interface written in AngularJS and Flask Restful'
url='https://github.com/FireDrunk/ZFSmond'
license=('GPL')
depends=('python2-pyudev' 'python2-pysmart' 'python2-flask' 'python2-flask-restful' 'python2-enum34' 'python2-cffi' 'python2-libzfs-git')
-source=('git://github.com/FireDrunk/ZFSmond'
-'zfsmond.service')
-sha256sums=('SKIP'
- '27f05cd919b88ee691c6a1fd95c51ced540bbbd96b1ba3458c17149cc8fd25da')
+source=('git://github.com/FireDrunk/ZFSmond' 'zfsmond.service')
+sha512sums=('SKIP'
+ 'd37468885d1160086f37795ed552fc890db650602424c4f6724ed06cc70dd931a171bf05b26a87b0af499d15fb909d52af2605971cd02b1e3511f01e8f060b47')
arch=('any')
pkgver() {
@@ -20,11 +17,6 @@ pkgver() {
git describe --always
}
-build() {
- # Ugly hack to decrease verbosity
- sed -i 's/app.debug = True/app.debug = False'$"\n"'import logging'$"\n"'logging.getLogger("werkzeug").setLevel(logging.ERROR)/g' "${srcdir}/ZFSmond/main.py"
-}
-
package() {
cd "${srcdir}/ZFSmond"
install -Dm755 main.py "${pkgdir}/usr/share/webapps/ZFSmond/main.py"
diff --git a/zfsmond.service b/zfsmond.service
index 11a73cfb79dc..9f47801d12c0 100644
--- a/zfsmond.service
+++ b/zfsmond.service
@@ -1,6 +1,5 @@
[Unit]
Description=Tiny ZFS Web Interface
-After=elasticsearch.service
[Service]
Type=simple