xenadmin/mk/hotfix-map.json

26 lines
695 B
JSON
Raw Normal View History

{
"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"
}
]
}