Ignores arch package files etc

This commit is contained in:
2026-05-14 22:32:35 -04:00
parent 4473dc9164
commit edc6d5acf3
5 changed files with 6 additions and 1 deletions
+2
View File
@@ -12,3 +12,5 @@ dist-newstyle/
.pi/
converge-relay/.go-cache/
converge-relay/build/
*.pkg.tar
pkg/
+1
View File
@@ -24,6 +24,7 @@ md5sums=(
build() {
cd "$startdir"
echo "$startdir"
# Use pre-built binary if available (e.g. from scripts/build), otherwise build from source
if [[ -x build/converge ]]; then
+1 -1
View File
@@ -6,7 +6,7 @@ Wants=network-online.target
[Service]
Type=simple
ExecStart=%h/.local/bin/converge --config %h/.config/converge/config.yaml
ExecStart=/usr/bin/converge --config %h/.config/converge/config.yaml
Restart=on-failure
RestartSec=10
+1
View File
@@ -0,0 +1 @@
/work/personal/converge/converge.example.yaml
+1
View File
@@ -0,0 +1 @@
/work/personal/converge/converge.service