Admin/build_history
author wenzelm
Fri, 16 Jul 2021 13:18:54 +0200
changeset 74017 b4e6b82fdb9e
parent 73705 ac07f6be27ea
child 74038 b4f57bfe82e7
permissions -rwxr-xr-x
more direct isabelle_scala_build: always enabled, no "Admin" requirement;

#!/usr/bin/env bash
#
# DESCRIPTION: build history versions from another repository clone

unset CDPATH
THIS="$(cd "$(dirname "$0")"; pwd)"

env ISABELLE_SETUP_CLASSPATH_SKIP=true "$THIS/../bin/isabelle" java isabelle.setup.Setup build > /dev/null || exit $?
exec "$THIS/../bin/isabelle_java" isabelle.Build_History "$@"