| Message ID | 20231101000534.241551-1-yoann.congal@smile.fr |
|---|---|
| Headers | show |
| Series | Extend AUH to meta-openembedded | expand |
Le 01/11/2023 à 01:05, Yoann Congal a écrit : > v2->v3: > * Split single patch in a series. Previous version was: > [auh][PATCH v2] upgrade-helper.py: Add layer command line option I've just noticed that the "v3" tag is missing from the mail subject. Sorry about that :( > * Removed short options > * Refactor code before main patch "upgrade-helper.py: Add layer command line option" > * Folded weeklyjob-oe into weeklyjob > > David Pierret (1): > upgrade-helper.py: Add layer command line option > > Yoann Congal (5): > upgrade-helper.py: simplify a condition > upgrade-helper.py: refactor _get_packages_to_upgrade to return a dict > upgrade-helper.py: extract the inner function of > get_packages_to_upgrade > upgrade-helper.py: Fix indentation > weeklyjob.sh: Add options to handle upgrading meta-oe > > upgrade-helper.py | 109 ++++++++++++++++++++++++++++++++-------------- > weeklyjob.sh | 59 ++++++++++++++++++++++++- > 2 files changed, 134 insertions(+), 34 deletions(-) >
v2->v3: * Split single patch in a series. Previous version was: [auh][PATCH v2] upgrade-helper.py: Add layer command line option * Removed short options * Refactor code before main patch "upgrade-helper.py: Add layer command line option" * Folded weeklyjob-oe into weeklyjob David Pierret (1): upgrade-helper.py: Add layer command line option Yoann Congal (5): upgrade-helper.py: simplify a condition upgrade-helper.py: refactor _get_packages_to_upgrade to return a dict upgrade-helper.py: extract the inner function of get_packages_to_upgrade upgrade-helper.py: Fix indentation weeklyjob.sh: Add options to handle upgrading meta-oe upgrade-helper.py | 109 ++++++++++++++++++++++++++++++++-------------- weeklyjob.sh | 59 ++++++++++++++++++++++++- 2 files changed, 134 insertions(+), 34 deletions(-)