From: Jan-Simon Möller Date: Sat, 24 Sep 2016 00:46:42 +0000 (+0200) Subject: Update repo sync command and fix dependencies X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c87db1c5335332ea7e1ca8cafd8241da7ec22652;p=ci-management.git Update repo sync command and fix dependencies Change-Id: If91585d0ba09afb965d2bea0f2cd1ca2c891dbae Signed-off-by: Jan-Simon Möller --- diff --git a/packer/provision/agl_dependencies.sh b/packer/provision/agl_dependencies.sh index 1b8448ed..f0de4844 100644 --- a/packer/provision/agl_dependencies.sh +++ b/packer/provision/agl_dependencies.sh @@ -4,9 +4,10 @@ DEBIAN_FRONTEND=noninteractive apt-get update && \ apt-get -y install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat \ libsdl1.2-dev xterm make xsltproc docbook-utils fop dblatex xmlto autoconf automake \ libtool libglib2.0-dev libarchive-dev python-git git python python-minimal repo mc \ - tree rsync bzip2 xz + tree rsync mkdir -p /opt/AGL/preclone cd /opt/AGL/preclone repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo sync cd