Skip to content

Commit

Permalink
release build fix for non-pack200
Browse files Browse the repository at this point in the history
  • Loading branch information
zzz committed Feb 24, 2020
1 parent f081e88 commit 0540c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,8 @@
<!-- make this a lot easier by putting release.privkey.su3=/path/to/su3keystore.ks in override.properties -->

<!-- now build and verify the packed su3 from the packed zip -->
<su3sign infile="i2pupdate200.zip" sigtype="ROUTER" outfile="i2pupdate.su3" su3.ver="${release.number}" />
<!-- TODO if i2pupdate200.zip is present zip it instead -->
<su3sign infile="i2pupdate.zip" sigtype="ROUTER" outfile="i2pupdate.su3" su3.ver="${release.number}" />
<!-- this will use the monotonerc file in the current workspace -->
<echo message="Checking out fresh copy into ../i2p-${release.number} for tarballing:" />
<delete dir="../i2p-${release.number}" />
Expand Down

0 comments on commit 0540c76

Please sign in to comment.