author | wenzelm |
Tue, 05 Mar 2024 20:58:19 +0100 | |
changeset 79792 | 98f009f56400 |
parent 79059 | ae682b2aab03 |
child 80088 | 5afbf04418ec |
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 |
||
78781
847739805b8d
disable naproche component for now: to be updated before the next Isabelle release;
wenzelm
parents:
78145
diff
changeset
|
11 |
- Admin/components/bundled: update naproche; |
847739805b8d
disable naproche component for now: to be updated before the next Isabelle release;
wenzelm
parents:
78145
diff
changeset
|
12 |
|
71431 | 13 |
- test "isabelle dump -b Pure ZF"; |
68544 | 14 |
|
69956 | 15 |
- test "isabelle build -o export_theory -f ZF"; |
68544 | 16 |
|
17 |
- test "isabelle server" according to "system" manual; |
|
18 |
||
19 |
- test Isabelle/VSCode; |
|
20 |
||
66647 | 21 |
- test Isabelle/jEdit: print buffer |
22 |
||
74001 | 23 |
- test Isabelle/jEdit: deactivate main plugin; |
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 |
||
79792 | 78 |
#on fast Linux machine, with access to build_host for each platform |
79 |
Admin/build_release -D ~/tmp/isadist -b HOL -R Isabelle2024 -j2 -l |
|
41600 | 80 |
|
66792 | 81 |
- Docker image: |
82 |
||
79792 | 83 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2024 Isabelle2024_linux.tar.gz |
84 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2024_X11_Latex -P X11 -P latex Isabelle2024_linux.tar.gz |
|
76193 | 85 |
|
79792 | 86 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2024_ARM Isabelle2024_linux_arm.tar.gz |
87 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2024_ARM_X11_Latex -P X11 -P latex Isabelle2024_linux_arm.tar.gz |
|
66792 | 88 |
|
73258 | 89 |
docker login |
90 |
||
79792 | 91 |
docker push makarius/isabelle:Isabelle2024 |
73258 | 92 |
|
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
|
93 |
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
|
94 |
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
|
95 |
|
66792 | 96 |
https://hub.docker.com/r/makarius/isabelle |
70330 | 97 |
https://docs.docker.com/engine/reference/commandline/push |
66792 | 98 |
|
41600 | 99 |
|
47977 | 100 |
Post-release |
101 |
============ |
|
102 |
||
76374 | 103 |
- update .hgtags |
104 |
||
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
|
105 |
- 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
|
106 |
|
74653 | 107 |
- update /p/home/isabelle and /p/home/isabelle/html-data |