forked from I2P_Developers/i2p.i2p
checklist/doc updates
This commit is contained in:
@ -94,14 +94,17 @@ reprepro -v copysrc wheezy precise i2p
|
|||||||
# Note that syntax is reprepro copysrc TO FROM package!
|
# Note that syntax is reprepro copysrc TO FROM package!
|
||||||
reprepro -v copysrc jessie trusty i2p
|
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!
|
# 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),
|
# WARNING bionic (now with jetty 9.4) is no longer compatible with stretch (with jetty 9.2)
|
||||||
is trusty compatible with stretch?
|
# 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!
|
# Note that syntax is reprepro copysrc TO FROM package!
|
||||||
reprepro -v copysrc sid disco i2p
|
reprepro -v copysrc sid disco i2p
|
||||||
|
reprepro -v copysrc buster disco i2p
|
||||||
|
|
||||||
# install in the architectures not copied from ubuntu
|
# install in the architectures not copied from ubuntu
|
||||||
# 'flood' should do this but forgot how, can't make it work any more
|
# 'flood' should do this but forgot how, can't make it work any more
|
||||||
|
@ -15,9 +15,8 @@ Versions are as follows:
|
|||||||
Min version Max version Uses src pkg Copied to Debian
|
Min version Max version Uses src pkg Copied to Debian
|
||||||
----------- ----------- ------------ ----------------
|
----------- ----------- ------------ ----------------
|
||||||
precise saucy precise wheezy
|
precise saucy precise wheezy
|
||||||
trusty wily precise jessie
|
trusty wily precise jessie, stretch
|
||||||
xenial yakkety xenial --
|
xenial yakkety xenial --
|
||||||
-- -- -- stretch
|
|
||||||
bionic cosmic bionic --
|
bionic cosmic bionic --
|
||||||
disco eoan bionic buster, sid
|
disco eoan bionic buster, sid
|
||||||
|
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# Release checklist and process
|
# Release checklist and process
|
||||||
|
|
||||||
|
## Two weeks before
|
||||||
|
|
||||||
|
- Review Google Play crash reports, fix any related issues
|
||||||
|
|
||||||
|
|
||||||
## One week before
|
## One week before
|
||||||
|
|
||||||
- Announce string freeze on #i2p-dev
|
- Announce string freeze on #i2p-dev
|
||||||
@ -21,13 +26,14 @@
|
|||||||
- Tickets: Check if any blocker or critical tickets for this release remain open;
|
- Tickets: Check if any blocker or critical tickets for this release remain open;
|
||||||
get them fixed and closed, or reclassified.
|
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
|
- Initial review: Review the complete diff from the last release, fix any issues
|
||||||
|
|
||||||
- Trial Debian build: Build and test a preliminary Debian build
|
- Trial Debian build: Build and test a preliminary Debian build
|
||||||
with 'ant debian' and fix any issues
|
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
|
## A day or two before
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user