mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(xpadneo-nightly): Update scripts (#11181)
This commit is contained in:
@@ -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,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() {
|
||||
|
||||
Reference in New Issue
Block a user