layerindex-web/layerindex
Robert Yang 2735d9590a update.py: update actual branch for layer and bitbake
Add an option "-a" to update actual branch for layer and bitbake, it is
useful when there are many layers and need update actual branches
frequently. We only can update them via website without this patch,
which is not fun and easy to make mistakes.

* It works with "-l", and "-l bitbake" means update bitbake branch.
* It requires "-b" to work, and only one branch is supported in a run.

For example:
$ update.py -b master -a branch_20170526
All the layers which have branch master and actual_branch branch_20170526
will be updated to branch_20170526.

$ update.py -b master -l meta-oe -a branch_20170526
Only meta-oe layer will be updated.

$ update.py -b master -l bitbake -a branch_20170526
The bitbake's bitbake_branch will be updated.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-07-21 08:14:34 +02:00
..
migrations layerindex: add "No update" status to LayerItem 2017-03-14 15:19:53 +13:00
static editlayer: allow selecting web interface type 2016-10-25 20:33:42 +13:00
templatetags Support (and require) Python 3 2016-06-12 11:33:08 +12:00
tools layerindex: fix OpenEmbedded cgit URL 2017-01-16 13:57:30 +13:00
__init__.py Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
admin.py Record and display update logs 2016-11-16 15:31:46 +13:00
bulkchange.py layerindex: Update tinfoil to call shutdown method 2017-01-11 21:56:35 +13:00
context_processors.py Use Django sites framework to specify website title 2013-12-28 11:03:29 +00:00
forms.py layerindex: add "No update" status to LayerItem 2017-03-14 15:19:53 +13:00
layerconfparse.py update_layer: fix regressions in missing layer detection 2016-11-07 16:39:38 +13:00
models.py layerindex: add "No update" status to LayerItem 2017-03-14 15:19:53 +13:00
querysethelper.py Use functools.reduce instead of reduce 2016-07-04 09:51:21 +12:00
recipedesc.py layerindex: Update tinfoil to call shutdown method 2017-01-11 21:56:35 +13:00
recipeparse.py recipeparse: remove unnecessary else statement 2016-10-18 16:42:16 +13:00
restperm.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
restviews.py layerindex: add "No update" status to LayerItem 2017-03-14 15:19:53 +13:00
simplesearch.py Improve recipe search 2013-02-19 17:22:45 +00:00
update_layer.py update_layer.py: use DISTRO_NAME as primary distro short description 2017-03-14 15:19:53 +13:00
update.py update.py: update actual branch for layer and bitbake 2017-07-21 08:14:34 +02:00
urls_branch.py Record and display update logs 2016-11-16 15:31:46 +13:00
urls.py Record and display update logs 2016-11-16 15:31:46 +13:00
utils.py update.py: update actual branch for layer and bitbake 2017-07-21 08:14:34 +02:00
views.py layerindex/views: support querying by layer name 2017-06-15 16:04:14 +02:00