mbox series

[buildroot-test,v2,0/4] add support for outdated packages to daily-mail

Message ID 20190805131544.3849-1-victor.huesca@bootlin.com
Headers show
Series add support for outdated packages to daily-mail | expand

Message

Victor Huesca Aug. 5, 2019, 1:15 p.m. UTC
This patch-series provides a new data for daily-mails in addition to
autobuild results: packages with a higher upstream version detected.
The goal is to provide a more information to developers by in the
daily-mail. This will help developers to know if packages they maintains
have a newer version and should help to have latest version of packages
in buildroot. Of course, this notification should not be included in
the actual daily-mails since new version are not release every-day but
it could be enabled for example every week.


Victor Huesca (4):
  utils/daily-mail: new data: outdated packages
  utils/daily-mail: add outdated packages to the developer notification
  utils/daily-mail: add outdated-packages email formating part
  utils/daily-mail: enable outdated packages emails

 utils/daily-mail | 106 ++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 100 insertions(+), 6 deletions(-)

Comments

Thomas Petazzoni Aug. 15, 2019, 10 a.m. UTC | #1
Hello Victor,

On Mon,  5 Aug 2019 15:15:40 +0200
Victor Huesca <victor.huesca@bootlin.com> wrote:

> Victor Huesca (4):
>   utils/daily-mail: new data: outdated packages
>   utils/daily-mail: add outdated packages to the developer notification
>   utils/daily-mail: add outdated-packages email formating part
>   utils/daily-mail: enable outdated packages emails

Thanks a lot for this work, I have applied all 4 patches, with some
minor changes. I also did a few formatting improvements:

  https://git.buildroot.org/buildroot-test/commit/?id=ba42c3bdce31581dc9c270165ebe59393e91c51f
  https://git.buildroot.org/buildroot-test/commit/?id=2e8ae4662d473d67398bf97eaf5e40bcbbc000be
  https://git.buildroot.org/buildroot-test/commit/?id=e7ed66b8a9383de60ab59e8604df4215b1753d30

The e-mail of today (both global and per developer) was sent with your
patches applied, so those notifications about outdated packages have
been sent to many developers.

Thanks!

Thomas