From: Chris Koeritz Date: Thu, 15 Jun 2017 20:42:15 +0000 (-0400) Subject: new script to verify archive contents X-Git-Tag: 2.140.90~171 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=eae48351169fb8844dabfa1f08df6a657db64b2a;p=feisty_meow.git new script to verify archive contents --- diff --git a/scripts/customize/fred/scripts/euphrosyne_comparator.sh b/scripts/customize/fred/scripts/euphrosyne_comparator.sh new file mode 100644 index 00000000..f3a7ab5a --- /dev/null +++ b/scripts/customize/fred/scripts/euphrosyne_comparator.sh @@ -0,0 +1,29 @@ +#!/bin/bash + +# runs through all the local archives on euphrosyne to make sure nothing is different +# when compared to the mainline versions on surya. + +#hmmm: add a check that this is in fact the right host, euphrosyne. + + +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" + +sep 14 +echo "Comparing basement folder..." +compare_dirs /z/basement wildmutt:/z/basement +sep 14 + +sep 14 +echo "Comparing imaginations folder..." +compare_dirs /z/imaginations wildmutt:/z/imaginations +sep 14 + +sep 14 +echo "Comparing musix folder..." +compare_dirs /z/musix wildmutt:/z/musix +sep 14 + +sep 14 +echo "Comparing walrus folder..." +compare_dirs /z/walrus wildmutt:/z/walrus +sep 14