Skip to content

Commit

Permalink
fix(update): stardust-server (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Oct 23, 2024
1 parent 170d8b9 commit b4f3bbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions anda/stardust/server/stardust-server.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
%global commit 9546a362000bf4afa80591ea6099bcd326464f89
%global commit_date 20240916
%global shortcommit %(c=%{commit}; echo ${c:0:7})
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$

Name: stardust-server
Expand Down
6 changes: 5 additions & 1 deletion anda/stardust/server/update.rhai
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
rpm.version(gh("StardustXR/server"));
rpm.global("commit", gh_commit("StardustXR/server"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}

0 comments on commit b4f3bbd

Please sign in to comment.