layerindex-web/rrs
Paul Eggleton 3a3c9f3d02 rrs_upgrade_history: improve checkout logic
* Consolidate the code for checking out a repository, using the newly
  added utils.checkout_repo() function
* Check out a layer's dependencies, not just the layer itself
* Only check out if the desired revision isn't already checked out
  (mostly useful for bitbake which we would otherwise be checking out
  much more frequently than necessary since it may not have changed
  even if we've moved to a new commit in the layer).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-05-04 23:57:53 +12:00
..
migrations rrs: handle linking maintainership 2018-05-04 23:57:53 +12:00
static rrs/base_toplevel.html: Navbar redesign 2018-05-04 23:57:52 +12:00
tools rrs_upgrade_history: improve checkout logic 2018-05-04 23:57:53 +12:00
__init__.py rrs: show full name in admin 2018-05-04 23:57:52 +12:00
admin.py rrs: handle linking maintainership 2018-05-04 23:57:53 +12:00
apps.py rrs: show full name in admin 2018-05-04 23:57:52 +12:00
context_processors.py rrs: Add application 2018-05-04 23:57:51 +12:00
models.py Implement layer web repo commit URL 2018-05-04 23:57:53 +12:00
urls.py Add link to maintenance plan in layer detail 2018-05-04 23:57:53 +12:00
views.py Implement layer web repo commit URL 2018-05-04 23:57:53 +12:00
wsgi.py rrs: Add wsgi file for serve with gunicorn 2018-05-04 23:57:52 +12:00