- Timestamp:
- Nov 19, 2015 12:30:22 AM (5 years ago)
- Branches:
- master
- Children:
- dfb8830
- Parents:
- bbaa6f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
rbbaa6f7 r9483e09 1779 1779 <copy file="i2pinstall_${full.version}.jar" tofile="i2pinstall_${release.number}.jar" /> 1780 1780 <copy file="i2pinstall_${full.version}_windows.exe" tofile="i2pinstall_${release.number}_windows.exe" /> 1781 <!-- remove these, we don't build them anymore --> 1781 1782 <delete file="i2pupdate.sud" /> 1782 1783 <delete file="i2pupdate.su2" /> 1783 <!-- make this a lot easier by putting release.privkey=/path/to/privkey in override.properties --> 1784 1785 <!-- now build and verify the packed sud from the packed zip --> 1786 <sudsign infile="i2pupdate.zip" outfile="i2pupdate.sud" /> 1787 1788 <!-- now build and verify the packed su2 from the packed zip --> 1789 <sudsign infile="i2pupdate200.zip" outfile="i2pupdate.su2" /> 1784 <!-- make this a lot easier by putting release.privkey.su3=/path/to/su3keystore.ks in override.properties --> 1785 1790 1786 <!-- now build and verify the packed su3 from the packed zip --> 1791 1787 <su3sign infile="i2pupdate200.zip" sigtype="ROUTER" outfile="i2pupdate.su3" su3.ver="${release.number}" /> … … 1825 1821 <chmod perm="444" type="file"> 1826 1822 <fileset dir="${basedir}"> 1827 <include name="i2pupdate.su2" />1828 1823 <include name="i2pupdate.su3" /> 1829 <include name="i2pupdate.sud" />1830 1824 </fileset> 1831 1825 </chmod> … … 1837 1831 <arg value="i2psource_${release.number}.tar.bz2" /> 1838 1832 <arg value="i2pupdate_${release.number}.zip" /> 1839 <arg value="i2pupdate.su2" />1840 1833 <arg value="i2pupdate.su3" /> 1841 <arg value="i2pupdate.sud" />1842 1834 <arg value="i2pinstall_${release.number}_windows.exe.sig" /> 1843 1835 <arg value="i2pinstall_${release.number}.jar.sig" /> … … 1850 1842 <sha256sum file="i2psource_${release.number}.tar.bz2" /> 1851 1843 <sha256sum file="i2pupdate_${release.number}.zip" /> 1852 <sha256sum file="i2pupdate.su2" />1853 1844 <sha256sum file="i2pupdate.su3" /> 1854 <sha256sum file="i2pupdate.sud" />1855 1845 <!-- make torrent files --> 1856 <copy file="i2pupdate.sud" tofile="i2pupdate-${release.number}.sud" />1857 <mktorrent file="i2pupdate-${release.number}.sud" />1858 <copy file="i2pupdate.su2" tofile="i2pupdate-${release.number}.su2" />1859 <mktorrent file="i2pupdate-${release.number}.su2" />1860 1846 <copy file="i2pupdate.su3" tofile="i2pupdate-${release.number}.su3" /> 1861 1847 <mktorrent file="i2pupdate-${release.number}.su3" />
Note: See TracChangeset
for help on using the changeset viewer.