mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 12:52:17 +00:00
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
if filters.contains("nightly") {
|
|
let req = new_req("https://gitlab.gnome.org/api/v4/projects/1551/repository/branches/main");
|
|
let sha = json(req.get()).commit.id;
|
|
rpm.global("commit", sha);
|
|
rpm.release();
|
|
}
|