added missing 3rdparty and example_apps
[feisty_meow.git] / scripts / customize / fred / scripts / archival / euphrosyne_comparator.sh
index 28f703b8159c8c04a12618a9601ee141c0960d50..32980c427f72e3315a9e0d0d6d0e80864293e434 100644 (file)
@@ -1,31 +1,6 @@
 #!/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.
-
-#target=wildmutt
-target=curie
-
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+source "$FEISTY_MEOW_SCRIPTS/archival/comparator.sh"
 
-sep 14
-echo "Comparing basement folder..."
-compare_dirs /z/basement ${target}:/z/basement
-sep 14
-
-sep 14
-echo "Comparing imaginations folder..."
-compare_dirs /z/imaginations ${target}:/z/imaginations
-sep 14
-
-sep 14
-echo "Comparing musix folder..."
-compare_dirs /z/musix ${target}:/z/musix
-sep 14
 
-sep 14
-echo "Comparing walrus folder..."
-compare_dirs /z/walrus ${target}:/z/walrus
-sep 14