I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9efb3c87 authored by str4d's avatar str4d
Browse files

Blockquote formatting part 3

parent 07c9ddb3
No related branches found
No related tags found
No related merge requests found
...@@ -85,58 +85,44 @@ ...@@ -85,58 +85,44 @@
> >
> Build and tag: > Build and tag:
> >
> ```
> ant pkg > ant pkg
> ```
> >
> Create signed update files with: > Create signed update files with:
> >
> ```
> export I2P=~/i2p > export I2P=~/i2p
> java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate.zip i2pupdate.sud /path/to/private.key 0.x.xx > java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate.zip i2pupdate.sud /path/to/private.key 0.x.xx
> java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate200.zip i2pupdate.su2 /path/to/private.key 0.x.xx > java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate200.zip i2pupdate.su2 /path/to/private.key 0.x.xx
> ```
> >
> Verify signed update files with: > Verify signed update files with:
> >
> ```
> java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate showversion i2pupdate.sud > java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate showversion i2pupdate.sud
> java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate verifysig i2pupdate.sud > java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate verifysig i2pupdate.sud
> ```
> >
> Make the source tarball: > Make the source tarball:
> >
> ```
> Start with a clean checkout mtn -d i2p.mtn co --branch=i2p.i2p i2p-0.x.xx > Start with a clean checkout mtn -d i2p.mtn co --branch=i2p.i2p i2p-0.x.xx
> Double-check trust list > Double-check trust list
> tar cjf i2psource-0.x.xx.tar.bz2 --exclude i2p-0.x.xx/_MTN i2p-0.x.xx > tar cjf i2psource-0.x.xx.tar.bz2 --exclude i2p-0.x.xx/_MTN i2p-0.x.xx
> mv i2p-0.x.xx.tar.bz2 i2p.i2p > mv i2p-0.x.xx.tar.bz2 i2p.i2p
> ```
> >
> Rename some files: > Rename some files:
> >
> ```
> mv i2pinstall.exe i2pinstall-0.x.xx.exe > mv i2pinstall.exe i2pinstall-0.x.xx.exe
> mv i2pupdate.zip i2pupdate-0.x.xx.zip > mv i2pupdate.zip i2pupdate-0.x.xx.zip
> ```
> >
> Generate hashes: > Generate hashes:
> >
> ```
> sha256sum i2p*0.x.xx.* > sha256sum i2p*0.x.xx.*
> sha256sum i2pupdate.sud > sha256sum i2pupdate.sud
> sha256sum i2pupdate.su2 > sha256sum i2pupdate.su2
> ```
> >
> Generate PGP signatures: > Generate PGP signatures:
> >
> ```
> gpg -b i2pinstall-0.x xx.exe > gpg -b i2pinstall-0.x xx.exe
> gpg -b i2psource-0.x.xx.tar.bz2 > gpg -b i2psource-0.x.xx.tar.bz2
> gpg -b i2pupdate-0.x.xx.zip > gpg -b i2pupdate-0.x.xx.zip
> gpg -b i2pupdate.sud > gpg -b i2pupdate.sud
> gpg -b i2pupdate.su2 > gpg -b i2pupdate.su2
> ```
> >
> (end of tasks automated by 'ant release') > (end of tasks automated by 'ant release')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment