layerindex-web/rrs/tools
Paul Eggleton 2afa51b108 rrs_upgrade_history: only look at commits that actually change recipes
Since we're now executing a separate script per commit, we should try
not to do that unless the commit actually touches recipe files in order
to avoid wasting time.

(Whilst it's possible that a change to a bbclass might alter what's in
the recipe, we can ignore that since we are only concerned with actual
upgrades which would always require some sort of change to the recipe or
an include file, so we can safely skip commits that don't do that.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-05-04 23:57:53 +12:00
..
common.py rrs/tools/common.py: ensure we pass a string to loadDataFull() 2018-05-04 23:57:53 +12:00
daily_run.sh rrs/tools/rrs_unique_recipes: drop 2018-05-04 23:57:52 +12:00
rrs_distros.py rrs/tools: run all tools scripts with python3 2018-05-04 23:57:53 +12:00
rrs_maintainer_history.py rrs/tools: run all tools scripts with python3 2018-05-04 23:57:53 +12:00
rrs_upgrade_history.py rrs_upgrade_history: only look at commits that actually change recipes 2018-05-04 23:57:53 +12:00
rrs_upstream_email.py rrs/tools: run all tools scripts with python3 2018-05-04 23:57:53 +12:00
rrs_upstream_history.py rrs_upstream_history: use try...finally to ensure tinfoil is shut down 2018-05-04 23:57:53 +12:00
upgrade_history_internal.py rrs_upgrade_history: handle multiple recipes with same pn per layer 2018-05-04 23:57:53 +12:00