From 314fe4354d109a406f82cb226f6912671e022279 Mon Sep 17 00:00:00 2001 From: kuwoyuki Date: Sun, 7 Dec 2025 18:58:04 +0600 Subject: [PATCH] sync: eiki 2025-12-07 18:58 --- gentoo-sync.sh | 14 +------------- hosts/eiki/world | 1 + 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/gentoo-sync.sh b/gentoo-sync.sh index b8be674..378320b 100755 --- a/gentoo-sync.sh +++ b/gentoo-sync.sh @@ -4,11 +4,6 @@ set -euo pipefail PILL_REPO="$HOME/gentoo-pill" HOSTNAME_TAG="${HOSTNAME:-$(hostname)}" -# remote trigger -SERVER_USER="mira" -SERVER_IP="192.168.102.148" -SERVER_BINHOST_DIR="$HOME/gentoo-pill" - HOST_DIR="$PILL_REPO/hosts/$HOSTNAME_TAG" echo "Syncing configuration for: $HOSTNAME_TAG" @@ -48,13 +43,6 @@ if [[ -n $(git status --porcelain) ]]; then git commit -m "sync: $HOSTNAME_TAG $(date +'%Y-%m-%d %H:%M')" git push echo "Changes pushed successfully." - - # trigger the remote - if [[ -n "$SERVER_IP" ]]; then - echo "Triggering binhost build @ [$SERVER_IP]..." - ssh -A "${SERVER_USER}@${SERVER_IP}" \ - "cd \"${SERVER_BINHOST_DIR}\" && ./binhost.sh" - fi else - echo "No changes, binhost trig skipped" + echo "No changes" fi diff --git a/hosts/eiki/world b/hosts/eiki/world index 60ebe83..5c5e525 100644 --- a/hosts/eiki/world +++ b/hosts/eiki/world @@ -26,3 +26,4 @@ x11-misc/dmenu x11-misc/slop x11-terms/alacritty x11-wm/bspwm +sys-devel/crossdev