Skip to content

Commit c193d2a

Browse files
authored
[NFC] repo-wide: Use .yaml extension for monitoring files (#4812)
2 parents e78535d + ee3114d commit c193d2a

File tree

2,131 files changed

+68
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,131 files changed

+68
-68
lines changed

Taskfile.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -295,19 +295,19 @@ tasks:
295295
- common/Scripts/check_appstream_progress.py packages
296296

297297
add-monitoring:
298-
desc: Add skeleton for monitoring.yml
298+
desc: Add skeleton for monitoring.yaml
299299
dir: '{{ .USER_WORKING_DIR }}'
300300
vars:
301301
DATE:
302302
sh: date -u +%Y-%m-%d
303303
COMMENT: "# No known CPE, checked {{ .DATE }}"
304304
cmds:
305-
- touch monitoring.yml
305+
- touch monitoring.yaml
306306
- yq --inplace '
307307
. head_comment="Remove all comments before submitting, except CPE check date if none found" |
308308
.releases.id line_comment = "Check https://release-monitoring.org/" |
309309
.releases.rss line_comment = "For example https://github.com/PyO3/maturin/releases.atom" |
310310
.releases.[] = ~ |
311311
(.security | key) head_comment = "{{ .COMMENT }}" |
312312
.security.cpe = ~
313-
' monitoring.yml
313+
' monitoring.yaml

common/CI/package_checks.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def _includes_homepage(self, file: str) -> bool:
421421

422422

423423
class Monitoring(PullRequestCheck):
424-
_error = '`monitoring.yml` is missing'
424+
_error = '`monitoring.yaml` is missing'
425425
_level = Level.WARNING
426426

427427
def run(self) -> List[Result]:
@@ -430,7 +430,7 @@ def run(self) -> List[Result]:
430430
if not self._has_monitoring_yml(f)]
431431

432432
def _has_monitoring_yml(self, file: str) -> bool:
433-
return self._exists(os.path.join(os.path.dirname(file), 'monitoring.yml'))
433+
return self._exists(os.path.join(os.path.dirname(file), 'monitoring.yaml'))
434434

435435

436436
class PackageBumped(PullRequestCheck):
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This package will never benefit from a monitoring.yaml please do not attempt to edit any of the fields.
2+
# https://github.com/getsolus/packages/issues/4533
3+
releases:
4+
id: ~
5+
rss: ~
6+
security:
7+
cpe: ~

packages/a/appstream-data/monitoring.yml

-7
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This package will never benefit from a monitoring.yaml please do not attempt to edit any of the fields.
2+
# https://github.com/getsolus/packages/issues/4533
3+
releases:
4+
id: ~
5+
rss: ~
6+
security:
7+
cpe: ~

packages/f/ffmpeg-chromium-opera/monitoring.yml

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This package will never benefit from a monitoring.yaml please do not attempt to edit any of the fields.
2+
# https://github.com/getsolus/packages/issues/4533
3+
releases:
4+
id: ~
5+
rss: ~
6+
security:
7+
cpe: ~

packages/f/ffmpeg-chromium-vivaldi-stable/monitoring.yml

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This package will never benefit from a monitoring.yaml please do not attempt to edit any of the fields.
2+
# https://github.com/getsolus/packages/issues/4533
3+
releases:
4+
id: ~
5+
rss: ~
6+
security:
7+
cpe: ~

0 commit comments

Comments
 (0)