From 81d445c0cbdf1b3c0c5dfb052b5de0c3bc86e015 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 22 Jan 2017 13:31:59 -0500 Subject: [PATCH] modified list of archived musix sites --- customize/fred/scripts/musical_wand.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/customize/fred/scripts/musical_wand.sh b/customize/fred/scripts/musical_wand.sh index 1251001c..9ccee04b 100644 --- a/customize/fred/scripts/musical_wand.sh +++ b/customize/fred/scripts/musical_wand.sh @@ -19,7 +19,9 @@ MUSICAL_HOST=curie #hmmm: this script is currently limited to run ON the music host. it could easily do the backwards thing instead, and copy FROM music host. # the list of hosts we know of that are holding onto duplicate copies of the musix archive. -MUSIX_ARCHIVE_SITE_LIST=(surya banshee wildmutt euphrosyne) +#old list MUSIX_ARCHIVE_SITE_LIST=(surya banshee wildmutt euphrosyne) +MUSIX_ARCHIVE_SITE_LIST=(euphrosyne) +#hmmm: list was contracted a lot, since we don't want to step on the updates done by syncthing. euphrosyne is still our reference copy for what the archive states "should" be. if [[ ! ( $(hostname) =~ .*${MUSICAL_HOST}.* ) ]]; then -- 2.34.1