Add script to check reseeder host certificate validity

This commit is contained in:
kytv
2014-05-08 13:31:32 +00:00
parent c9b5c03e1b
commit c161649ed5
2 changed files with 90 additions and 0 deletions

View File

@@ -1407,6 +1407,12 @@
</target>
<target name="testscripts-net" >
<exec executable="tests/scripts/checkremotecerts.sh" failonerror="true" />
</target>
<target name="testscripts-all" depends="testscripts,testscripts-net" />
<!-- <target name="syndie" >
<ant dir="apps/syndie/java/" target="standalone" />
<copy file="apps/syndie/java/syndie-standalone.zip" todir="." />