Add some stub code to build from a "products.json"
This commit is contained in:
parent
fd3cc772cd
commit
e8633e4e6e
32
fedostree/products.json
Normal file
32
fedostree/products.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
comment: "This file defines the set of trees that is generated by the rpm-ostree autobuilder",
|
||||||
|
|
||||||
|
osname: "fedostree",
|
||||||
|
|
||||||
|
architectures: ["x86_64"],
|
||||||
|
|
||||||
|
releases: ["20", "rawhide"],
|
||||||
|
|
||||||
|
base_required_packages: ["kernel", "ostree", "fedora-release", "lvm2",
|
||||||
|
"btrfs-progs", "e2fsprogs"],
|
||||||
|
|
||||||
|
products:
|
||||||
|
{
|
||||||
|
"base":
|
||||||
|
{
|
||||||
|
"minimal": { "packages": ["@core"] }
|
||||||
|
},
|
||||||
|
"server":
|
||||||
|
{
|
||||||
|
"docker-io": { "packages": ["@core", "@standard", "docker-io"] },
|
||||||
|
"freeipa-server": { "packages": ["@core", "@standard", "docker-io"] },
|
||||||
|
"jbossas": { "packages": ["@core", "@standard", "@jbossas"] }
|
||||||
|
},
|
||||||
|
"workstation":
|
||||||
|
{
|
||||||
|
"gnome-core": { "packages": ["@gnome-desktop"] },
|
||||||
|
"gnome-default": { "packages": ["@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice"] }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user