David Runge pushed to branch main at Arch Linux / Packaging / Packages / rt-tests
Commits: f6c8b8c5 by David Runge at 2024-04-07T23:16:09+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 94f9fc95 by David Runge at 2024-04-07T23:19:16+02:00 upgpkg: 2.6-2: Rebuild against Python 3.12 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = rt-tests pkgdesc = A collection of latency testing tools for the linux(-rt) kernel pkgver = 2.6 - pkgrel = 1 + pkgrel = 2 url = https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/ arch = x86_64 groups = realtime license = GPL-2.0-or-later makedepends = numactl - makedepends = python + makedepends = python-setuptools depends = glibc optdepends = bash: for determine_maximum_mpps.sh optdepends = numactl: for cyclictest, oslat and signaltest ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[rt-tests] +source = "git" +git = "https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git" +prefix = "v" ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=rt-tests pkgver=2.6 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of latency testing tools for the linux(-rt) kernel" arch=(x86_64) url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/" @@ -12,7 +12,7 @@ groups=(realtime) depends=(glibc) makedepends=( numactl - python + python-setuptools ) optdepends=( 'bash: for determine_maximum_mpps.sh' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rt-tests/-/compare/fc1af99846a9097d04a185e1bba873b77a6e8def...94f9fc9580f9f2e03ec12b9bdaa14fdfaab1c1c2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rt-tests/-/compare/fc1af99846a9097d04a185e1bba873b77a6e8def...94f9fc9580f9f2e03ec12b9bdaa14fdfaab1c1c2 You're receiving this email because of your account on gitlab.archlinux.org.
