xenadmin/mk/hotfix-map.json
Mihaela Stoica 4346de5eb8
DO-3700: Add -src-pkgs file pattern in the hotfix-map file
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2018-04-27 10:31:28 +01:00

26 lines
695 B
JSON

{
"files": [
{
"pattern": "builds/xs/hotfixes/@BRANCH@/(*)/(*)/(*.xsupdate)",
"target": "xenadmin.git/Branding/Hotfixes/{1}/{2}/{3}",
"flat": "true",
"recursive": "false",
"regexp": "true"
},
{
"pattern": "builds/xs/hotfixes/@BRANCH@/(*)/(*)/(*.iso)",
"target": "xenadmin.git/Branding/Hotfixes/{1}/{2}/{3}",
"flat": "true",
"recursive": "false",
"regexp": "true"
},
{
"pattern": "builds/xs/hotfixes/@BRANCH@/(*)/(*)/(*-src-pkgs.tar)",
"target": "xenadmin.git/Branding/Hotfixes/{1}/{2}/{3}",
"flat": "true",
"recursive": "false",
"regexp": "true"
}
]
}