mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
rpm.global("commit", gh_commit("terrapkg/pkg-java-binfmt"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|