author | wenzelm |
Sun, 29 Sep 2013 12:18:47 +0200 | |
changeset 53979 | 711104822c8e |
parent 53665 | ea8343187225 |
child 54052 | 797ae756d64d |
permissions | -rw-r--r-- |
13447 | 1 |
Checklist for official releases |
2 |
=============================== |
|
3 |
||
50647 | 4 |
- check latest polyml, smlnj, jdk, scala, jedit; |
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 |
||
50957 | 18 |
- check HTML header of library; |
25428 | 19 |
|
53665
ea8343187225
adhoc check of ML sources, in addition to thy files already covered in Thy_Load;
wenzelm
parents:
53660
diff
changeset
|
20 |
- check ML sources: isabelle build -nal; |
ea8343187225
adhoc check of ML sources, in addition to thy files already covered in Thy_Load;
wenzelm
parents:
53660
diff
changeset
|
21 |
|
52441
ffc3f1659a25
need to run isabelle update_keywords, but not to check it (cf. 4cf3f6153eb8);
wenzelm
parents:
52439
diff
changeset
|
22 |
- run isabelle update_keywords; |
ffc3f1659a25
need to run isabelle update_keywords, but not to check it (cf. 4cf3f6153eb8);
wenzelm
parents:
52439
diff
changeset
|
23 |
|
37368 | 24 |
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS; |
30888 | 25 |
|
41617 | 26 |
- check funny base directory, e.g. "Test 中国"; |
27 |
||
36860 | 28 |
- diff NEWS wrt. last official release, which is read-only; |
29 |
||
53979 | 30 |
- update https://bitbucket.org/isabelle_project/isabelle-release/wiki/Home |
31 |
||
32 |
- update https://bitbucket.org/isabelle_project/isabelle-website |
|
13447 | 33 |
|
53416 | 34 |
- maintain doc/Contents; |
13447 | 35 |
|
36 |
- maintain Logics: |
|
50647 | 37 |
ROOTS |
30852 | 38 |
lib/html/library_index_content.template |
13447 | 39 |
|
47408
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
40 |
- test separate compilation of Isabelle/Scala PIDE sources: |
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
41 |
Admin/build jars_test |
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
42 |
|
47834 | 43 |
- test Isabelle/jEdit: |
44 |
print buffer |
|
45 |
||
46729 | 46 |
- test contrib components: |
47 |
x86_64-linux without 32bit C/C++ libraries |
|
48 |
||
50784 | 49 |
- check "Handler catches all exceptions", using |
50 |
PolyML.Compiler.reportExhaustiveHandlers := true; |
|
51 |
||
37526 | 52 |
|
53 |
Packaging |
|
54 |
========= |
|
55 |
||
52677 | 56 |
- fully-automated packaging (requires Mac OS X): |
37526 | 57 |
|
52677 | 58 |
hg up -r DISTNAME && Admin/Release/build -r DISTNAME /home/isabelle/dist |
41600 | 59 |
|
60 |
||
61 |
Final release stage |
|
62 |
=================== |
|
63 |
||
47863 | 64 |
- various .hg/hgrc files: |
51097 | 65 |
default = http://bitbucket.org/isabelle_project/isabelle-release |
66 |
default = ssh://hg@bitbucket.org/isabelle_project/isabelle-release |
|
41600 | 67 |
|
47863 | 68 |
- isatest@macbroy28:hg-isabelle/.hg/hgrc |
41608 | 69 |
- isatest@macbroy28:devel-page/content/index.content |
70 |
||
47977 | 71 |
|
72 |
Post-release |
|
73 |
============ |
|
74 |
||
75 |
- update /home/isabelle and /home/isabelle/html-data |
|
76 |