From f0446c7e88198ebd2e219824192e20512ea96df1 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 7 Aug 2018 22:34:55 +0000 Subject: [PATCH] Package curl in Snap for metrics_write_datapoint.sh --- snap/snapcraft.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 98196d1dfe..c8c3f8178c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -114,9 +114,10 @@ parts: mkdir -p $SNAPCRAFT_PART_INSTALL/bin cp -av multinode-demo/* $SNAPCRAFT_PART_INSTALL/bin/ - # TODO: build rsync/multilog from source instead of sneaking it in from the host + # TODO: build curl,rsync/multilog from source instead of sneaking it in from the host # system... set -x mkdir -p $SNAPCRAFT_PART_INSTALL/bin - cp -av /usr/bin/rsync $SNAPCRAFT_PART_INSTALL/bin/ + cp -av /usr/bin/curl $SNAPCRAFT_PART_INSTALL/bin/ cp -av /usr/bin/multilog $SNAPCRAFT_PART_INSTALL/bin/ + cp -av /usr/bin/rsync $SNAPCRAFT_PART_INSTALL/bin/