mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 10:22:19 +00:00
51193bf52d
* feat: Add scx-tools, update scx-scheds builds * chore: Bump release on scx-scheds * fix: Workspace * fix: Migration guide no longer exists * feat: AppStream metadata * fix: AppStream file * fix: appid, also don't mangle shebangs * feat: Add command to install .so files so I can track if I need to make a devel file at some point * chore(scx-tools): Workspace * Add failpipe on install command * Remove service type * feat: Better deps and conflicts
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
rpm.global("commit", gh_commit("sched-ext/scx-loader"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commitdate", date());
|
|
let v = gh("sched-ext/scx-loader");
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
}
|