From a0745bbddfbd36311bf1780fa802ac06f944846d Mon Sep 17 00:00:00 2001 From: Azathothas Date: Thu, 9 Jan 2025 11:43:41 +0545 Subject: [PATCH] saner --- SBUILD_LIST.json | 6 +++--- scripts/runner/functions.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SBUILD_LIST.json b/SBUILD_LIST.json index 61000ba..6e9bdd7 100644 --- a/SBUILD_LIST.json +++ b/SBUILD_LIST.json @@ -1714,10 +1714,10 @@ { "_disabled": false, "rebuild": false, - "pkg_family": "wirelesstools", + "pkg_family": "wireless-tools", "description": "Tools allowing to manipulate the Wireless Extensions", - "ghcr_pkg": "ghcr.io/pkgforge/bincache/wirelesstools/nixpkgs", - "build_script": "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/wirelesstools/static.nixpkgs.stable.yaml" + "ghcr_pkg": "ghcr.io/pkgforge/bincache/wireless-tools/nixpkgs", + "build_script": "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/wireless-tools/static.nixpkgs.stable.yaml" }, { "_disabled": false, diff --git a/scripts/runner/functions.sh b/scripts/runner/functions.sh index f180246..215836a 100644 --- a/scripts/runner/functions.sh +++ b/scripts/runner/functions.sh @@ -186,7 +186,7 @@ gen_json_from_sbuild() timeout -k 10s 60s "${TMPXVER}" } > "${SBUILD_OUTDIR}/${SBUILD_PKG}.version" 2>&1 ; sleep 1 fi - if [[ ! -s "${SBUILD_OUTDIR}/${SBUILD_PKG}.version" || $(stat -c%s "${SBUILD_OUTDIR}/${SBUILD_PKG}.version") -le 2 ]]; then + if [[ ! -s "${SBUILD_OUTDIR}/${SBUILD_PKG}.version" || $(stat -c%s "${SBUILD_OUTDIR}/${SBUILD_PKG}.version") -le 1 ]]; then echo -e "\n[✗] FATAL: Failed to Fetch Version ('x_exec.pkgver')\n" cat "${TMPXVER}" ; echo ; cat "${SBUILD_OUTDIR}/${SBUILD_PKG}.version" export CONTINUE_SBUILD="NO"