modified list of archived musix sites
authorChris Koeritz <fred@gruntose.com>
Sun, 22 Jan 2017 18:31:59 +0000 (13:31 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 22 Jan 2017 18:31:59 +0000 (13:31 -0500)
customize/fred/scripts/musical_wand.sh

index 1251001c305f78a38444dbebe4ee7ee0120878e4..9ccee04be4b90c2d9c84095fe82426505aa413f5 100644 (file)
@@ -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