layerindex-web/layerindex
Paul Eggleton 0ec1909051 update.py: fix not clearing recipe files list on reload
When we did a full reload this list wasn't getting cleared for the next
layer, and we look at the contents of the list unconditionally later to
determine which files need to be added. Given that the list items are
full paths, this is unlikely to have caused any problems; however it
could possibly have been an issue for nested layers with the right
update order, or lead to issues if the usage of the list changes in
future.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-06-12 11:21:09 +01:00
..
fixtures Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
migrations Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
static duplicates: add ability to select layers 2014-03-09 19:17:49 +00:00
templatetags Improve pagination for recipe list 2013-02-19 18:28:48 +00:00
tools Add layer import script 2014-02-23 02:13:10 +00: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 Implement locking for update/bulkchange process 2013-09-05 00:31:23 +01:00
context_processors.py Use Django sites framework to specify website title 2013-12-28 11:03:29 +00:00
forms.py Use CORE_LAYER_NAME when setting default layer dependency 2013-12-28 11:03:29 +00:00
models.py Handle % characters in URLs 2014-05-12 14:15:31 +01:00
recipedesc.py Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
recipeparse.py Check that the core layer contains conf/bitbake.conf 2013-12-28 11:03:29 +00:00
simplesearch.py Improve recipe search 2013-02-19 17:22:45 +00:00
update.py update.py: fix not clearing recipe files list on reload 2014-06-12 11:21:09 +01:00
urls_branch.py Navigation improvements 2013-09-05 00:31:23 +01:00
urls.py Disable rawrecipes URL 2013-09-05 00:31:23 +01:00
utils.py Ensure logger is passed into runcmd function or use sys.stderr.write 2013-09-05 00:31:23 +01:00
views.py recipes: preserve search keyword when switching between branches 2014-03-09 21:16:08 +00:00