Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
prometheus-fastly-exporter
Commits:
24d5cf80 by Robin Candau at 2025-12-23T19:59:53+01:00
upgpkg: 10.1.0-2: Add missing backup statement for the config file
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = prometheus-fastly-exporter
pkgdesc = A Prometheus exporter for the Fastly Real-time Analytics API
pkgver = 10.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fastly/fastly-exporter
arch = x86_64
license = Apache-2.0
@@ -10,6 +10,7 @@ pkgbase = prometheus-fastly-exporter
depends = glibc
provides = fastly-exporter
replaces = fastly-exporter
+ backup = etc/conf.d/prometheus-fastly-exporter
source =
git+https://github.com/fastly/fastly-exporter.git#tag=v10.1.0?signed
source = prometheus-fastly-exporter.service
source = prometheus-fastly-exporter.conf
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=prometheus-fastly-exporter
_pkgname=fastly-exporter
pkgver=10.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Prometheus exporter for the Fastly Real-time Analytics API"
url="https://github.com/fastly/fastly-exporter"
arch=('x86_64')
@@ -12,6 +12,7 @@ depends=('glibc')
makedepends=('git' 'go')
provides=("${_pkgname}")
replaces=("${_pkgname}")
+backup=("etc/conf.d/${pkgname}")
source=("git+${url}.git#tag=v${pkgver}?signed"
"${pkgname}.service"
"${pkgname}.conf")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-fastly-exporter/-/commit/24d5cf80599c728e511eb012b93b5cffc58ed38a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-fastly-exporter/-/commit/24d5cf80599c728e511eb012b93b5cffc58ed38a
You're receiving this email because of your account on gitlab.archlinux.org.