Private
Public Access
1
0

feat(enrollment): add route-based IP selection and fix package versioning for v1.1.5

This commit is contained in:
2026-05-18 03:35:46 +00:00
parent d4f9f1bf7f
commit 48fb8752c9
11 changed files with 245 additions and 22 deletions

View File

@ -40,7 +40,7 @@ cp configs/whitelist.yaml.example "$PKGDIR"/etc/linux_patch_api/whitelist.yaml
echo "Creating PKGBUILD..."
cat > PKGBUILD << 'EOF'
pkgname=linux-patch-api
pkgver=1.0.0
pkgver=$(grep '^version' Cargo.toml | head -1 | sed 's/.*=.*"\([^"]*\)".*/\1/')
pkgrel=1
pkgdesc="Secure remote package management API for Linux systems"
url="https://gitea.moon-dragon.us/echo/linux_patch_api"