mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
rpm.global("commit", gh_commit("pondda/tmon"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|
|
|