mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 12:22:19 +00:00
2d1eced98e
* add: fx-autoconfig
* Remove unnecessary comment
* Add arches line to hcl so it only builds once
(cherry picked from commit 58363347fb)
Co-authored-by: Anna Simmons <anna@simmons.ovh>
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());
|
|
}
|