From 2e8b51173b5c85ae2a5f19d803db0b7390fc2819 Mon Sep 17 00:00:00 2001 From: grakiss Date: Mon, 25 Apr 2016 21:24:40 -0400 Subject: FIX:make repo fail due to incorrect cheetah template JIRA:COMPASS-378 Change-Id: I7cb9243b8fe5dc6d134b2323db0d33f0abf92ed3 Signed-off-by: grakiss --- build/templates/Debian_juno.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/templates/Debian_juno.tmpl') diff --git a/build/templates/Debian_juno.tmpl b/build/templates/Debian_juno.tmpl index 4cf42975..95375693 100644 --- a/build/templates/Debian_juno.tmpl +++ b/build/templates/Debian_juno.tmpl @@ -20,6 +20,10 @@ sudo apt-get update sudo apt-get install reprepro -y +cd /var/cache/apt/ +sudo apt-get download libexpat1 +cd - + #download packages #set packages = $getVar('default_packages', []) #for pkg in $packages -- cgit 1.2.3-korg