We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f081e88 commit 0540c76Copy full SHA for 0540c76
build.xml
@@ -2205,7 +2205,8 @@
2205
<!-- make this a lot easier by putting release.privkey.su3=/path/to/su3keystore.ks in override.properties -->
2206
2207
<!-- now build and verify the packed su3 from the packed zip -->
2208
- <su3sign infile="i2pupdate200.zip" sigtype="ROUTER" outfile="i2pupdate.su3" su3.ver="${release.number}" />
+ <!-- TODO if i2pupdate200.zip is present zip it instead -->
2209
+ <su3sign infile="i2pupdate.zip" sigtype="ROUTER" outfile="i2pupdate.su3" su3.ver="${release.number}" />
2210
<!-- this will use the monotonerc file in the current workspace -->
2211
<echo message="Checking out fresh copy into ../i2p-${release.number} for tarballing:" />
2212
<delete dir="../i2p-${release.number}" />
0 commit comments