fix(xpadneo-nightly): Update scripts (#11181) (#11183)

(cherry picked from commit 39f71a66dc)

Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
This commit is contained in:
Gilver
2026-04-11 22:03:07 -05:00
committed by GitHub
parent 538d4c0a59
commit 47372f5d53
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
let c = sh("cat anda/system/xpadneo/kmod-common/xpadneo.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout;
let c = sh("cat anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout;
c.pop();
rpm.global("commit", c);
if rpm.changed() {
@@ -1,4 +1,4 @@
%global commit
%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260411
%global ver 0.10.2
@@ -1,4 +1,4 @@
%global commit
%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260411
%global ver 0.10.2
+1 -1
View File
@@ -1,4 +1,4 @@
let c = sh("cat anda/system/xpadneo/kmod-common/xpadneo.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout;
let c = sh("cat anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout;
c.pop();
rpm.global("commit", c);
if rpm.changed() {