Admin/Release/CHECKLIST
author paulson
Tue, 30 Apr 2019 21:04:21 +0100
changeset 70222 bde8ccb73fd2
parent 70104 e6b7729453bf
child 70330 312e4a40db01
permissions -rw-r--r--
merged

Checklist for official releases
===============================

- check latest updates of polyml, jdk, scala, jedit;

- check Admin/components;

- test "isabelle dump -l Pure ZF";

- test "isabelle build -o export_theory -f ZF";

- test "isabelle server" according to "system" manual;

- test Isabelle/VSCode;

- test Isabelle/jEdit: print buffer

- test "#!/usr/bin/env isabelle_scala_script";

- test Windows 10 subsystem for Linux:
  https://docs.microsoft.com/en-us/windows/wsl/install-win10

- check (non-)executable files:
    $ find . "(" -name "*.thy" -o -name "*.ML" -o -name "*.scala" -o -name ROOT ")" -executable
    $ find -type f -executable

- check sources:
    isabelle check_sources '~~' '$AFP_BASE'
    isabelle imports -M -a -d '~~/src/Benchmarks'

- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS;

- check versions:
    src/Tools/jEdit/src/Isabelle.props
    src/Tools/jEdit/src-base/Isabelle_Base.props

- check Isabelle version:
    src/Tools/VSCode/extension/README.md
    src/Tools/VSCode/extension/package.json

- check funny base directory, e.g. "Test 中国";

- diff NEWS wrt. last official release, which is read-only;

- update https://isabelle.sketis.net/repos/isabelle-website

- check doc/Contents, src/Tools/jEdit/dist/doc/Contents;

- check "Handler catches all exceptions"

- test old HD display: Linux, Windows, Mac OS X;

- Mac OS X: check recent MacTeX;

- Windows: check recent MiKTeX;


Repository fork
===============

- isabelle: finalize NEWS / CONTRIBUTORS -- proper headers for named release;

- isabelle-release: hg tag;

- isabelle: back to post-release mode -- after fork point;


Packaging
=========

- Mac OS X: provide "gnutar" executable via shell PATH
  (e.g. copy of /usr/bin/gnutar from Mountain Lion)

- fully-automated packaging (e.g. on lxcisa0):

  hg up -r DISTNAME && Admin/build_release -b HOL -l -O -R DISTNAME /home/isabelle/dist

- Docker image:

  isabelle build_docker -o Dockerfile -E -t makarius/isabelle:Isabelle2019 Isabelle2019_linux.tar.gz

  https://hub.docker.com/r/makarius/isabelle
  https://docs.docker.com/docker-cloud/builds/push-images


Post-release
============

- update /home/isabelle and /home/isabelle/html-data