Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl authored and achilleas-k committed Apr 12, 2024
1 parent c63d7df commit e4c82c7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions example/fedora/minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ otk.define:
- brcmfmac-firmware
- realtek-firmware
- iwlwifi-mvm-firmware
otk.customization.simon:
defined:
- somepackage
otk.customization.simon:
defined:
- somepackage
filesystems:
raw:
otk.customization.filesystem:
Expand Down
6 changes: 3 additions & 3 deletions example/fedora/repositories/38.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
otk.define:
repositories:
- id: "default"
baseurl: "foo"
- id: "default"
baseurl: "foo"
gpgkeys:
- "1234"
- "1234"
6 changes: 3 additions & 3 deletions example/fedora/repositories/39.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
otk.define:
repositories:
- id: "default"
baseurl: "foo"
- id: "default"
baseurl: "foo"
gpgkeys:
- "1234"
- "1234"
6 changes: 3 additions & 3 deletions example/fedora/repositories/40.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
otk.define:
repositories:
- id: "fedora"
metalink: https://mirrors.fedoraproject.org/metalink?repo=fedora-${version}&arch=${architecture}
- id: "fedora"
metalink: https://mirrors.fedoraproject.org/metalink?repo=fedora-${version}&arch=${architecture}
gpgkeys:
- "1234"
- "1234"
6 changes: 3 additions & 3 deletions example/fedora/repositories/rawhide.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
otk.define:
repositories:
- id: "default"
baseurl: "foo"
- id: "default"
baseurl: "foo"
gpgkeys:
- "1234"
- "1234"

0 comments on commit e4c82c7

Please sign in to comment.