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

Docs: Integration with Release Monitoring for Recipes #21

Open
2 tasks
Pheoxy opened this issue Sep 25, 2024 · 0 comments
Open
2 tasks

Docs: Integration with Release Monitoring for Recipes #21

Pheoxy opened this issue Sep 25, 2024 · 0 comments

Comments

@Pheoxy
Copy link
Contributor

Pheoxy commented Sep 25, 2024

Description:

We need documentation for contributors to integrate release monitoring for SerpentOS packages to ensure that they stay up-to-date with upstream releases. This involves setting up release-monitoring.org for each package, creating and configuring the monitoring.yml file, and establishing a process to keep packages current with upstream changes.

Example monitoring.yml file:

releases:
  id: <integer corresponding to package anitya id>
  rss: <valid URI to RSS/ATOM release feed>
  ignore:
    # ignore pertains to version to ignore. Supports globs. Example:
    - "253.*"
security:
  cpe:
  - vendor: somevendor
    product: someproduct
  # aliases/historical renames and/or multiple vendor/products in a single package
  - vendor: someoldvendor1
    product: someoldproduct1
  - vendor: someoldvendor2
    product: someoldproduct2
  ignore:
  - CVE-x
  - CVE-y
  - CVE-z

Action Items:

  • Creating and configuring the monitoring.yml file:

    • Define the structure and required fields for the monitoring.yml file.
    • Include necessary metadata such as id, package name, upstream URL, and versioning information.
    • Ensure the file is correctly formatted and placed in the package directory.
  • Ensuring that the package stays up-to-date with upstream releases:

    • Establish a process for regularly checking for updates via release-monitoring.org.
    • Automate notifications or updates if possible to streamline the process.
    • Document the steps for maintaining and updating the monitoring.yml file.

Additional Resources:

@Pheoxy Pheoxy changed the title Docs: Integration with Release Monitoring for SerpentOS Packages Docs: Integration with Release Monitoring for Recipes Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant