[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-09-11 Thread Jelle van der Waa via arch-commits
Date: Friday, September 11, 2020 @ 18:56:24
  Author: jelle
Revision: 395775

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 395774, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 395774, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 395774, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  152 +-
 prometheus.service  |   58 +--
 prometheus.sysusers |2 
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-11 18:56:17 UTC (rev 395774)
+++ PKGBUILD2020-09-11 18:56:24 UTC (rev 395775)
@@ -1,76 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.20.1
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('d8382b4847479ffe2a968827aa97b5d3167c57ff5a89766f2d4f8c9c9f97dce6'
-'463647e91c8401d06c65b67df0288fa9bf14e3b0398014c7cfe725efa8db8812'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 395774, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-11 18:56:24 UTC (rev 395775)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.21.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('afafed1be631a53ada60e2b2f12cfdb51dcaee5e539fb65e9983f3276c99f5af'
+'463647e91c8401d06c65b67df0288fa9bf14e3b0398014c7cfe725efa8db8812'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-trimpath \
+-b

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-08-09 Thread Jelle van der Waa via arch-commits
Date: Sunday, August 9, 2020 @ 21:55:12
  Author: jelle
Revision: 393493

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 393492, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 393492, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 393492, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  152 +-
 prometheus.service  |   58 +--
 prometheus.sysusers |2 
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-09 21:54:27 UTC (rev 393492)
+++ PKGBUILD2020-08-09 21:55:12 UTC (rev 393493)
@@ -1,76 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.20.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('ca10ff2bb5db1c5a5c05032be155b5e91ee8e085ab001c41b2b8aec256d8a24a'
-'463647e91c8401d06c65b67df0288fa9bf14e3b0398014c7cfe725efa8db8812'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 393492, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-09 21:55:12 UTC (rev 393493)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.20.1
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('d8382b4847479ffe2a968827aa97b5d3167c57ff5a89766f2d4f8c9c9f97dce6'
+'463647e91c8401d06c65b67df0288fa9bf14e3b0398014c7cfe725efa8db8812'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-trimpath \
+-build

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 11:05:01
  Author: jelle
Revision: 392487

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 392486, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 392486, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 392486, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  152 +-
 prometheus.service  |   57 +-
 prometheus.sysusers |2 
 3 files changed, 106 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 11:04:53 UTC (rev 392486)
+++ PKGBUILD2020-07-24 11:05:01 UTC (rev 392487)
@@ -1,76 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.19.2
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('d4e84cae2fed6761bb8a80fcc69b6e0e9f274d19dffc0f38fb5845f11da1bbc3'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 392486, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 11:05:01 UTC (rev 392487)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.20.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('ca10ff2bb5db1c5a5c05032be155b5e91ee8e085ab001c41b2b8aec256d8a24a'
+'463647e91c8401d06c65b67df0288fa9bf14e3b0398014c7cfe725efa8db8812'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-trimpath \
+-buildmo

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-06-19 Thread Jelle van der Waa via arch-commits
Date: Friday, June 19, 2020 @ 13:49:02
  Author: jelle
Revision: 389534

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 389533, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 389533, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 389533, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  152 +-
 prometheus.service  |   56 +-
 prometheus.sysusers |2 
 3 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-19 13:48:54 UTC (rev 389533)
+++ PKGBUILD2020-06-19 13:49:02 UTC (rev 389534)
@@ -1,76 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.19.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('72fc19722deb0d9f11df1dce58e2ee31fd8f3d1a584848166c2a2bc2aaf8ce74'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 389533, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-19 13:49:02 UTC (rev 389534)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.19.1
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('b72b9b6bdbae246dcc29ef354d429425eb3c0a6e1596fc8b29b502578a4ce045'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-trimpath \
+-buildmo

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-06-10 Thread Jelle van der Waa via arch-commits
Date: Wednesday, June 10, 2020 @ 18:19:58
  Author: jelle
Revision: 388757

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 388756, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 388756, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 388756, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  152 +-
 prometheus.service  |   56 +-
 prometheus.sysusers |2 
 3 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 18:19:50 UTC (rev 388756)
+++ PKGBUILD2020-06-10 18:19:58 UTC (rev 388757)
@@ -1,76 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.18.1
-pkgrel=2
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('fffb2e7f1f112b91d5ea7330cf6b5c5270374ea2c7c51beab464c10b9886a699'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 388756, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 18:19:58 UTC (rev 388757)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.19.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('72fc19722deb0d9f11df1dce58e2ee31fd8f3d1a584848166c2a2bc2aaf8ce74'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-trimpath \
+-buil

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-05-25 Thread Jelle van der Waa via arch-commits
Date: Monday, May 25, 2020 @ 14:35:17
  Author: jelle
Revision: 387518

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 387517, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 387517, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 387517, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  148 +-
 prometheus.service  |   56 +-
 prometheus.sysusers |2 
 3 files changed, 105 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-25 14:35:04 UTC (rev 387517)
+++ PKGBUILD2020-05-25 14:35:17 UTC (rev 387518)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.18.1
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('fffb2e7f1f112b91d5ea7330cf6b5c5270374ea2c7c51beab464c10b9886a699'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 387517, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-25 14:35:17 UTC (rev 387518)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.18.1
+pkgrel=2
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('fffb2e7f1f112b91d5ea7330cf6b5c5270374ea2c7c51beab464c10b9886a699'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-trimpath \
+-buildmode=pi

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-05-11 Thread Jelle van der Waa via arch-commits
Date: Monday, May 11, 2020 @ 12:21:35
  Author: jelle
Revision: 383195

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 383194, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 383194, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 383194, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-11 12:21:25 UTC (rev 383194)
+++ PKGBUILD2020-05-11 12:21:35 UTC (rev 383195)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.18.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('5eaffd8017309c61e37752599cd53821a4f204a489524e9e520a237d9c471a5c'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 383194, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-11 12:21:35 UTC (rev 383195)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.18.1
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('fffb2e7f1f112b91d5ea7330cf6b5c5270374ea2c7c51beab464c10b9886a699'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD"

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-05-05 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 5, 2020 @ 18:53:02
  Author: jelle
Revision: 382345

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 382344, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 382344, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 382344, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:52:53 UTC (rev 382344)
+++ PKGBUILD2020-05-05 18:53:02 UTC (rev 382345)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.17.2
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('a5f2a468508649d1337a5ce9130c1f18f28a45045bdc04cd9bd573a2f2a46920'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 382344, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:53:02 UTC (rev 382345)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.18.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('5eaffd8017309c61e37752599cd53821a4f204a489524e9e520a237d9c471a5c'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD"

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-04-21 Thread Jelle van der Waa via arch-commits
Date: Tuesday, April 21, 2020 @ 10:11:48
  Author: jelle
Revision: 380661

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 380660, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 380660, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 380660, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-21 10:10:37 UTC (rev 380660)
+++ PKGBUILD2020-04-21 10:11:48 UTC (rev 380661)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.17.1
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('d0b53411ea0295c608634ca7ef1d43fa0f5559e7ad50705bf4d64d052e33ddaf'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 380660, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-21 10:11:48 UTC (rev 380661)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.17.2
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('a5f2a468508649d1337a5ce9130c1f18f28a45045bdc04cd9bd573a2f2a46920'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$P

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-03-26 Thread Jelle van der Waa via arch-commits
Date: Thursday, March 26, 2020 @ 21:18:53
  Author: jelle
Revision: 378519

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 378518, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 378518, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 378518, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-26 21:18:31 UTC (rev 378518)
+++ PKGBUILD2020-03-26 21:18:53 UTC (rev 378519)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.17.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('b5e508f1c747aaf50dd90a48e5e2a3117fec2e9702d0b1c7f97408b87a073009'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 378518, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-26 21:18:53 UTC (rev 378519)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.17.1
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('d0b53411ea0295c608634ca7ef1d43fa0f5559e7ad50705bf4d64d052e33ddaf'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-03-25 Thread Jelle van der Waa via arch-commits
Date: Wednesday, March 25, 2020 @ 19:30:09
  Author: jelle
Revision: 378493

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 378492, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 378492, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 378492, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 19:30:02 UTC (rev 378492)
+++ PKGBUILD2020-03-25 19:30:09 UTC (rev 378493)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.16.0
-pkgrel=2
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('5649b33a752eb231f86649a4781af2a532d7df5afb212bf0e6ec57fd1826cbbc'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 378492, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 19:30:09 UTC (rev 378493)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.17.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('b5e508f1c747aaf50dd90a48e5e2a3117fec2e9702d0b1c7f97408b87a073009'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-02-27 Thread Jelle van der Waa via arch-commits
Date: Thursday, February 27, 2020 @ 21:50:09
  Author: jelle
Revision: 376329

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 376328, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 376328, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 376328, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-27 21:50:00 UTC (rev 376328)
+++ PKGBUILD2020-02-27 21:50:09 UTC (rev 376329)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.16.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('5649b33a752eb231f86649a4781af2a532d7df5afb212bf0e6ec57fd1826cbbc'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 376328, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-27 21:50:09 UTC (rev 376329)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.16.0
+pkgrel=2
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('5649b33a752eb231f86649a4781af2a532d7df5afb212bf0e6ec57fd1826cbbc'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpat

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-02-22 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 22, 2020 @ 21:56:08
  Author: jelle
Revision: 376073

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 376072, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 376072, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 376072, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-22 21:55:56 UTC (rev 376072)
+++ PKGBUILD2020-02-22 21:56:08 UTC (rev 376073)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.15.2
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('2ba37bced3e90c5e7dd3248918f13f2f3444de748cfe413b0a09f82532c3c553'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 376072, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-22 21:56:08 UTC (rev 376073)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.16.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('5649b33a752eb231f86649a4781af2a532d7df5afb212bf0e6ec57fd1826cbbc'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD"

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-01-07 Thread Jelle van der Waa via arch-commits
Date: Tuesday, January 7, 2020 @ 11:02:29
  Author: jelle
Revision: 372705

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 372704, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 372704, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 372704, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 10:47:29 UTC (rev 372704)
+++ PKGBUILD2020-01-07 11:02:29 UTC (rev 372705)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.15.1
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('67590a51ad26ee6135d40b8df90f8b58d85ce890fc67e66d08bb8207db289a1e'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 372704, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 11:02:29 UTC (rev 372705)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.15.2
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('2ba37bced3e90c5e7dd3248918f13f2f3444de748cfe413b0a09f82532c3c553'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-12-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 25, 2019 @ 16:04:33
  Author: demize
Revision: 372252

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 372251, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 372251, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 372251, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-25 16:04:23 UTC (rev 372251)
+++ PKGBUILD2019-12-25 16:04:33 UTC (rev 372252)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.15.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('9f9183be7bc1991f6fdae389ed1ac29b8dab299b6c61519db9340c7118c9ef2d'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 372251, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-25 16:04:33 UTC (rev 372252)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.15.1
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('67590a51ad26ee6135d40b8df90f8b58d85ce890fc67e66d08bb8207db289a1e'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-tr

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-12-23 Thread Jelle van der Waa via arch-commits
Date: Monday, December 23, 2019 @ 19:16:17
  Author: jelle
Revision: 372177

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 372176, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 372176, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 372176, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-23 19:16:06 UTC (rev 372176)
+++ PKGBUILD2019-12-23 19:16:17 UTC (rev 372177)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.14.0
-pkgrel=3
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('5c40de1961997996ef5b59561a78116a9548235bc77305c05f214b6319a0284d'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 372176, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-23 19:16:17 UTC (rev 372177)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.15.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('9f9183be7bc1991f6fdae389ed1ac29b8dab299b6c61519db9340c7118c9ef2d'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$L

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-12-15 Thread Johannes Löthberg via arch-commits
Date: Sunday, December 15, 2019 @ 16:09:06
  Author: demize
Revision: 371516

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 371515, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 371515, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 371515, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   55 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 16:08:59 UTC (rev 371515)
+++ PKGBUILD2019-12-15 16:09:06 UTC (rev 371516)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.14.0
-pkgrel=2
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('5c40de1961997996ef5b59561a78116a9548235bc77305c05f214b6319a0284d'
-'116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 371515, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 16:09:06 UTC (rev 371516)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.14.0
+pkgrel=3
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('5c40de1961997996ef5b59561a78116a9548235bc77305c05f214b6319a0284d'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-11-15 Thread Jelle van der Waa via arch-commits
Date: Friday, November 15, 2019 @ 17:36:29
  Author: jelle
Revision: 368931

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 368930, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 368930, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 368930, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  142 +-
 prometheus.service  |   54 +--
 prometheus.sysusers |2 
 3 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 17:36:17 UTC (rev 368930)
+++ PKGBUILD2019-11-15 17:36:29 UTC (rev 368931)
@@ -1,71 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.13.1
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('5624c16728679362cfa46b76ec1d247018106989f2260d35583c42c49c5142b5'
-'116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 368930, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 17:36:29 UTC (rev 368931)
@@ -0,0 +1,71 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.14.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('5c40de1961997996ef5b59561a78116a9548235bc77305c05f214b6319a0284d'
+'116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+ 

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-10-28 Thread Jelle van der Waa via arch-commits
Date: Monday, October 28, 2019 @ 08:49:02
  Author: jelle
Revision: 365971

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 365970, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 365970, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 365970, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  142 +-
 prometheus.service  |   54 +--
 prometheus.sysusers |2 
 3 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 08:48:42 UTC (rev 365970)
+++ PKGBUILD2019-10-28 08:49:02 UTC (rev 365971)
@@ -1,71 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.13.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('8df0ac742fedaad12e3996850b6b769d5aca7075669e05540fbc5c363be0b28a'
-'116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 365970, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 08:49:02 UTC (rev 365971)
@@ -0,0 +1,71 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.13.1
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('5624c16728679362cfa46b76ec1d247018106989f2260d35583c42c49c5142b5'
+'116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-10-14 Thread Jelle van der Waa via arch-commits
Date: Monday, October 14, 2019 @ 19:17:40
  Author: jelle
Revision: 364808

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 364807, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 364807, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 364807, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  142 +-
 prometheus.service  |   54 +--
 prometheus.sysusers |2 
 3 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-14 19:17:32 UTC (rev 364807)
+++ PKGBUILD2019-10-14 19:17:40 UTC (rev 364808)
@@ -1,71 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.12.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('9bd9ae6df02777a9ba3f6f544338865861decabd02054aa64975449bd6009e5a'
-'116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 364807, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-14 19:17:40 UTC (rev 364808)
@@ -0,0 +1,71 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.13.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('8df0ac742fedaad12e3996850b6b769d5aca7075669e05540fbc5c363be0b28a'
+'116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-09-15 Thread Jelle van der Waa via arch-commits
Date: Sunday, September 15, 2019 @ 11:03:39
  Author: jelle
Revision: 362833

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 362832, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 362832, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 362832, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  142 +-
 prometheus.service  |   44 +--
 prometheus.sysusers |2 
 3 files changed, 99 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-15 11:03:31 UTC (rev 362832)
+++ PKGBUILD2019-09-15 11:03:39 UTC (rev 362833)
@@ -1,71 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.11.2
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('2d6019c1b58fdd509feb52eea3a01edd0eda3342a32ba0c3af76d30a571d16c5'
-'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 362832, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-15 11:03:39 UTC (rev 362833)
@@ -0,0 +1,71 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.12.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('9bd9ae6df02777a9ba3f6f544338865861decabd02054aa64975449bd6009e5a'
+'116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-07-09 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 9, 2019 @ 17:00:33
  Author: jelle
Revision: 357438

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 357437, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 357437, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 357437, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  142 +-
 prometheus.service  |   34 +--
 prometheus.sysusers |2 
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-09 17:00:23 UTC (rev 357437)
+++ PKGBUILD2019-07-09 17:00:33 UTC (rev 357438)
@@ -1,71 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.9.2
-pkgrel=2
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('fa00bdfcd868c84c61223dfe60eb3bc6857e49db2c826854c706c5ea4551'
-'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH"
-
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 357437, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-09 17:00:33 UTC (rev 357438)
@@ -0,0 +1,71 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.10.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('0362f4aa2fb44cc2c572df140da742bdf99fe9f338157a83f6634694fd693000'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install 

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:39:00
  Author: demize
Revision: 352097

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 352096, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 352096, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 352096, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  135 ++
 prometheus.service  |   34 ++--
 prometheus.sysusers |2 
 3 files changed, 89 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 21:38:56 UTC (rev 352096)
+++ PKGBUILD2019-04-24 21:39:00 UTC (rev 352097)
@@ -1,64 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.9.2
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('fa00bdfcd868c84c61223dfe60eb3bc6857e49db2c826854c706c5ea4551'
-'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 352096, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-24 21:39:00 UTC (rev 352097)
@@ -0,0 +1,71 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.9.2
+pkgrel=2
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('fa00bdfcd868c84c61223dfe60eb3bc6857e49db2c826854c706c5ea4551'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH"
+
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
+  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
+
+  cd prometheus-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
+  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
+  install -dm755 -o21

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 17:53:53
  Author: demize
Revision: 352075

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 352074, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 352074, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 352074, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  128 +-
 prometheus.service  |   34 ++---
 prometheus.sysusers |2 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 17:53:45 UTC (rev 352074)
+++ PKGBUILD2019-04-24 17:53:53 UTC (rev 352075)
@@ -1,64 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.8.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('691fdadf5913c17ac0bedc1e8c2b865fd2958800b9cb118b1139e58a1963a11f'
-'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 352074, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-24 17:53:53 UTC (rev 352075)
@@ -0,0 +1,64 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.9.2
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('fa00bdfcd868c84c61223dfe60eb3bc6857e49db2c826854c706c5ea4551'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
+  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
+
+  cd prometheus-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
+  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
+  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
+
+  # Web
+  install -dm755 "$pkgdir"/usr/share/prometheus/
+  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
+
+  # Examples
+  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
+  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometh

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-03-15 Thread Jelle van der Waa via arch-commits
Date: Friday, March 15, 2019 @ 23:03:24
  Author: jelle
Revision: 348436

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 348435, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 348435, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 348435, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  128 +-
 prometheus.service  |   34 ++---
 prometheus.sysusers |2 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 23:03:15 UTC (rev 348435)
+++ PKGBUILD2019-03-15 23:03:24 UTC (rev 348436)
@@ -1,64 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.7.1
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('bfbeb434342a03b5849e2ec7a0cbe573067299cf59ccf59db0cacd8db8800bb0'
-'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 348435, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 23:03:24 UTC (rev 348436)
@@ -0,0 +1,64 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.8.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('691fdadf5913c17ac0bedc1e8c2b865fd2958800b9cb118b1139e58a1963a11f'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
+  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
+
+  cd prometheus-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
+  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
+  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
+
+  # Web
+  install -dm755 "$pkgdir"/usr/share/prometheus/
+  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
+
+  # Examples
+  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
+  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-01-31 Thread Johannes Löthberg via arch-commits
Date: Thursday, January 31, 2019 @ 21:39:33
  Author: demize
Revision: 344988

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 344987, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 344987, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 344987, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  128 +-
 prometheus.service  |   34 ++---
 prometheus.sysusers |2 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-31 21:39:16 UTC (rev 344987)
+++ PKGBUILD2019-01-31 21:39:33 UTC (rev 344988)
@@ -1,64 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.6.1
-pkgrel=2
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('3ece7541e090e6c11c0c35a0856b99005094aded0152e1e3e71ea2390ac8069f'
-'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 344987, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-31 21:39:33 UTC (rev 344988)
@@ -0,0 +1,64 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.7.1
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('bfbeb434342a03b5849e2ec7a0cbe573067299cf59ccf59db0cacd8db8800bb0'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
+  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
+
+  cd prometheus-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
+  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
+  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
+
+  # Web
+  install -dm755 "$pkgdir"/usr/share/prometheus/
+  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
+
+  # Examples
+  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
+  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/promet

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-01-25 Thread Jelle van der Waa via arch-commits
Date: Friday, January 25, 2019 @ 13:49:36
  Author: jelle
Revision: 344762

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 344761, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 344761, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 344761, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  128 +-
 prometheus.service  |   34 ++---
 prometheus.sysusers |2 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-25 13:47:10 UTC (rev 344761)
+++ PKGBUILD2019-01-25 13:49:36 UTC (rev 344762)
@@ -1,64 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.6.1
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('3ece7541e090e6c11c0c35a0856b99005094aded0152e1e3e71ea2390ac8069f'
-'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 344761, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-25 13:49:36 UTC (rev 344762)
@@ -0,0 +1,64 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.6.1
+pkgrel=2
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('3ece7541e090e6c11c0c35a0856b99005094aded0152e1e3e71ea2390ac8069f'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
+  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
+
+  cd prometheus-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
+  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
+  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
+
+  # Web
+  install -dm755 "$pkgdir"/usr/share/prometheus/
+  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
+
+  # Examples
+  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
+  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheu