Skip to content

Commit

Permalink
Drop merged patches
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Gorski <[email protected]>
  • Loading branch information
sirlucjan committed Jan 16, 2024
1 parent 2556100 commit 9346f6c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 334 deletions.
12 changes: 4 additions & 8 deletions scx-scheds-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.2
# Tue Jan 16 09:38:01 UTC 2024
# Tue Jan 16 17:34:57 UTC 2024
pkgbase = scx-scheds-git
pkgdesc = sched_ext schedulers
pkgver = 0.1.5.r28.g09e7905
pkgrel = 4
pkgver = 0.1.5.r34.gf28e5fb
pkgrel = 1
url = https://github.com/sched-ext/scx
arch = x86_64
license = GPL-2.0-only
Expand All @@ -18,14 +18,10 @@ pkgbase = scx-scheds-git
depends = bpf
depends = libelf
depends = zlib
provides = scx-scheds=0.1.5.r28.g09e7905
provides = scx-scheds=0.1.5.r34.gf28e5fb
conflicts = scx-scheds
options = !lto
source = git+https://github.com/sched-ext/scx
source = 0001-Add-systemd-services-for-scx-schedulers.patch
source = 0002-Adapting-service-names-to-scheduler-names.patch
sha256sums = SKIP
sha256sums = 3ff5e8c8a3e9ff9aba08167f33046c8b5388907eec8db3a668160c024365fd1f
sha256sums = 310e35f6198e3f3d647298b2b1e463eb8aa08aed66ff181a2ffc75ed37a4cc9a

pkgname = scx-scheds-git
238 changes: 0 additions & 238 deletions scx-scheds-git/0001-Add-systemd-services-for-scx-schedulers.patch

This file was deleted.

This file was deleted.

12 changes: 4 additions & 8 deletions scx-scheds-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@

pkgname=scx-scheds-git
gitname=scx
pkgver=0.1.5.r28.g09e7905
pkgrel=4
pkgver=0.1.5.r34.gf28e5fb
pkgrel=1
pkgdesc="sched_ext schedulers"
arch=('x86_64')
url="https://github.com/sched-ext/scx"
license=('GPL-2.0-only')
depends=('libbpf' 'bpf' 'libelf' 'zlib')
makedepends=('git' 'python' 'meson' 'clang' 'llvm-libs' 'cargo' 'rust')
source=("git+https://github.com/sched-ext/scx"
'0001-Add-systemd-services-for-scx-schedulers.patch'
'0002-Adapting-service-names-to-scheduler-names.patch')
sha256sums=('SKIP'
'3ff5e8c8a3e9ff9aba08167f33046c8b5388907eec8db3a668160c024365fd1f'
'310e35f6198e3f3d647298b2b1e463eb8aa08aed66ff181a2ffc75ed37a4cc9a')
source=("git+https://github.com/sched-ext/scx")
sha256sums=('SKIP')
options=(!lto)
provides=("scx-scheds=$pkgver")
conflicts=("scx-scheds")
Expand Down

0 comments on commit 9346f6c

Please sign in to comment.