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

This commit is contained in:
Gilver
2026-04-11 21:54:05 -05:00
committed by GitHub
parent 7f2484f61e
commit 39f71a66dc
4 changed files with 8 additions and 8 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,6 +1,6 @@
%global commit
%global commitdate
%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260411
%global ver 0.10.2
%define buildforkernels akmod
%global debug_package %{nil}
@@ -1,6 +1,6 @@
%global commit
%global commitdate
%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260411
%global ver 0.10.2
%global modulename xpadneo
+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() {