aboutsummaryrefslogtreecommitdiff
path: root/lite-gateway-ubuntu-core
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-02-09 16:13:21 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-02-09 14:14:17 +0000
commita3f303596ec89e2da5aabe567b5c0ffc254d71ae (patch)
treec131e0800c8f0863ea6a3ae147c8b934e3d4583a /lite-gateway-ubuntu-core
parent27a89b8fd4d29018eb10f343dc5436a5806a93f6 (diff)
lite-gateway-ubuntu-core: add publishing to snapshots.linaro.org
Change-Id: I6dec359fb374863505a89929f3b10435ff37cc10 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'lite-gateway-ubuntu-core')
-rwxr-xr-xlite-gateway-ubuntu-core/builders.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lite-gateway-ubuntu-core/builders.sh b/lite-gateway-ubuntu-core/builders.sh
index 943c4343..c7ed021c 100755
--- a/lite-gateway-ubuntu-core/builders.sh
+++ b/lite-gateway-ubuntu-core/builders.sh
@@ -6,7 +6,7 @@ echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates main universe" | sudo
echo "deb http://archive.ubuntu.com/ubuntu/ xenial-proposed main universe" | sudo tee -a /etc/apt/sources.list
sudo apt -q=2 update
-sudo apt -q=2 install -y --no-install-recommends dosfstools snapcraft snapd squashfs-tools ubuntu-image
+sudo apt -q=2 install -y --no-install-recommends dosfstools snapcraft snapd squashfs-tools ubuntu-image pxz
set -ex
@@ -17,7 +17,7 @@ cleanup_exit()
cd ${WORKSPACE}
sudo umount ${SNAP} || true
sudo rm -rf ${SNAP} || true
- sudo rm -f ubuntu-image_* pi-3.*
+ rm -f ubuntu-image_*
}
# sbin isn't in the PATH by default and prevent to find mkfs.vfat