Admin/Release/CHECKLIST
author wenzelm
Sun, 18 May 2014 17:01:31 +0200
changeset 58329 9b6628f29def
parent 58244 f901a08c5653
child 58796 e302e4bd0345
permissions -rw-r--r--
clarified dependencies -- Mavericks presently does not work;
     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/ProgProve (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-release/wiki/Home
    36 
    37 - update https://bitbucket.org/isabelle_project/isabelle-website
    38 
    39 - maintain doc/Contents;
    40 
    41 - maintain Logics:
    42     ROOTS
    43     lib/html/library_index_content.template
    44 
    45 - test separate compilation of Isabelle/Scala PIDE sources:
    46     Admin/build jars_test
    47 
    48 - test Isabelle/jEdit:
    49     print buffer
    50 
    51 - test contrib components:
    52     x86_64-linux without 32bit C/C++ libraries
    53 
    54 - check "Handler catches all exceptions", using
    55   PolyML.Compiler.reportExhaustiveHandlers := true;
    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):
    72 
    73   hg up -r DISTNAME && Admin/Release/build -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