aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--repo/ksutils-probe-client/PKGBUILD4
-rw-r--r--repo/ksutils-probe-client/[email protected] (renamed from repo/ksutils-probe-client/[email protected])0
3 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b15262c..48e23b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,9 @@ build:
GIT_SUBMODULE_STRATEGY: recursive
artifacts:
- untracked: true
+ paths:
+ - packages/
+ - .fail
expire_in: 4 hours
only:
changes:
diff --git a/repo/ksutils-probe-client/PKGBUILD b/repo/ksutils-probe-client/PKGBUILD
index 756ccbb..ff5c86d 100644
--- a/repo/ksutils-probe-client/PKGBUILD
+++ b/repo/ksutils-probe-client/PKGBUILD
@@ -3,13 +3,13 @@
_basename=probe-client
pkgname=ksutils-$_basename
pkgver=2.4.0
-pkgrel=2
+pkgrel=3
pkgdesc='A probe client, for distributed systems'
arch=('any')
url=https://github.com/KunoiSayami/probe-client
source=(
git://github.com/KunoiSayami/probe-client#tag=2.4.0
license=('AGPL3')
sha512sums=(
'SKIP'
diff --git a/repo/ksutils-probe-client/[email protected] b/repo/ksutils-probe-client/[email protected]
index 7b31983..7b31983 100644
--- a/repo/ksutils-probe-client/[email protected]
+++ b/repo/ksutils-probe-client/[email protected]