mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-10 05:37:36 +00:00
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
if filters.contains("nightly") {
|
|
let txt = get("https://gitlab.gnome.org/api/v4/projects/14079/repository/commits?per_page=1&page=1");
|
|
let commit = txt.json_arr()[0].id;
|
|
rpm.global("commit", commit);
|
|
}
|