author | wenzelm |
Thu, 12 Sep 2013 18:53:51 +0200 | |
changeset 53583 | b78eccad3939 |
parent 53416 | 3a67ed19b755 |
child 53660 | c6554160b9ea |
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 |
|
44801 | 10 |
- test Proof General 4.1, 3.7.1.1; |
30888 | 11 |
|
50957 | 12 |
- test 'display_drafts' command; |
25428 | 13 |
|
53583 | 14 |
- test "#!/usr/bin/env isabelle_scala_script"; |
15 |
||
50957 | 16 |
- check HTML header of library; |
25428 | 17 |
|
44863
49ea566cb3b4
more symbolic file positions via smart replacement of ISABELLE_HOME -- allows Isabelle distribution to be moved later on;
wenzelm
parents:
44801
diff
changeset
|
18 |
- check file positions within logic images (hyperlinks etc.); |
49ea566cb3b4
more symbolic file positions via smart replacement of ISABELLE_HOME -- allows Isabelle distribution to be moved later on;
wenzelm
parents:
44801
diff
changeset
|
19 |
|
52441
ffc3f1659a25
need to run isabelle update_keywords, but not to check it (cf. 4cf3f6153eb8);
wenzelm
parents:
52439
diff
changeset
|
20 |
- run isabelle update_keywords; |
ffc3f1659a25
need to run isabelle update_keywords, but not to check it (cf. 4cf3f6153eb8);
wenzelm
parents:
52439
diff
changeset
|
21 |
|
37368 | 22 |
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS; |
30888 | 23 |
|
41617 | 24 |
- check funny base directory, e.g. "Test 中国"; |
25 |
||
36860 | 26 |
- diff NEWS wrt. last official release, which is read-only; |
27 |
||
30888 | 28 |
- update https://isabelle.in.tum.de/repos/website; |
13447 | 29 |
|
53416 | 30 |
- maintain doc/Contents; |
13447 | 31 |
|
32 |
- maintain Logics: |
|
50647 | 33 |
ROOTS |
30852 | 34 |
lib/html/library_index_content.template |
13447 | 35 |
|
47408
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
36 |
- test separate compilation of Isabelle/Scala PIDE sources: |
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
37 |
Admin/build jars_test |
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
38 |
|
47834 | 39 |
- test Isabelle/jEdit: |
40 |
print buffer |
|
41 |
||
46729 | 42 |
- test contrib components: |
43 |
x86_64-linux without 32bit C/C++ libraries |
|
44 |
||
50784 | 45 |
- check "Handler catches all exceptions", using |
46 |
PolyML.Compiler.reportExhaustiveHandlers := true; |
|
47 |
||
37526 | 48 |
|
49 |
Packaging |
|
50 |
========= |
|
51 |
||
52677 | 52 |
- fully-automated packaging (requires Mac OS X): |
37526 | 53 |
|
52677 | 54 |
hg up -r DISTNAME && Admin/Release/build -r DISTNAME /home/isabelle/dist |
41600 | 55 |
|
56 |
||
57 |
Final release stage |
|
58 |
=================== |
|
59 |
||
47863 | 60 |
- various .hg/hgrc files: |
51097 | 61 |
default = http://bitbucket.org/isabelle_project/isabelle-release |
62 |
default = ssh://hg@bitbucket.org/isabelle_project/isabelle-release |
|
41600 | 63 |
|
47863 | 64 |
- isatest@macbroy28:hg-isabelle/.hg/hgrc |
41608 | 65 |
- isatest@macbroy28:devel-page/content/index.content |
66 |
||
47977 | 67 |
|
68 |
Post-release |
|
69 |
============ |
|
70 |
||
71 |
- update /home/isabelle and /home/isabelle/html-data |
|
72 |