author | wenzelm |
Wed, 12 Mar 2025 11:39:00 +0100 | |
changeset 82265 | 4b875a4c83b0 |
parent 82130 | 5888f0bec971 |
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 |
|
82130 | 13 |
- test "isabelle find_facts_index FOL && isabelle find_facts_server"; |
81783 | 14 |
|
71431 | 15 |
- test "isabelle dump -b Pure ZF"; |
68544 | 16 |
|
69956 | 17 |
- test "isabelle build -o export_theory -f ZF"; |
68544 | 18 |
|
19 |
- test "isabelle server" according to "system" manual; |
|
20 |
||
21 |
- test Isabelle/VSCode; |
|
22 |
||
66647 | 23 |
- test Isabelle/jEdit: print buffer |
24 |
||
74001 | 25 |
- test Isabelle/jEdit: deactivate main plugin; |
26 |
||
75410
832f764093e1
avoid static access to sun.tools.jconsole: more robust compilation (notably with scala3), but less robust invocation;
wenzelm
parents:
75186
diff
changeset
|
27 |
- 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
|
28 |
|
80088
5afbf04418ec
avoid Scala if-expressions and thus make it work both for -new-syntax or -old-syntax;
wenzelm
parents:
79792
diff
changeset
|
29 |
- test "isabelle build HOL-Codegenerator_Test" with -new-syntax |
5afbf04418ec
avoid Scala if-expressions and thus make it work both for -new-syntax or -old-syntax;
wenzelm
parents:
79792
diff
changeset
|
30 |
(see also etc/settings:ISABELLE_SCALAC_OPTIONS); |
5afbf04418ec
avoid Scala if-expressions and thus make it work both for -new-syntax or -old-syntax;
wenzelm
parents:
79792
diff
changeset
|
31 |
|
80150 | 32 |
- test Windows Subsystem for Linux (e.g. on Windows Server 2022); |
68591 | 33 |
|
69169
a5640ec8fcb8
check (non-)executable files -- and eliminate them manually from the repository)
wenzelm
parents:
68738
diff
changeset
|
34 |
- check (non-)executable files: |
a5640ec8fcb8
check (non-)executable files -- and eliminate them manually from the repository)
wenzelm
parents:
68738
diff
changeset
|
35 |
$ 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
|
36 |
$ find -type f -executable |
a5640ec8fcb8
check (non-)executable files -- and eliminate them manually from the repository)
wenzelm
parents:
68738
diff
changeset
|
37 |
|
56829 | 38 |
- check sources: |
62452 | 39 |
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
|
40 |
|
37368 | 41 |
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS; |
30888 | 42 |
|
66477 | 43 |
- check versions: |
74426 | 44 |
src/Tools/jEdit/jedit_base/plugin.props |
45 |
src/Tools/jEdit/jedit_main/plugin.props |
|
66598 | 46 |
src/Tools/VSCode/extension/package.json |
47 |
||
41617 | 48 |
- check funny base directory, e.g. "Test 中国"; |
49 |
||
36860 | 50 |
- diff NEWS wrt. last official release, which is read-only; |
51 |
||
69691 | 52 |
- update https://isabelle.sketis.net/repos/isabelle-website |
13447 | 53 |
|
73987
fc363a3b690a
build.props for isabelle.jar, including isabelle.jedit;
wenzelm
parents:
73607
diff
changeset
|
54 |
- check doc/Contents, $JEDIT_HOME/doc/Contents; |
13447 | 55 |
|
72894
bd2269b6cd99
updated "macOS" terminology: current Big Sur is already version 11;
wenzelm
parents:
72793
diff
changeset
|
56 |
- 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
|
57 |
|
72894
bd2269b6cd99
updated "macOS" terminology: current Big Sur is already version 11;
wenzelm
parents:
72793
diff
changeset
|
58 |
- macOS: check recent MacTeX; |
59980 | 59 |
|
60 |
- Windows: check recent MiKTeX; |
|
61 |
||
82265 | 62 |
- Phorge: |
71289 | 63 |
. src/Doc/System/Phabricator.thy: check/update underlying Ubuntu version |
71431 | 64 |
. etc/options: check/update phabricator_version entries; |
71289 | 65 |
|
37526 | 66 |
|
54052 | 67 |
Repository fork |
68 |
=============== |
|
69 |
||
70 |
- isabelle: finalize NEWS / CONTRIBUTORS -- proper headers for named release; |
|
71 |
||
72 |
- isabelle-release: hg tag; |
|
73 |
||
54053 | 74 |
- isabelle: back to post-release mode -- after fork point; |
54052 | 75 |
|
76 |
||
37526 | 77 |
Packaging |
78 |
========= |
|
79 |
||
76193 | 80 |
- regular packaging: |
81 |
||
79792 | 82 |
#on fast Linux machine, with access to build_host for each platform |
82265 | 83 |
Admin/build_release -D ~/tmp/isadist -b HOL -R Isabelle2025 -j2 -l -F -L |
41600 | 84 |
|
66792 | 85 |
- Docker image: |
86 |
||
81740 | 87 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2025 Isabelle2025_linux.tar.gz |
88 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2025_X11_Latex -P X11 -P latex Isabelle2025_linux.tar.gz |
|
76193 | 89 |
|
81740 | 90 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2025_ARM Isabelle2025_linux_arm.tar.gz |
91 |
isabelle docker_build -o Dockerfile -E -t makarius/isabelle:Isabelle2025_ARM_X11_Latex -P X11 -P latex Isabelle2025_linux_arm.tar.gz |
|
66792 | 92 |
|
73258 | 93 |
docker login |
94 |
||
81740 | 95 |
docker push makarius/isabelle:Isabelle2025 |
73258 | 96 |
|
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
|
97 |
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
|
98 |
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
|
99 |
|
66792 | 100 |
https://hub.docker.com/r/makarius/isabelle |
70330 | 101 |
https://docs.docker.com/engine/reference/commandline/push |
66792 | 102 |
|
41600 | 103 |
|
47977 | 104 |
Post-release |
105 |
============ |
|
106 |
||
76374 | 107 |
- update .hgtags |
108 |
||
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
|
109 |
- 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
|
110 |
|
74653 | 111 |
- update /p/home/isabelle and /p/home/isabelle/html-data |