author | nipkow |
Wed, 30 May 2018 13:44:53 +0200 | |
changeset 68325 | 57e4bd1e2e18 |
parent 67263 | 449a989f42cd |
child 68544 | 8285fa53bfac |
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 |
||
66647 | 8 |
- test Isabelle/jEdit: print buffer |
9 |
||
53583 | 10 |
- test "#!/usr/bin/env isabelle_scala_script"; |
11 |
||
56829 | 12 |
- check sources: |
62452 | 13 |
isabelle check_sources '~~' '$AFP_BASE' |
65567 | 14 |
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
|
15 |
|
37368 | 16 |
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS; |
30888 | 17 |
|
66477 | 18 |
- check versions: |
19 |
src/Tools/jEdit/src/Isabelle.props |
|
20 |
src/Tools/jEdit/src-base/Isabelle_Base.props |
|
60295 | 21 |
|
66598 | 22 |
- check Isabelle version: |
23 |
src/Tools/VSCode/extension/README.md |
|
24 |
src/Tools/VSCode/extension/package.json |
|
25 |
||
41617 | 26 |
- check funny base directory, e.g. "Test 中国"; |
27 |
||
57454 | 28 |
- check scalable fonts, e.g. src/Doc/Prog_Prove (NOTE: T1 encoding |
55367 | 29 |
requires cm-super fonts, which are usually available on MacTeX or |
30 |
Cygwin, but not on Ubuntu/Debian); |
|
31 |
||
36860 | 32 |
- diff NEWS wrt. last official release, which is read-only; |
33 |
||
53979 | 34 |
- update https://bitbucket.org/isabelle_project/isabelle-website |
13447 | 35 |
|
62238 | 36 |
- check doc/Contents, src/Tools/jEdit/dist/doc/Contents; |
13447 | 37 |
|
62238 | 38 |
- check Logics: |
50647 | 39 |
ROOTS |
30852 | 40 |
lib/html/library_index_content.template |
13447 | 41 |
|
63899 | 42 |
- HTML library: check HTML header; |
43 |
||
44 |
- HTML library: check theory dependencies (PDF); |
|
57876 | 45 |
|
60032 | 46 |
- check "Handler catches all exceptions" |
50784 | 47 |
|
57624
a7acd2d8c2fb
enable hires explictly, as seen for other high-end Java applications on the Web;
wenzelm
parents:
57454
diff
changeset
|
48 |
- 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
|
49 |
|
59980 | 50 |
- Mac OS X: check recent MacTeX; |
51 |
||
57876 | 52 |
- Windows: check dpi scaling with high-definition display; |
53 |
||
59980 | 54 |
- Windows: check recent MiKTeX; |
55 |
||
37526 | 56 |
|
54052 | 57 |
Repository fork |
58 |
=============== |
|
59 |
||
60 |
- isabelle: finalize NEWS / CONTRIBUTORS -- proper headers for named release; |
|
61 |
||
62 |
- isabelle-release: hg tag; |
|
63 |
||
54053 | 64 |
- isabelle: back to post-release mode -- after fork point; |
54052 | 65 |
|
66 |
||
37526 | 67 |
Packaging |
68 |
========= |
|
69 |
||
63897
85c83757788c
consolidate implicit use of gnutar, via somewhat fragile dynamic scoping within existing shell scripts;
wenzelm
parents:
63061
diff
changeset
|
70 |
- 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
|
71 |
(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
|
72 |
|
63899 | 73 |
- Linux: avoid some versions of Debian / Ubuntu (bitmap fonts for prog-prove); |
74 |
||
64436
254c9411fc48
build_release on lxbroy10 appears to work, including latex and remote_dmg;
wenzelm
parents:
64370
diff
changeset
|
75 |
- fully-automated packaging (e.g. on lxbroy10 or macbroy2): |
37526 | 76 |
|
64202 | 77 |
hg up -r DISTNAME && Admin/build_release -M macbroy30 -O -l -R DISTNAME /home/isabelle/dist |
41600 | 78 |
|
66792 | 79 |
- Docker image: |
80 |
||
81 |
isabelle build_docker -E -t makarius/isabelle:Isabelle2017 Isabelle2017_app.tar.gz |
|
82 |
||
83 |
https://hub.docker.com/r/makarius/isabelle |
|
84 |
https://docs.docker.com/docker-cloud/builds/push-images |
|
85 |
||
41600 | 86 |
|
87 |
Final release stage |
|
88 |
=================== |
|
89 |
||
47863 | 90 |
- various .hg/hgrc files: |
51097 | 91 |
default = http://bitbucket.org/isabelle_project/isabelle-release |
92 |
default = ssh://hg@bitbucket.org/isabelle_project/isabelle-release |
|
41600 | 93 |
|
47977 | 94 |
|
95 |
Post-release |
|
96 |
============ |
|
97 |
||
98 |
- update /home/isabelle and /home/isabelle/html-data |