Skip to content

Commit

Permalink
saner
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 9, 2025
1 parent a6efa6e commit a0745bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SBUILD_LIST.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion scripts/runner/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a0745bb

Please sign in to comment.