Admin/etc/options
author haftmann
Fri, 14 Jun 2019 08:34:27 +0000
changeset 70335 9bd8c16b6627
parent 70099 9b9c1192f972
child 72341 0973a594be72
permissions -rw-r--r--
using (*)-syntax for partially applied infix is fine, contrary to ancient op-syntax

(* :mode=isabelle-options: *)

section "Admin tools"

option isabelle_components_server : string = "lxbroy10.informatik.tu-muenchen.de"
  -- "user@host for SSH connection"

option isabelle_components_dir : string = "/home/isabelle/components"
  -- "webspace for ISABELLE_COMPONENT_REPOSITORY"

option isabelle_components_contrib_dir : string = "/home/isabelle/contrib"
  -- "unpacked components for remote build services"


option build_release_server_linux : string = ""
  -- "SSH user@host for remote build of heaps"

option build_release_server_macos : string = ""
  -- "SSH user@host for remote build of heaps"

option build_release_server_windows : string = ""
  -- "SSH user@host for remote build of heaps"