layerindex-web/docker/updatelayers.sh
Alex Franco e6233b61cd Docker based environment setup
Replicate production setup in Docker containers

[YOCTO #7575]

Signed-off-by: Alex Franco <alejandro.franco@linux.intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2016-06-22 16:35:06 -05:00

10 lines
225 B
Bash
Executable File

#!/bin/bash
update=/opt/layerindex/layerindex/update.py
$update -q -r
$update -b jethro -x -r -q
$update -b fido -x -r -q
$update -b dizzy -x -r -q
$update -b daisy -x -r -q
$update -b dora -x -r -q
$update -b dylan -x -r -q