aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-05-30 13:43:58 +1200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-06-10 06:55:26 +1200
commitbf94b2f7e949ffbe806e69c8c4df1010dbf14265 (patch)
tree458072df21a74bd65ea98a523117dbdd31002061 /docker
parentc64e4c57a9158c8ae5e49f526c3ff87950d3a94e (diff)
downloadopenembedded-core-contrib-bf94b2f7e949ffbe806e69c8c4df1010dbf14265.tar.gz
update.py: allow updating all branches with one command
Allow updating multiple branches, and if no branches are specified, update all branches that have a new "updates_enabled" flag field set to True. This avoids the need to have a separate shell script which runs update.py for each branch (and thus has hardcoded knowledge of each active branch in the index, i.e. it needs to be kept up-to-date in addition to the database.) The migration will default updates_enabled to True for all branches so if you wish to take advantage of this functionality, the flag will need to be set to False for any branches that shouldn't be updated. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/updatelayers.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/updatelayers.sh b/docker/updatelayers.sh
index 50c73bfbd4..0c550bd8fe 100755
--- a/docker/updatelayers.sh
+++ b/docker/updatelayers.sh
@@ -1,9 +1,3 @@
#!/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