Admin/etc/options
author wenzelm
Tue, 09 Apr 2019 17:06:15 +0200
changeset 70099 9b9c1192f972
parent 69429 dc5fbcb07c7b
child 72341 0973a594be72
permissions -rw-r--r--
support for platform-specific builds on remote server;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
69429
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
     1
(* :mode=isabelle-options: *)
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
     2
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
     3
section "Admin tools"
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
     4
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
     5
option isabelle_components_server : string = "lxbroy10.informatik.tu-muenchen.de"
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
     6
  -- "user@host for SSH connection"
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
     7
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
     8
option isabelle_components_dir : string = "/home/isabelle/components"
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
     9
  -- "webspace for ISABELLE_COMPONENT_REPOSITORY"
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
    10
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
    11
option isabelle_components_contrib_dir : string = "/home/isabelle/contrib"
dc5fbcb07c7b replaced "isabelle components_checksum" shell script by "isabelle build_components" in Scala, with more functionality;
wenzelm
parents:
diff changeset
    12
  -- "unpacked components for remote build services"
70099
9b9c1192f972 support for platform-specific builds on remote server;
wenzelm
parents: 69429
diff changeset
    13
9b9c1192f972 support for platform-specific builds on remote server;
wenzelm
parents: 69429
diff changeset
    14
9b9c1192f972 support for platform-specific builds on remote server;
wenzelm
parents: 69429
diff changeset
    15
option build_release_server_linux : string = ""
9b9c1192f972 support for platform-specific builds on remote server;
wenzelm
parents: 69429
diff changeset
    16
  -- "SSH user@host for remote build of heaps"
9b9c1192f972 support for platform-specific builds on remote server;
wenzelm
parents: 69429
diff changeset
    17
9b9c1192f972 support for platform-specific builds on remote server;
wenzelm
parents: 69429
diff changeset
    18
option build_release_server_macos : string = ""
9b9c1192f972 support for platform-specific builds on remote server;
wenzelm
parents: 69429
diff changeset
    19
  -- "SSH user@host for remote build of heaps"
9b9c1192f972 support for platform-specific builds on remote server;
wenzelm
parents: 69429
diff changeset
    20
9b9c1192f972 support for platform-specific builds on remote server;
wenzelm
parents: 69429
diff changeset
    21
option build_release_server_windows : string = ""
9b9c1192f972 support for platform-specific builds on remote server;
wenzelm
parents: 69429
diff changeset
    22
  -- "SSH user@host for remote build of heaps"