author | wenzelm |
Wed, 09 Jan 2013 15:48:34 +0100 | |
changeset 50784 | cbc7002cc273 |
parent 50647 | 58312dae25a5 |
child 50799 | 5a2f5834ccb4 |
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 |
|
25428 | 12 |
- check HTML header of library; |
13 |
||
27010 | 14 |
- check CTRL-C, SIGINT in tty (also for external processes); |
25428 | 15 |
|
27010 | 16 |
- check persistent sessions with PG and Poly/ML 5.x; |
25550 | 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 |
|
50647 | 20 |
- isabelle update_keywords; |
13447 | 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 |
|
30 |
- maintain Docs: |
|
28956 | 31 |
doc/Contents |
13447 | 32 |
|
33 |
- maintain Logics: |
|
50647 | 34 |
ROOTS |
30852 | 35 |
lib/html/library_index_content.template |
13447 | 36 |
|
47408
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
37 |
- test separate compilation of Isabelle/Scala PIDE sources: |
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
38 |
Admin/build jars_test |
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
39 |
|
47834 | 40 |
- test Isabelle/jEdit: |
41 |
print buffer |
|
42 |
||
46729 | 43 |
- test contrib components: |
44 |
x86_64-linux without 32bit C/C++ libraries |
|
45 |
Mac OS X Leopard |
|
46 |
||
50784 | 47 |
- check "Handler catches all exceptions", using |
48 |
PolyML.Compiler.reportExhaustiveHandlers := true; |
|
49 |
||
37526 | 50 |
|
51 |
Packaging |
|
52 |
========= |
|
53 |
||
49004 | 54 |
- hg up -r DISTNAME && isabelle makedist -r DISTNAME; |
37526 | 55 |
|
56 |
- makebin (multiplatform); |
|
57 |
||
58 |
- makebundle (multiplatform); |
|
59 |
||
47838 | 60 |
- Mac OS X: hdiutil create -srcfolder DIR DMG; |
61 |
||
62 |
- Windows: cat 7zsd_All.sfx sfx.txt Isabelle.7z > Isabelle.exe |
|
41600 | 63 |
|
45096 | 64 |
- makebin -l on fast machine, based on renamed bundle with deleted heaps; |
45092 | 65 |
|
41600 | 66 |
|
67 |
Final release stage |
|
68 |
=================== |
|
69 |
||
41666 | 70 |
- makedist: REPOS_NAME="isabelle-release" |
71 |
||
47863 | 72 |
- various .hg/hgrc files: |
73 |
default = /home/isabelle-repository/repos/isabelle-release |
|
41600 | 74 |
|
47863 | 75 |
- isatest@macbroy28:hg-isabelle/.hg/hgrc |
41608 | 76 |
- isatest@macbroy28:devel-page/content/index.content |
77 |
||
47977 | 78 |
|
79 |
Post-release |
|
80 |
============ |
|
81 |
||
82 |
- update /home/isabelle and /home/isabelle/html-data |
|
83 |