fix(update): authy lomiri-ui-toolkit zed-* manrope albius stellar (#1468) (#1476)

(cherry picked from commit 5d384c83c5)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2024-07-10 09:04:01 -07:00
committed by GitHub
parent b524d2e88b
commit e46cb00cb0
8 changed files with 18 additions and 5 deletions
@@ -1,4 +1,5 @@
rpm.version(gitlab_tag("19057685"));
if rpm.changed() {
rpm.global("commit", gitlab_commit("19057685"));
rpm.global("commit", gitlab_commit("19057685", "main"));
rpm.release();
}
+1 -1
View File
@@ -1,7 +1,7 @@
if filters.contains("nightly") {
rpm.global("commit", gh_commit("zed-industries/zed"));
if rpm.changed() {
let v = find("(\\d+\\.\\d+\\d+\\.\\d+)", find("\nversion = \"(\\d+\\.\\d+\\d+\\.\\d+)\"\n", gh_rawfile("zed-industries/zed", "main", "crates/zed/Cargo.toml"), 1), 1);
let v = find("\nversion = \"([.\\d]+)\"\n", gh_rawfile("zed-industries/zed", "main", "crates/zed/Cargo.toml"), 1);
rpm.global("ver", v);
rpm.global("commit_date", date());
rpm.release();
+4 -1
View File
@@ -6,5 +6,8 @@ for release in releases {
let tag = release.tag_name;
tag.pop(4); // remove the "-pre" suffix
rpm.global("ver", tag);
terminate();
break;
if rpm.changed() {
rpm.release();
}
}
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "albius.spec"
}
labels {
nightly = 1
}
}
+7 -1
View File
@@ -1 +1,7 @@
rpm.version(gh("Vanilla-OS/Albius"));
if filters.contains("nightly") {
rpm.global("commit", gh_commit("Vanilla-OS/Albius"));
if rpm.changed() {
rpm.global("commit_date", date());
rpm.release();
}
}
+1 -1
View File
@@ -1 +1 @@
rpm.version("pypi_version", gh("Ultramarine-Linux/stellar"));
rpm.global("pypi_version", gh("Ultramarine-Linux/stellar"));