layerindex-web/layerindex
Paul Eggleton 3919f74a2a update_layer.py: fix handling of renames with newer GitPython
Newer versions of GitPython implement rename detection, which means that
such changes don't show up as adds and deletes anymore and you get a
bunch of ENOENT errors for renamed files. Add some code to explicitly
look for renames and process them appropriately.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2016-06-12 11:33:08 +12:00
..
fixtures Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
migrations Increase size of Recipe provides and license fields 2016-06-12 11:33:08 +12:00
static Display recipe blacklist information 2016-05-24 14:22:58 +01:00
templatetags Support (and require) Python 3 2016-06-12 11:33:08 +12:00
tools Support (and require) Python 3 2016-06-12 11:33:08 +12:00
__init__.py Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
admin.py admin: enable adding layer branches 2013-11-04 10:57:51 +00:00
bulkchange.py Support (and require) Python 3 2016-06-12 11:33:08 +12:00
context_processors.py Use Django sites framework to specify website title 2013-12-28 11:03:29 +00:00
forms.py Upgrade to Django 1.6+ 2016-06-12 11:33:08 +12:00
models.py Support (and require) Python 3 2016-06-12 11:33:08 +12:00
querysethelper.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
recipedesc.py Support (and require) Python 3 2016-06-12 11:33:08 +12:00
recipeparse.py recipeparse.py: handle old BBFILES append method in layer.conf 2015-06-17 18:36:37 +01:00
restperm.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
restviews.py Upgrade to Django 1.6+ 2016-06-12 11:33:08 +12:00
simplesearch.py Improve recipe search 2013-02-19 17:22:45 +00:00
update_layer.py update_layer.py: fix handling of renames with newer GitPython 2016-06-12 11:33:08 +12:00
update.py Support (and require) Python 3 2016-06-12 11:33:08 +12:00
urls_branch.py Upgrade to Django 1.6+ 2016-06-12 11:33:08 +12:00
urls.py Support (and require) Python 3 2016-06-12 11:33:08 +12:00
utils.py Support (and require) Python 3 2016-06-12 11:33:08 +12:00
views.py Support (and require) Python 3 2016-06-12 11:33:08 +12:00