Files
packages/anda/system/avstplg/update.rhai
T
2024-02-19 01:10:34 -08:00

8 lines
176 B
Plaintext

if filters.contains("nightly") {
rpm.global("commit", gh_commit("thesofproject/avsdk"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
}