Skip to content

Commit

Permalink
Merge pull request #3314 from DaanDeMeyer/centos
Browse files Browse the repository at this point in the history
Centos tools tree fixes
  • Loading branch information
DaanDeMeyer authored Jan 3, 2025
2 parents ce565fb + b7e7404 commit 0594682
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 2 deletions.
2 changes: 2 additions & 0 deletions mkosi.conf.d/40-tools/mkosi.conf.d/arch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ ToolsTreeDistribution=arch

[Build]
ToolsTreePackages=
mypy
python-pytest
ruff
11 changes: 11 additions & 0 deletions mkosi.conf.d/40-tools/mkosi.conf.d/azure-centos-fedora.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

[Match]
ToolsTreeDistribution=|azure
ToolsTreeDistribution=|centos
ToolsTreeDistribution=|fedora

[Build]
ToolsTreePackages=
python3-mypy
python3-pytest
11 changes: 11 additions & 0 deletions mkosi.conf.d/40-tools/mkosi.conf.d/debian-kali-ubuntu.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

[Match]
ToolsTreeDistribution=|debian
ToolsTreeDistribution=|kali
ToolsTreeDistribution=|ubuntu

[Build]
ToolsTreePackages=
mypy
python3-pytest
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

[Match]
ToolsTreeDistribution=fedora

[Build]
ToolsTreePackages=
ruff
mypy
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

[Match]
ToolsTreeDistribution=!arch
ToolsTreeDistribution=opensuse

[Build]
ToolsTreePackages=
mypy
python3-pytest
ruff
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

[Match]
Repositories=epel
Release=10

[Content]
Packages=
btrfs-progs
distribution-gpg-keys
fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

[Match]
Repositories=epel
Release=9

[Content]
Packages=
apt
archlinux-keyring
btrfs-progs
debian-keyring
distribution-gpg-keys
fish
Expand Down

0 comments on commit 0594682

Please sign in to comment.