author | wenzelm |
Fri, 08 Sep 2017 19:26:28 +0200 | |
changeset 66647 | 6666fced78cc |
parent 66609 | a61181ffb1ce |
child 66792 | 6b76a5d1b7a5 |
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 |
||
50957 | 8 |
- test 'display_drafts' command; |
25428 | 9 |
|
66647 | 10 |
- test Isabelle/jEdit: print buffer |
11 |
||
53583 | 12 |
- test "#!/usr/bin/env isabelle_scala_script"; |
13 |
||
56829 | 14 |
- check sources: |
62452 | 15 |
isabelle check_sources '~~' '$AFP_BASE' |
65567 | 16 |
isabelle imports -M -a -d '~~/src/Benchmarks' |
53665
ea8343187225
adhoc check of ML sources, in addition to thy files already covered in Thy_Load;
wenzelm
parents:
53660
diff
changeset
|
17 |
|
37368 | 18 |
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS; |
30888 | 19 |
|
66477 | 20 |
- check versions: |
21 |
src/Tools/jEdit/src/Isabelle.props |
|
22 |
src/Tools/jEdit/src-base/Isabelle_Base.props |
|
60295 | 23 |
|
66598 | 24 |
- check Isabelle version: |
25 |
src/Tools/VSCode/extension/README.md |
|
26 |
src/Tools/VSCode/extension/package.json |
|
27 |
||
41617 | 28 |
- check funny base directory, e.g. "Test 中国"; |
29 |
||
57454 | 30 |
- check scalable fonts, e.g. src/Doc/Prog_Prove (NOTE: T1 encoding |
55367 | 31 |
requires cm-super fonts, which are usually available on MacTeX or |
32 |
Cygwin, but not on Ubuntu/Debian); |
|
33 |
||
36860 | 34 |
- diff NEWS wrt. last official release, which is read-only; |
35 |
||
53979 | 36 |
- update https://bitbucket.org/isabelle_project/isabelle-website |
13447 | 37 |
|
62238 | 38 |
- check doc/Contents, src/Tools/jEdit/dist/doc/Contents; |
13447 | 39 |
|
62238 | 40 |
- check Logics: |
50647 | 41 |
ROOTS |
30852 | 42 |
lib/html/library_index_content.template |
13447 | 43 |
|
63899 | 44 |
- HTML library: check HTML header; |
45 |
||
46 |
- HTML library: check theory dependencies (PDF); |
|
57876 | 47 |
|
46729 | 48 |
- test contrib components: |
49 |
x86_64-linux without 32bit C/C++ libraries |
|
66477 | 50 |
x86-linux on 32bit hardware |
46729 | 51 |
|
60032 | 52 |
- check "Handler catches all exceptions" |
50784 | 53 |
|
57624
a7acd2d8c2fb
enable hires explictly, as seen for other high-end Java applications on the Web;
wenzelm
parents:
57454
diff
changeset
|
54 |
- Mac OS X: check app bundle with Retina display; |
a7acd2d8c2fb
enable hires explictly, as seen for other high-end Java applications on the Web;
wenzelm
parents:
57454
diff
changeset
|
55 |
|
59980 | 56 |
- Mac OS X: check recent MacTeX; |
57 |
||
57876 | 58 |
- Windows: check dpi scaling with high-definition display; |
59 |
||
59980 | 60 |
- Windows: check recent MiKTeX; |
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 |
||
63897
85c83757788c
consolidate implicit use of gnutar, via somewhat fragile dynamic scoping within existing shell scripts;
wenzelm
parents:
63061
diff
changeset
|
76 |
- Mac OS X: provide "gnutar" executable via shell PATH |
85c83757788c
consolidate implicit use of gnutar, via somewhat fragile dynamic scoping within existing shell scripts;
wenzelm
parents:
63061
diff
changeset
|
77 |
(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
|
78 |
|
63899 | 79 |
- Linux: avoid some versions of Debian / Ubuntu (bitmap fonts for prog-prove); |
80 |
||
64436
254c9411fc48
build_release on lxbroy10 appears to work, including latex and remote_dmg;
wenzelm
parents:
64370
diff
changeset
|
81 |
- fully-automated packaging (e.g. on lxbroy10 or macbroy2): |
37526 | 82 |
|
64202 | 83 |
hg up -r DISTNAME && Admin/build_release -M macbroy30 -O -l -R DISTNAME /home/isabelle/dist |
41600 | 84 |
|
85 |
||
86 |
Final release stage |
|
87 |
=================== |
|
88 |
||
47863 | 89 |
- various .hg/hgrc files: |
51097 | 90 |
default = http://bitbucket.org/isabelle_project/isabelle-release |
91 |
default = ssh://hg@bitbucket.org/isabelle_project/isabelle-release |
|
41600 | 92 |
|
47977 | 93 |
|
94 |
Post-release |
|
95 |
============ |
|
96 |
||
97 |
- update /home/isabelle and /home/isabelle/html-data |