author | wenzelm |
Mon, 10 Apr 2023 19:37:15 +0200 | |
changeset 77806 | b6aa5eac0a1a |
parent 77603 | 236e43c8bb5b |
child 81468 | 3279f71eb0f4 |
permissions | -rw-r--r-- |
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 |
|
73873
2d42e52152b1
proper directories after reinstallation of lxbroy10;
wenzelm
parents:
73641
diff
changeset
|
8 |
option isabelle_components_dir : string = "/p/home/isabelle/components" |
69429
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 |
|
73873
2d42e52152b1
proper directories after reinstallation of lxbroy10;
wenzelm
parents:
73641
diff
changeset
|
11 |
option isabelle_components_contrib_dir : string = "/p/home/isabelle/contrib" |
69429
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 |
|
77603 | 15 |
option build_host_linux_arm : string = "" for build connection |
73641 | 16 |
-- "SSH user@host for remote build of heaps" |
17 |
||
77603 | 18 |
option build_host_linux : string = "" for build connection |
70099
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 |
|
77603 | 21 |
option build_host_macos : string = "" for build connection |
70099
9b9c1192f972
support for platform-specific builds on remote server;
wenzelm
parents:
69429
diff
changeset
|
22 |
-- "SSH user@host for remote build of heaps" |
9b9c1192f972
support for platform-specific builds on remote server;
wenzelm
parents:
69429
diff
changeset
|
23 |
|
77603 | 24 |
option build_host_windows : string = "" for build connection |
70099
9b9c1192f972
support for platform-specific builds on remote server;
wenzelm
parents:
69429
diff
changeset
|
25 |
-- "SSH user@host for remote build of heaps" |