mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Merge pull request #1476 from kernelkit/misc
Fix two regressions and add developer build helpers
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Verify all config/*_defconfig files, skipping any subdirectories,
|
||||
# e.g., developer snippets not used in official builds.
|
||||
|
||||
SCRIPT_PATH="$(dirname "$(readlink -f "$0")")"
|
||||
CONFIGS="$SCRIPT_PATH/../../../configs"
|
||||
@@ -47,6 +49,7 @@ check()
|
||||
done
|
||||
}
|
||||
|
||||
check "$CONFIGS"/* || exit 1
|
||||
# shellcheck disable=SC2046
|
||||
check $(find "$CONFIGS" -maxdepth 1 -type f | LC_ALL=C sort) || exit 1
|
||||
|
||||
exit 0
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"image-id": "d6930d60a73be9980f8e19b4b4f63586a6d3492178e20bea962e4e9b8c654033",
|
||||
"running": true,
|
||||
"status": "Up About a minute",
|
||||
"cmdline": "/usr/bin/tini -- /usr/sbin/httpd -f -v",
|
||||
"command": "/usr/sbin/httpd -f -v",
|
||||
"network": {
|
||||
"interface": [
|
||||
@@ -28,6 +29,7 @@
|
||||
"image-id": "d6930d60a73be9980f8e19b4b4f63586a6d3492178e20bea962e4e9b8c654033",
|
||||
"running": true,
|
||||
"status": "Up About a minute",
|
||||
"cmdline": "/usr/bin/tini -- /usr/sbin/httpd -f -v -p 91",
|
||||
"command": "/usr/sbin/httpd -f -v -p 91",
|
||||
"network": {
|
||||
"interface": [
|
||||
@@ -50,6 +52,7 @@
|
||||
"image-id": "7a3cc502436250357a6664100a600f306334b4d7203890b85b7ea9b8da6b5665",
|
||||
"running": true,
|
||||
"status": "Up About a minute",
|
||||
"cmdline": "/usr/bin/tini -- /usr/sbin/nft-helper /etc/nftables.conf",
|
||||
"command": "/usr/sbin/nft-helper /etc/nftables.conf",
|
||||
"network": {
|
||||
"host": true
|
||||
|
||||
@@ -1187,6 +1187,7 @@
|
||||
"infix-containers:containers": {
|
||||
"container": [
|
||||
{
|
||||
"cmdline": "/usr/bin/tini -- /usr/sbin/httpd -f -v",
|
||||
"command": "/usr/sbin/httpd -f -v",
|
||||
"id": "78d28082c2e5d494c82aa181c95118ce498e25930ad9e288ba010257ca336378",
|
||||
"image": "localhost/curios-httpd-oci-amd64-v24.11.0:latest",
|
||||
@@ -1207,6 +1208,7 @@
|
||||
"status": "Up About a minute"
|
||||
},
|
||||
{
|
||||
"cmdline": "/usr/bin/tini -- /usr/sbin/httpd -f -v -p 91",
|
||||
"command": "/usr/sbin/httpd -f -v -p 91",
|
||||
"id": "3451cfceca4eee1091c1dfedece2faee99bc8a729e781799d9c0b4368a31d86d",
|
||||
"image": "localhost/curios-httpd-oci-amd64-v24.11.0:latest",
|
||||
@@ -1229,6 +1231,7 @@
|
||||
"status": "Up About a minute"
|
||||
},
|
||||
{
|
||||
"cmdline": "/usr/bin/tini -- /usr/sbin/nft-helper /etc/nftables.conf",
|
||||
"command": "/usr/sbin/nft-helper /etc/nftables.conf",
|
||||
"id": "4e7c3daeba15546e7640014b9ee46e389737ed36583e5cb2f8b75a07a82e8523",
|
||||
"image": "localhost/curios-nftables-oci-amd64-v24.11.0:latest",
|
||||
|
||||
Reference in New Issue
Block a user