-
Notifications
You must be signed in to change notification settings - Fork 87
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
Labels
Good First Issue
Issue that is good for someone new to the Solus project to try to tackle
Type: Chore
Not a feature or a bug
Comments
malfisya
added
Type: 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
1 task
silkeh
added a commit
that referenced
this issue
Oct 25, 2024
**Summary** Add a check that errors when `monitoring.yml` does not exist. This makes the existence of `monitoring.yml` mandatory for all packages. Related to #4121 **Test Plan** Run manually against a known bad package: ```console $ common/CI/package_checks.py packages/g/glog/package.yml Checking files: packages/g/glog/package.yml Found 4 result(s), 1 warnings and 2 error(s) INF packages/g/glog/package.yml:1: This package is included in the ISO. Consider validating the functionality in a newly built ISO. ERR packages/g/glog/package.yml:1: `homepage` is not set ERR packages/g/glog/package.yml:1: `monitoring.yml` is missing WRN packages/g/glog/package.yml:1: Package release is not incremented by 1 ``` Run manually against a known good package: ```console $ common/CI/package_checks.py packages/l/linux-current/package.yml Checking files: packages/l/linux-current/package.yml Found 2 result(s), 1 warnings and 0 error(s) INF packages/l/linux-current/package.yml:1: This package is included in the ISO. Consider validating the functionality in a newly built ISO. WRN packages/l/linux-current/package.yml:1: Package release is not incremented by 1 ``` **Checklist** - [x] Package was built and tested against unstable
uni-dos
added a commit
to uni-dos/solus-packages
that referenced
this issue
Nov 11, 2024
**Summary** * add monitoring.yml (Part of getsolus#4121)
malfisya
added a commit
that referenced
this issue
Nov 12, 2024
- Add replace key to remove ibus-unikey - Add monitoring.yml (Part of #4121)
malfisya
added a commit
that referenced
this issue
Nov 12, 2024
**Summary** - Full changelog can be read [here](http://git.savannah.gnu.org/cgit/pspp.git/plain/NEWS?h=v2.0.1) - Add monitoring.yml (Part of #4121) Resolves #4175
malfisya
added a commit
that referenced
this issue
Nov 14, 2024
**Summary** Add monitoring.yml (Part of #4121)
malfisya
added a commit
that referenced
this issue
Nov 14, 2024
**Summary** Add monitoring.yml (Part of #4121)
malfisya
added a commit
that referenced
this issue
Nov 14, 2024
**Summary** Add monitoring.yml (Part of #4121)
ermo
added a commit
that referenced
this issue
Nov 14, 2024
**Summary** <!-- Info on what this pull request updates/changes/etc --> Add monitoring.yml (Part of #4121) **Checklist** - [n/a ] Package was built and tested against unstable
davidjharder
pushed a commit
that referenced
this issue
Nov 14, 2024
- Add replace key to remove ibus-unikey - Add monitoring.yml (Part of #4121)
aquilapl
pushed a commit
to aquilapl/packages
that referenced
this issue
Nov 16, 2024
**Summary** * add monitoring.yml (Part of getsolus#4121)
aquilapl
pushed a commit
to aquilapl/packages
that referenced
this issue
Nov 16, 2024
**Summary** - Full changelog can be read [here](http://git.savannah.gnu.org/cgit/pspp.git/plain/NEWS?h=v2.0.1) - Add monitoring.yml (Part of getsolus#4121) Resolves getsolus#4175
aquilapl
pushed a commit
to aquilapl/packages
that referenced
this issue
Nov 16, 2024
**Summary** Add monitoring.yml (Part of getsolus#4121)
aquilapl
pushed a commit
to aquilapl/packages
that referenced
this issue
Nov 16, 2024
- Add replace key to remove ibus-unikey - Add monitoring.yml (Part of getsolus#4121)
aquilapl
pushed a commit
to aquilapl/packages
that referenced
this issue
Nov 16, 2024
**Summary** - Fix build - Change homepage (Part of getsolus#4116) - Add monitoring.yml (Part of getsolus#4121)
aquilapl
pushed a commit
to aquilapl/packages
that referenced
this issue
Nov 16, 2024
**Summary** - Fix build (Resolves getsolus#3155) - Add `homepage` key to `package.yml` (Part of getsolus#411) - Add monitoring.yml (Part of getsolus#4121)
malfisya
pushed a commit
to aquilapl/packages
that referenced
this issue
Nov 22, 2024
**Summary** - Change homepage (Part of getsolus#4116) - Add monitoring.yml (Part of getsolus#4121)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Good First Issue
Issue that is good for someone new to the Solus project to try to tackle
Type: Chore
Not a feature or a bug
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 alongsidepackage.yml
,pspec*.xml
, andMAINTAINERS.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:Guidance on fixing
monitoring.yml
The list
30702937 packages leftThe text was updated successfully, but these errors were encountered: