mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00

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>
10 lines
225 B
Bash
Executable File
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
|