mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
4346de5eb8
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
26 lines
695 B
JSON
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"
|
|
}
|
|
]
|
|
}
|