Admin/Release/CHECKLIST
author wenzelm
Sun, 27 Jul 2014 15:29:42 +0200
changeset 59036 c0fd03d13d28
parent 59023 aabfd69ab754
child 59092 7d45e47c2765
permissions -rw-r--r--
tuned;
     1 Checklist for official releases
     2 ===============================
     3 
     4 - check latest polyml, smlnj, jdk, scala, jedit;
     5 
     6 - check Admin/components;
     7 
     8 - test polyml-5.4.1, polyml-5.4.0, polyml-5.3.0, smlnj;
     9 
    10 - test Isabelle/jEdit on single-core;
    11 
    12 - test Isabelle/jEdit on airy device;
    13 
    14 - test 'display_drafts' command;
    15 
    16 - test "#!/usr/bin/env isabelle_scala_script";
    17 
    18 - check HTML header of library;
    19 
    20 - check sources:
    21     isabelle java isabelle.Check_Source '~~' '$AFP_BASE'
    22 
    23 - run isabelle update_keywords;
    24 
    25 - check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS;
    26 
    27 - check funny base directory, e.g. "Test 中国";
    28 
    29 - check scalable fonts, e.g. src/Doc/Prog_Prove (NOTE: T1 encoding
    30   requires cm-super fonts, which are usually available on MacTeX or
    31   Cygwin, but not on Ubuntu/Debian);
    32 
    33 - diff NEWS wrt. last official release, which is read-only;
    34 
    35 - update https://bitbucket.org/isabelle_project/isabelle-website
    36 
    37 - maintain doc/Contents;
    38 
    39 - maintain Logics:
    40     ROOTS
    41     lib/html/library_index_content.template
    42 
    43 - test separate compilation of Isabelle/Scala PIDE sources:
    44     Admin/build jars_test
    45 
    46 - test Isabelle/jEdit:
    47     print buffer
    48 
    49 - test contrib components:
    50     x86_64-linux without 32bit C/C++ libraries
    51 
    52 - check "Handler catches all exceptions", using
    53   PolyML.Compiler.reportExhaustiveHandlers := true;
    54 
    55 - Mac OS X: check app bundle with Retina display;
    56 
    57 
    58 Repository fork
    59 ===============
    60 
    61 - isabelle: finalize NEWS / CONTRIBUTORS -- proper headers for named release;
    62 
    63 - isabelle-release: hg tag;
    64 
    65 - isabelle: back to post-release mode -- after fork point;
    66 
    67 
    68 Packaging
    69 =========
    70 
    71 - fully-automated packaging (requires Mac OS X with gnutar, avoid Mavericks):
    72 
    73   hg up -r DISTNAME && Admin/Release/build -O -l -r DISTNAME /home/isabelle/dist
    74 
    75 
    76 Final release stage
    77 ===================
    78 
    79 - various .hg/hgrc files:
    80   default = http://bitbucket.org/isabelle_project/isabelle-release
    81   default = ssh://hg@bitbucket.org/isabelle_project/isabelle-release
    82 
    83 - isatest@macbroy28:hg-isabelle/.hg/hgrc
    84 - isatest@macbroy28:devel-page/content/index.content
    85 
    86 
    87 Post-release
    88 ============
    89 
    90 - update /home/isabelle and /home/isabelle/html-data
    91