Files
packages/anda/misc/extest/update.rhai
T

6 lines
128 B
Plaintext

rpm.global("commit", gh_commit("bazzite-org/extest"));
if rpm.changed() {
rpm.global("commit_date", date());
rpm.release();
}