mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
58363347fb
* add: fx-autoconfig * Remove unnecessary comment * Add arches line to hcl so it only builds once
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
rpm.global("commit", gh_commit("MrOtherGuy/fx-autoconfig"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|