Files
packages/anda/tools/qdl/update.rhai
T
Raboneko 8b92efbd18 add: qdl (#7582) (#7584)
(cherry picked from commit 53028ef003)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2025-11-23 00:48:46 -06:00

6 lines
125 B
Plaintext

rpm.global("commit", gh_commit("linux-msm/qdl"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}