mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge pull request #5 from charithag/build-pack
Fix certificate issue in FireAlarmVirtualAgent for mac
This commit is contained in:
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…
Reference in New Issue
Block a user