Admin/etc/options
author wenzelm
Fri, 25 Jun 2021 12:52:54 +0200
changeset 73873 2d42e52152b1
parent 73641 a2d3b4a90bca
child 77603 236e43c8bb5b
permissions -rw-r--r--
proper directories after reinstallation of lxbroy10;

(* :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 = "/p/home/isabelle/components"
  -- "webspace for ISABELLE_COMPONENT_REPOSITORY"

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


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

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

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

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