-
Notifications
You must be signed in to change notification settings - Fork 92
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.yaml 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
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
malfisya
added a commit
to malfisya/packages
that referenced
this issue
Feb 26, 2025
**Summary** Add monitoring.yaml (Part of getsolus#4121)
malfisya
added a commit
to malfisya/packages
that referenced
this issue
Feb 26, 2025
**Summary** Add monitoring.yaml (Part of getsolus#4121)
malfisya
added a commit
to malfisya/packages
that referenced
this issue
Feb 26, 2025
**Summary** Add monitoring.yaml (Part of getsolus#4121)
malfisya
added a commit
that referenced
this issue
Feb 26, 2025
**Summary** Add monitoring.yml (Part of #4121)
malfisya
added a commit
that referenced
this issue
Feb 26, 2025
**Summary** Add monitoring.yml (Part of #4121)
malfisya
added a commit
that referenced
this issue
Feb 26, 2025
**Summary** Add monitoring.yml (Part of #4121)
2 tasks
malfisya
added a commit
that referenced
this issue
Feb 28, 2025
**Summary** Add monitoring.yaml to perl packages (Part of #4121)
malfisya
added a commit
that referenced
this issue
Feb 28, 2025
**Summary** Add monitoring.yaml to perl packages (Part of #4121)
malfisya
added a commit
to malfisya/packages
that referenced
this issue
Feb 28, 2025
**Summary** Add monitoring.yaml (Part of getsolus#4121)
EbonJaeger
added a commit
that referenced
this issue
Mar 3, 2025
**Summary** - Split packages to `-console` and `-tiles` - Add appstream metainfo (Part of #1389) - Add monitoring.yml (Part of #4121) **Test Plan** <!-- Short description of how the package was tested --> - Install and launch all binary - `appstream-builder --packages-dir=. --include-failed -v` **Checklist** - [x] Package was built and tested against unstable - [ ] This change could gainfully be listed in the weekly sync notes once merged <!-- Write an appropriate message in the Summary section, then add the "Topic: Sync Notes" label -->
malfisya
added a commit
that referenced
this issue
Mar 5, 2025
**Summary** Release notes: - [3.2.1](https://github.com/johnfactotum/foliate/releases/tag/3.2.1) - [3.2.0](https://github.com/johnfactotum/foliate/releases/tag/3.2.0) - Add monitoring.yaml (Part of #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.yaml
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.yaml
by running this command:Guidance on fixing
monitoring.yaml
The list
307029372686260423001923 packages leftThe text was updated successfully, but these errors were encountered: