Admin/mirror-dist
author wenzelm
Thu, 18 Aug 2005 11:17:47 +0200
changeset 17112 736f4b7841a8
parent 13567 7f5bf04095bd
permissions -rwxr-xr-x
moved after method.ML; moved FINDGOAL/HEADGOAL to method.ML; moved type method to method.ML; prepare attributes here; tuned various interfaces (cf. isar_thy.ML); tuned;

#!/usr/bin/env bash
#
# $Id$
#
# Mirrors the Isabelle distribution pages and downloads. 
#
# It does *not* mirror the home page (those directly on 
# http://isabelle.in.tum.de). There is a separate utility 
# (mirror-main) for that.
#
# Usage: mirror-dist
#


HOST=$(hostname)

case ${HOST} in
  sunbroy*)
    #test
    DEST=/tmp/isabelle-dist
    mkdir -p $DEST
    ;;
  *.cl.cam.ac.uk)
    DEST=/anfs/www/html/Research/HVG/Isabelle/dist
    ;;
  *)
    echo "Unknown destination directory for ${HOST}"
    exit 2
    ;;
esac

exec $(dirname $0)/rsync-isabelle -d $DEST