Skip to content
Snippets Groups Projects
Commit 04e7060c authored by Ben Morrice's avatar Ben Morrice
Browse files

Use yaml anchors

parent 4f406746
No related branches found
No related tags found
1 merge request!10Add almalinux support
......@@ -6,15 +6,13 @@
# and no notes will be included in the MM message.
---
packages:
almalinux-release:
almalinux-release: &dangerous_package
notes: |-
**MANUAL ACTION REQUIRED**: This is a "dangerous package" and it will need to be [rebuilt by hand](https://linuxops.web.cern.ch/distributions/snapshots/#-release-packages-the-dangerous-rpms). If you don't do it **today**, the daily snapshot will stop tomorrow and you'll have more work to do then.
redhat-release:
notes: |-
**MANUAL ACTION REQUIRED**: This is a "dangerous package" and it will need to be [rebuilt by hand](https://linuxops.web.cern.ch/distributions/snapshots/#-release-packages-the-dangerous-rpms). If you don't do it **today**, the daily snapshot will stop tomorrow and you'll have more work to do then.
<<: *dangerous_package
epel-release:
notes: |-
**MANUAL ACTION REQUIRED**: This is a "dangerous package" and it will need to be [rebuilt by hand](https://linuxops.web.cern.ch/distributions/snapshots/#-release-packages-the-dangerous-rpms). If you don't do it **today**, the daily snapshot will stop tomorrow and you'll have more work to do then.
<<: *dangerous_package
kernel:
systemd:
dbus:
......
......@@ -6,15 +6,13 @@
# and no notes will be included in the MM message.
---
packages:
almalinux-release:
almalinux-release: &dangerous_package
notes: |-
**MANUAL ACTION REQUIRED**: This is a "dangerous package" and it will need to be [rebuilt by hand](https://linuxops.web.cern.ch/distributions/snapshots/#-release-packages-the-dangerous-rpms). If you don't do it **today**, the daily snapshot will stop tomorrow and you'll have more work to do then.
redhat-release:
notes: |-
**MANUAL ACTION REQUIRED**: This is a "dangerous package" and it will need to be [rebuilt by hand](https://linuxops.web.cern.ch/distributions/snapshots/#-release-packages-the-dangerous-rpms). If you don't do it **today**, the daily snapshot will stop tomorrow and you'll have more work to do then.
<<: *dangerous_package
epel-release:
notes: |-
**MANUAL ACTION REQUIRED**: This is a "dangerous package" and it will need to be [rebuilt by hand](https://linuxops.web.cern.ch/distributions/snapshots/#-release-packages-the-dangerous-rpms). If you don't do it **today**, the daily snapshot will stop tomorrow and you'll have more work to do then.
<<: *dangerous_package
systemd:
dbus:
glibc:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment