author | wenzelm |
Sun, 19 Apr 2015 21:49:24 +0200 | |
changeset 60186 | 9d8a0a6781c3 |
parent 60032 | 7fcbdc4aeb8e |
child 60294 | 3841632c7e4f |
permissions | -rw-r--r-- |
13447 | 1 |
Checklist for official releases |
2 |
=============================== |
|
3 |
||
59952 | 4 |
- check latest updates of polyml, smlnj, jdk, scala, jedit; |
50647 | 5 |
|
6 |
- check Admin/components; |
|
7 |
||
47979 | 8 |
- test polyml-5.4.1, polyml-5.4.0, polyml-5.3.0, smlnj; |
31308 | 9 |
|
53660 | 10 |
- test Isabelle/jEdit on single-core; |
11 |
||
12 |
- test Isabelle/jEdit on airy device; |
|
30888 | 13 |
|
50957 | 14 |
- test 'display_drafts' command; |
25428 | 15 |
|
53583 | 16 |
- test "#!/usr/bin/env isabelle_scala_script"; |
17 |
||
56829 | 18 |
- check sources: |
19 |
isabelle java isabelle.Check_Source '~~' '$AFP_BASE' |
|
53665
ea8343187225
adhoc check of ML sources, in addition to thy files already covered in Thy_Load;
wenzelm
parents:
53660
diff
changeset
|
20 |
|
37368 | 21 |
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS; |
30888 | 22 |
|
41617 | 23 |
- check funny base directory, e.g. "Test 中国"; |
24 |
||
57454 | 25 |
- check scalable fonts, e.g. src/Doc/Prog_Prove (NOTE: T1 encoding |
55367 | 26 |
requires cm-super fonts, which are usually available on MacTeX or |
27 |
Cygwin, but not on Ubuntu/Debian); |
|
28 |
||
36860 | 29 |
- diff NEWS wrt. last official release, which is read-only; |
30 |
||
53979 | 31 |
- update https://bitbucket.org/isabelle_project/isabelle-website |
13447 | 32 |
|
53416 | 33 |
- maintain doc/Contents; |
13447 | 34 |
|
35 |
- maintain Logics: |
|
50647 | 36 |
ROOTS |
30852 | 37 |
lib/html/library_index_content.template |
13447 | 38 |
|
57876 | 39 |
- check HTML header of library; |
40 |
||
47408
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
41 |
- test separate compilation of Isabelle/Scala PIDE sources: |
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
42 |
Admin/build jars_test |
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
43 |
|
47834 | 44 |
- test Isabelle/jEdit: |
45 |
print buffer |
|
46 |
||
46729 | 47 |
- test contrib components: |
48 |
x86_64-linux without 32bit C/C++ libraries |
|
49 |
||
60032 | 50 |
- check "Handler catches all exceptions" |
50784 | 51 |
|
57624
a7acd2d8c2fb
enable hires explictly, as seen for other high-end Java applications on the Web;
wenzelm
parents:
57454
diff
changeset
|
52 |
- 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
|
53 |
|
59980 | 54 |
- Mac OS X: check recent MacTeX; |
55 |
||
57876 | 56 |
- Windows: check dpi scaling with high-definition display; |
57 |
||
59980 | 58 |
- Windows: check recent MiKTeX; |
59 |
||
37526 | 60 |
|
54052 | 61 |
Repository fork |
62 |
=============== |
|
63 |
||
64 |
- isabelle: finalize NEWS / CONTRIBUTORS -- proper headers for named release; |
|
65 |
||
66 |
- isabelle-release: hg tag; |
|
67 |
||
54053 | 68 |
- isabelle: back to post-release mode -- after fork point; |
54052 | 69 |
|
70 |
||
37526 | 71 |
Packaging |
72 |
========= |
|
73 |
||
57454 | 74 |
- fully-automated packaging (requires Mac OS X with gnutar, avoid Mavericks): |
37526 | 75 |
|
57681 | 76 |
hg up -r DISTNAME && Admin/Release/build -O -l -r DISTNAME /home/isabelle/dist |
41600 | 77 |
|
78 |
||
79 |
Final release stage |
|
80 |
=================== |
|
81 |
||
47863 | 82 |
- various .hg/hgrc files: |
51097 | 83 |
default = http://bitbucket.org/isabelle_project/isabelle-release |
84 |
default = ssh://hg@bitbucket.org/isabelle_project/isabelle-release |
|
41600 | 85 |
|
60186 | 86 |
- isatest@lxbroy2:hg-isabelle/.hg/hgrc |
87 |
- isatest@lxbroy2:devel-page/content/index.content |
|
41608 | 88 |
|
47977 | 89 |
|
90 |
Post-release |
|
91 |
============ |
|
92 |
||
93 |
- update /home/isabelle and /home/isabelle/html-data |