author | wenzelm |
Wed, 08 Mar 2023 10:47:32 +0100 | |
changeset 77577 | f78286d2e30f |
parent 76465 | 2b19c70c44c2 |
child 78143 | 7ea4f986e41a |
permissions | -rw-r--r-- |
13447 | 1 |
Checklist for official releases |
2 |
=============================== |
|
3 |
||
62354 | 4 |
- check latest updates of polyml, jdk, scala, jedit; |
50647 | 5 |
|
76465 | 6 |
- check isabelle.Dotnet_Setup.default_version: |
7 |
$ isabelle dotnet_setup -n -v -V "" | grep invocation |
|
8 |
||
50647 | 9 |
- check Admin/components; |
10 |
||
71431 | 11 |
- test "isabelle dump -b Pure ZF"; |
68544 | 12 |
|
69956 | 13 |
- test "isabelle build -o export_theory -f ZF"; |
68544 | 14 |
|
15 |
- test "isabelle server" according to "system" manual; |
|
16 |
||
17 |
- test Isabelle/VSCode; |
|
18 |
||
66647 | 19 |
- test Isabelle/jEdit: print buffer |
20 |
||
74001 | 21 |
- test Isabelle/jEdit: deactivate main plugin; |
22 |
||
53583 | 23 |
- test "#!/usr/bin/env isabelle_scala_script"; |
24 |
||
75410
832f764093e1
avoid static access to sun.tools.jconsole: more robust compilation (notably with scala3), but less robust invocation;
wenzelm
parents:
75186
diff
changeset
|
25 |
- test "isabelle java_monitor -P pid" with "isabelle jedit"; |
832f764093e1
avoid static access to sun.tools.jconsole: more robust compilation (notably with scala3), but less robust invocation;
wenzelm
parents:
75186
diff
changeset
|
26 |
|
68591 | 27 |
- test Windows 10 subsystem for Linux: |
28 |
https://docs.microsoft.com/en-us/windows/wsl/install-win10 |
|
29 |
||
69169
a5640ec8fcb8
check (non-)executable files -- and eliminate them manually from the repository)
wenzelm
parents:
68738
diff
changeset
|
30 |
- check (non-)executable files: |
a5640ec8fcb8
check (non-)executable files -- and eliminate them manually from the repository)
wenzelm
parents:
68738
diff
changeset
|
31 |
$ find . "(" -name "*.thy" -o -name "*.ML" -o -name "*.scala" -o -name ROOT ")" -executable |
a5640ec8fcb8
check (non-)executable files -- and eliminate them manually from the repository)
wenzelm
parents:
68738
diff
changeset
|
32 |
$ find -type f -executable |
a5640ec8fcb8
check (non-)executable files -- and eliminate them manually from the repository)
wenzelm
parents:
68738
diff
changeset
|
33 |
|
56829 | 34 |
- check sources: |
62452 | 35 |
isabelle check_sources '~~' '$AFP_BASE' |
53665
ea8343187225
adhoc check of ML sources, in addition to thy files already covered in Thy_Load;
wenzelm
parents:
53660
diff
changeset
|
36 |
|
37368 | 37 |
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS; |
30888 | 38 |
|
66477 | 39 |
- check versions: |
74426 | 40 |
src/Tools/jEdit/jedit_base/plugin.props |
41 |
src/Tools/jEdit/jedit_main/plugin.props |
|
66598 | 42 |
src/Tools/VSCode/extension/package.json |
43 |
||
41617 | 44 |
- check funny base directory, e.g. "Test 中国"; |
45 |
||
36860 | 46 |
- diff NEWS wrt. last official release, which is read-only; |
47 |
||
69691 | 48 |
- update https://isabelle.sketis.net/repos/isabelle-website |
13447 | 49 |
|
73987
fc363a3b690a
build.props for isabelle.jar, including isabelle.jedit;
wenzelm
parents:
73607
diff
changeset
|
50 |
- check doc/Contents, $JEDIT_HOME/doc/Contents; |
13447 | 51 |
|
72894
bd2269b6cd99
updated "macOS" terminology: current Big Sur is already version 11;
wenzelm
parents:
72793
diff
changeset
|
52 |
- test old HD display: Linux, Windows, macOS; |
57624
a7acd2d8c2fb
enable hires explictly, as seen for other high-end Java applications on the Web;
wenzelm
parents:
57454
diff
changeset
|
53 |
|
72894
bd2269b6cd99
updated "macOS" terminology: current Big Sur is already version 11;
wenzelm
parents:
72793
diff
changeset
|
54 |
- macOS: check recent MacTeX; |
59980 | 55 |
|
56 |
- Windows: check recent MiKTeX; |
|
57 |
||
71289 | 58 |
- Phabricator: |
59 |
. src/Doc/System/Phabricator.thy: check/update underlying Ubuntu version |
|
71431 | 60 |
. etc/options: check/update phabricator_version entries; |
71289 | 61 |
|
37526 | 62 |
|
54052 | 63 |
Repository fork |
64 |
=============== |
|
65 |
||
66 |
- isabelle: finalize NEWS / CONTRIBUTORS -- proper headers for named release; |
|
67 |
||
68 |
- isabelle-release: hg tag; |
|
69 |
||
54053 | 70 |
- isabelle: back to post-release mode -- after fork point; |
54052 | 71 |
|
72 |
||
37526 | 73 |
Packaging |
74 |
========= |
|
75 |
||
76193 | 76 |
- regular packaging: |
77 |
||
76378
c0566b6f6ca8
formal bundling for Admin/build_release: avoid confusion about presence or absence in manual invocations;
wenzelm
parents:
76374
diff
changeset
|
78 |
#source archive |
c0566b6f6ca8
formal bundling for Admin/build_release: avoid confusion about presence or absence in manual invocations;
wenzelm
parents:
76374
diff
changeset
|
79 |
Admin/build_release -D ~/tmp/isadist -b HOL -R Isabelle2022 -p "" |
c0566b6f6ca8
formal bundling for Admin/build_release: avoid confusion about presence or absence in manual invocations;
wenzelm
parents:
76374
diff
changeset
|
80 |
|
76193 | 81 |
#on fast Linux machine, with access to Linux + Windows build_host |
76378
c0566b6f6ca8
formal bundling for Admin/build_release: avoid confusion about presence or absence in manual invocations;
wenzelm
parents:
76374
diff
changeset
|
82 |
Admin/build_release -D ~/tmp/isadist -b HOL -R Isabelle2022 -p linux,windows -l |
37526 | 83 |
|
76193 | 84 |
#with access Apple ARM build_host |
76378
c0566b6f6ca8
formal bundling for Admin/build_release: avoid confusion about presence or absence in manual invocations;
wenzelm
parents:
76374
diff
changeset
|
85 |
Admin/build_release -D ~/tmp/isadist -b HOL -R Isabelle2022 -p macos |
76111
6308eaaa88f1
clarified release packaging: naproche-20220910 lacks arm64-linux support (and crashes);
wenzelm
parents:
76105
diff
changeset
|
86 |
|
76193 | 87 |
#with access Linux ARM build_host |
76378
c0566b6f6ca8
formal bundling for Admin/build_release: avoid confusion about presence or absence in manual invocations;
wenzelm
parents:
76374
diff
changeset
|
88 |
Admin/build_release -D ~/tmp/isadist -b HOL -R Isabelle2022 -p linux_arm |
41600 | 89 |
|
66792 | 90 |
- Docker image: |
91 |
||
77577
f78286d2e30f
follow renaming of various Isabelle command-line tools (see b975f5aaf6b8 and before);
wenzelm
parents:
76465
diff
changeset
|
92 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2022 Isabelle2022_linux.tar.gz |
f78286d2e30f
follow renaming of various Isabelle command-line tools (see b975f5aaf6b8 and before);
wenzelm
parents:
76465
diff
changeset
|
93 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2022_X11_Latex -P X11 -P latex Isabelle2022_linux.tar.gz |
76193 | 94 |
|
77577
f78286d2e30f
follow renaming of various Isabelle command-line tools (see b975f5aaf6b8 and before);
wenzelm
parents:
76465
diff
changeset
|
95 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2022_ARM Isabelle2022_linux_arm.tar.gz |
f78286d2e30f
follow renaming of various Isabelle command-line tools (see b975f5aaf6b8 and before);
wenzelm
parents:
76465
diff
changeset
|
96 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2022_ARM_X11_Latex -P X11 -P latex Isabelle2022_linux_arm.tar.gz |
66792 | 97 |
|
73258 | 98 |
docker login |
99 |
||
76105 | 100 |
docker push makarius/isabelle:Isabelle2022 |
73258 | 101 |
|
73299
43ce3b8a25ee
proper "latest" tag, otherwise the default pull command from https://hub.docker.com/r/makarius/isabelle won't work;
wenzelm
parents:
73258
diff
changeset
|
102 |
docker tag ... latest |
43ce3b8a25ee
proper "latest" tag, otherwise the default pull command from https://hub.docker.com/r/makarius/isabelle won't work;
wenzelm
parents:
73258
diff
changeset
|
103 |
docker push makarius/isabelle:latest |
43ce3b8a25ee
proper "latest" tag, otherwise the default pull command from https://hub.docker.com/r/makarius/isabelle won't work;
wenzelm
parents:
73258
diff
changeset
|
104 |
|
66792 | 105 |
https://hub.docker.com/r/makarius/isabelle |
70330 | 106 |
https://docs.docker.com/engine/reference/commandline/push |
66792 | 107 |
|
41600 | 108 |
|
47977 | 109 |
Post-release |
110 |
============ |
|
111 |
||
76374 | 112 |
- update .hgtags |
113 |
||
73478
1be70e3de751
record official releases that follow a certain structure, with public access via https://isabelle.sketis.net/repos/isabelle/raw-file/tip/Admin/Release/official (NB: Isabelle2013-1 had to be retracted);
wenzelm
parents:
73299
diff
changeset
|
114 |
- update Admin/Release/official |
1be70e3de751
record official releases that follow a certain structure, with public access via https://isabelle.sketis.net/repos/isabelle/raw-file/tip/Admin/Release/official (NB: Isabelle2013-1 had to be retracted);
wenzelm
parents:
73299
diff
changeset
|
115 |
|
74653 | 116 |
- update /p/home/isabelle and /p/home/isabelle/html-data |