Admin/Release/mirror-website
author steckerm
Sat, 20 Sep 2014 10:44:24 +0200
changeset 58407 111d801b5d5d
parent 54674 dae47f997268
child 68750 7087748996af
permissions -rwxr-xr-x
Changed proof method to auto for custom Waldmeister lemma

#!/usr/bin/env bash
#
# mirrors the Isabelle website

HOST=$(hostname)

case ${HOST} in
  sunbroy* | atbroy* | macbroy* | lxbroy*)
    DEST=/home/html/isabelle/html-data
    ;;
  *.cl.cam.ac.uk)
    USER=paulson
    DEST=/anfs/bigdisc/lp15/Isabelle
    ;;
  *)
    echo "Unknown destination directory for ${HOST}"
    exit 2
    ;;
esac

exec $(dirname $0)/isasync $DEST