Files
packages/anda/system/scx-tools/nightly/update.rhai
T
Gilver 51193bf52d feat: Add scx-tools, update scx-scheds (#7411)
* 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
2025-11-17 12:25:52 +08:00

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);
}