mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
f59908b235
Co-authored-by: madomado <madonuko@outlook.com>
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
rpm.global("commit", gh_commit("KyleGospo/extest"));
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
rpm.release();
|
|
} |