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 monitoring.yml to all packages that are still without it #4121

Open
malfisya opened this issue Oct 21, 2024 · 0 comments
Open

Add monitoring.yml to all packages that are still without it #4121

malfisya opened this issue Oct 21, 2024 · 0 comments
Labels
Chore Not a feature or a bug Good First Issue Issue that is good for someone new to the Solus project to try to tackle

Comments

@malfisya
Copy link
Member

A monitoring.yml file is used by Solus package to enable automatic scanning for new releases and security advisories. It is included in the directory of the relevant packages alongside package.yml, pspec*.xml, and MAINTAINERS.md. Read more about it on our Help Center.

You can find all the packages that are still without monitoring.yml by running this command:

# Replace solus-builds for the directory you have in your system
cd solus-builds/packages
find . -maxdepth 2 -mindepth 2  ! -exec sh -c 'test -e "$1"/monitoring.yml' sh {} \; -print

The list

@malfisya malfisya added Chore Not a feature or a bug Good First Issue Issue that is good for someone new to the Solus project to try to tackle labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore Not a feature or a bug Good First Issue Issue that is good for someone new to the Solus project to try to tackle
Projects
Status: Triage
Development

No branches or pull requests

1 participant