From 03bd3e2db36e1b1391e3db64d2d7ac8209fcf981 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 18 May 2019 14:43:13 +0000 Subject: [PATCH] checklist/doc updates --- debian-alt/doc/debian-build.txt | 11 +++++++---- debian-alt/doc/launchpad.txt | 3 +-- installer/resources/checklist.md | 10 ++++++++-- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/debian-alt/doc/debian-build.txt b/debian-alt/doc/debian-build.txt index d8bedef32c..6d4750d454 100644 --- a/debian-alt/doc/debian-build.txt +++ b/debian-alt/doc/debian-build.txt @@ -94,14 +94,17 @@ reprepro -v copysrc wheezy precise i2p # Note that syntax is reprepro copysrc TO FROM package! reprepro -v copysrc jessie trusty i2p -# To copy bionic to stretch: +# To copy trusty to stretch: # Note that syntax is reprepro copysrc TO FROM package! -TODO bionic (now with jetty 9.4) is no longer compatible with stretch (with jetty 9.2), -is trusty compatible with stretch? +# WARNING bionic (now with jetty 9.4) is no longer compatible with stretch (with jetty 9.2) +# WARNING xenial is not compatible with stretch, +# see https://www.reddit.com/r/i2p/comments/bnvcn4/i2p_router_console_inaccessible_to_firefox_on/ +reprepro -v copysrc stretch trusty i2p -# To copy disco to sid: +# To copy disco to sid and buster: # Note that syntax is reprepro copysrc TO FROM package! reprepro -v copysrc sid disco i2p +reprepro -v copysrc buster disco i2p # install in the architectures not copied from ubuntu # 'flood' should do this but forgot how, can't make it work any more diff --git a/debian-alt/doc/launchpad.txt b/debian-alt/doc/launchpad.txt index 6eeb25f36a..d764a659a3 100644 --- a/debian-alt/doc/launchpad.txt +++ b/debian-alt/doc/launchpad.txt @@ -15,9 +15,8 @@ Versions are as follows: Min version Max version Uses src pkg Copied to Debian ----------- ----------- ------------ ---------------- precise saucy precise wheezy -trusty wily precise jessie +trusty wily precise jessie, stretch xenial yakkety xenial -- --- -- -- stretch bionic cosmic bionic -- disco eoan bionic buster, sid diff --git a/installer/resources/checklist.md b/installer/resources/checklist.md index 78add5ea78..4f7ca95fe5 100644 --- a/installer/resources/checklist.md +++ b/installer/resources/checklist.md @@ -1,5 +1,10 @@ # Release checklist and process +## Two weeks before + +- Review Google Play crash reports, fix any related issues + + ## One week before - Announce string freeze on #i2p-dev @@ -21,13 +26,14 @@ - Tickets: Check if any blocker or critical tickets for this release remain open; get them fixed and closed, or reclassified. -- Review Google Play crash reports, fix any related issues - - Initial review: Review the complete diff from the last release, fix any issues - Trial Debian build: Build and test a preliminary Debian build with 'ant debian' and fix any issues +- Javadoc test: 'ant javadoc' with an Oracle JDK, fix any issues + Oracle JDK will error on things that OpenJDK does not! + ## A day or two before