diskimage-builder/diskimage_builder/elements/source-repositories/pkg-map
Dmitry Tantsur 9be4221b4a Install git-core instead of git on RH systems
The git package pulls in heavy dependencies for just a few rarely
used commands. git-core should be enough (and already uses for Suse).

Change-Id: I96b71072c22c26b3b651466053b9e9561527cbe5
2020-11-26 17:16:31 +01:00

17 lines
200 B
Plaintext

{
"family": {
"gentoo": {
"git": "dev-vcs/git"
},
"redhat": {
"git": "git-core"
},
"suse": {
"git": "git-core"
}
},
"default": {
"git": "git"
}
}