Files
packages/anda/tools/qdl/update.rhai
T
Owen Zimmerman 53028ef003 add: qdl (#7582)
Signed-off-by: Owen-sz <owen@fyralabs.com>
2025-11-23 00:46:42 -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());
}