layerindex-web/docker/updatelayers.sh
Alex Franco 4daaf718db 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>
2015-10-07 11:34:34 +01: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