forked from I2P_Developers/i2p.i2p
Build: add xenial release target, it will be our 4th launchpad flavor.
build.xml cleanups doc updates
This commit is contained in:
@ -93,9 +93,9 @@ reprepro -v copysrc wheezy precise i2p
|
||||
# Note that syntax is reprepro copysrc TO FROM package!
|
||||
reprepro -v copysrc jessie trusty i2p
|
||||
|
||||
# To copy xenial to stretch:
|
||||
# To copy zesty to stretch:
|
||||
# Note that syntax is reprepro copysrc TO FROM package!
|
||||
reprepro -v copysrc stretch xenial i2p
|
||||
reprepro -v copysrc stretch zesty i2p
|
||||
|
||||
# install in the architectures not copied from ubuntu
|
||||
# 'flood' should do this but forgot how, can't make it work any more
|
||||
|
@ -49,7 +49,9 @@ Generate files to upload
|
||||
(or add -kkeyid argument to debuild, which you must do
|
||||
if you want to sign with a subkey)
|
||||
run gpg -K to list your private keys
|
||||
- ant debian-release-tarball (ant precise-release-tarball for precise/trusty)
|
||||
- ant debian-release-tarball (this is currently for zesty and higher)
|
||||
(ant precise-release-tarball for precise thru wily... only do this once for both the precise and trusty build)
|
||||
(ant xenial-release-tarball for xenial and yakkety)
|
||||
this will make a directory ../i2p-0.9.XX-0-xxxxxxxx/
|
||||
and a tarball ../i2p_0.9.XX.orig.tar.bz2
|
||||
- cp debian/changelog ../i2p-0.9.XX-0-xxxxxxxx/debian/
|
||||
|
Reference in New Issue
Block a user