Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add global package informations for used python/npm/go recipes #266

Closed
priv-kweihmann opened this issue Jul 31, 2019 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@priv-kweihmann
Copy link
Owner

Note the currently used packages (and their versions) in these file. Use https://dependabot.com/docs/config-file/ to make them visible in github, so we can use the github notification service on update/security issues - this should work way better than release notfication (which get sometimes lost).

@priv-kweihmann priv-kweihmann added the enhancement New feature or request label Jul 31, 2019
@priv-kweihmann
Copy link
Owner Author

This could be easily created by a script, which uses "bitbake -s" as input

@priv-kweihmann
Copy link
Owner Author

As the bitbake/oe universe is somehow different from all the other.
It should be enough to have a mail-watcher for all the repos used in this layer, as the following use cases exit (at least from my point of view)

  • watch for new releases
  • watch for commits to a certain branch
  • watch fileserver

I experimented with the yocto distro_check script - this covered most of the topics and should be used for this purpose - so no need for something to be scripted here explicitly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant