diskimage-builder/elements/source-repositories/pkg-map
Markos Chandras cfcbd4ffbe elements: source-repositories: Add git package mapping for SUSE
The 'git' command line tool is in the git-core SUSE package

Change-Id: Ib2c5dc5ab9bbde2520f43682c654a9c3270bac09
2016-10-19 17:53:01 +01:00

14 lines
153 B
Plaintext

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