Merge pull request #5 from charithag/build-pack

Fix certificate issue in FireAlarmVirtualAgent for mac
application-manager-new
Charitha Goonetilleke 9 years ago
commit 33edc31644

@ -66,7 +66,7 @@
<target name="build-agent">
<echo message="Downloading agent source...." />
<exec dir="." executable="sh">
<arg line="-c 'svn checkout https://github.com/wso2-incubator/iot-server-agents/trunk/FireAlarmVirtualAgent'" />
<arg line="-c 'svn checkout https://github.com/wso2-incubator/iot-server-agents/trunk/FireAlarmVirtualAgent --non-interactive --trust-server-cert'" />
</exec>
<echo message="building agent from source" />
<exec dir="FireAlarmVirtualAgent" executable="sh">

Loading…
Cancel
Save