author | wenzelm |
Mon, 01 Feb 2021 14:01:01 +0100 | |
changeset 73219 | feaf43e23b3a |
parent 72894 | bd2269b6cd99 |
child 73258 | fdc76c10bb61 |
permissions | -rw-r--r-- |
13447 | 1 |
Checklist for official releases |
2 |
=============================== |
|
3 |
||
62354 | 4 |
- check latest updates of polyml, jdk, scala, jedit; |
50647 | 5 |
|
6 |
- check Admin/components; |
|
7 |
||
71431 | 8 |
- test "isabelle dump -b Pure ZF"; |
68544 | 9 |
|
69956 | 10 |
- test "isabelle build -o export_theory -f ZF"; |
68544 | 11 |
|
12 |
- test "isabelle server" according to "system" manual; |
|
13 |
||
14 |
- test Isabelle/VSCode; |
|
15 |
||
66647 | 16 |
- test Isabelle/jEdit: print buffer |
17 |
||
53583 | 18 |
- test "#!/usr/bin/env isabelle_scala_script"; |
19 |
||
68591 | 20 |
- test Windows 10 subsystem for Linux: |
21 |
https://docs.microsoft.com/en-us/windows/wsl/install-win10 |
|
22 |
||
69169
a5640ec8fcb8
check (non-)executable files -- and eliminate them manually from the repository)
wenzelm
parents:
68738
diff
changeset
|
23 |
- check (non-)executable files: |
a5640ec8fcb8
check (non-)executable files -- and eliminate them manually from the repository)
wenzelm
parents:
68738
diff
changeset
|
24 |
$ 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
|
25 |
$ find -type f -executable |
a5640ec8fcb8
check (non-)executable files -- and eliminate them manually from the repository)
wenzelm
parents:
68738
diff
changeset
|
26 |
|
56829 | 27 |
- check sources: |
62452 | 28 |
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
|
29 |
|
37368 | 30 |
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS; |
30888 | 31 |
|
66477 | 32 |
- check versions: |
33 |
src/Tools/jEdit/src/Isabelle.props |
|
34 |
src/Tools/jEdit/src-base/Isabelle_Base.props |
|
60295 | 35 |
|
66598 | 36 |
- check Isabelle version: |
37 |
src/Tools/VSCode/extension/README.md |
|
38 |
src/Tools/VSCode/extension/package.json |
|
39 |
||
41617 | 40 |
- check funny base directory, e.g. "Test 中国"; |
41 |
||
36860 | 42 |
- diff NEWS wrt. last official release, which is read-only; |
43 |
||
69691 | 44 |
- update https://isabelle.sketis.net/repos/isabelle-website |
13447 | 45 |
|
62238 | 46 |
- check doc/Contents, src/Tools/jEdit/dist/doc/Contents; |
13447 | 47 |
|
72894
bd2269b6cd99
updated "macOS" terminology: current Big Sur is already version 11;
wenzelm
parents:
72793
diff
changeset
|
48 |
- 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
|
49 |
|
72894
bd2269b6cd99
updated "macOS" terminology: current Big Sur is already version 11;
wenzelm
parents:
72793
diff
changeset
|
50 |
- macOS: check recent MacTeX; |
59980 | 51 |
|
52 |
- Windows: check recent MiKTeX; |
|
53 |
||
71289 | 54 |
- Phabricator: |
55 |
. src/Doc/System/Phabricator.thy: check/update underlying Ubuntu version |
|
71431 | 56 |
. etc/options: check/update phabricator_version entries; |
71289 | 57 |
|
37526 | 58 |
|
54052 | 59 |
Repository fork |
60 |
=============== |
|
61 |
||
62 |
- isabelle: finalize NEWS / CONTRIBUTORS -- proper headers for named release; |
|
63 |
||
64 |
- isabelle-release: hg tag; |
|
65 |
||
54053 | 66 |
- isabelle: back to post-release mode -- after fork point; |
54052 | 67 |
|
68 |
||
37526 | 69 |
Packaging |
70 |
========= |
|
71 |
||
72894
bd2269b6cd99
updated "macOS" terminology: current Big Sur is already version 11;
wenzelm
parents:
72793
diff
changeset
|
72 |
- macOS: provide "gnutar" executable via shell PATH |
63897
85c83757788c
consolidate implicit use of gnutar, via somewhat fragile dynamic scoping within existing shell scripts;
wenzelm
parents:
63061
diff
changeset
|
73 |
(e.g. copy of /usr/bin/gnutar from Mountain Lion) |
85c83757788c
consolidate implicit use of gnutar, via somewhat fragile dynamic scoping within existing shell scripts;
wenzelm
parents:
63061
diff
changeset
|
74 |
|
70037 | 75 |
- fully-automated packaging (e.g. on lxcisa0): |
37526 | 76 |
|
70104 | 77 |
hg up -r DISTNAME && Admin/build_release -b HOL -l -O -R DISTNAME /home/isabelle/dist |
41600 | 78 |
|
66792 | 79 |
- Docker image: |
80 |
||
73219 | 81 |
isabelle build_docker -o Dockerfile -E -t makarius/isabelle:Isabelle2021 Isabelle2021_linux.tar.gz |
66792 | 82 |
|
83 |
https://hub.docker.com/r/makarius/isabelle |
|
70330 | 84 |
https://docs.docker.com/engine/reference/commandline/push |
66792 | 85 |
|
41600 | 86 |
|
47977 | 87 |
Post-release |
88 |
============ |
|
89 |
||
90 |
- update /home/isabelle and /home/isabelle/html-data |