2017-01-18 14:33:36 +01:00
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
{
|
2018-04-27 11:12:50 +02:00
|
|
|
"pattern": "builds/xs/hotfixes/@BRANCH@/(*)/(*)/(*.xsupdate)",
|
|
|
|
"target": "xenadmin.git/Branding/Hotfixes/{1}/{2}/{3}",
|
2017-01-18 14:33:36 +01:00
|
|
|
"flat": "true",
|
2018-04-27 11:12:50 +02:00
|
|
|
"recursive": "false",
|
|
|
|
"regexp": "true"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "builds/xs/hotfixes/@BRANCH@/(*)/(*)/(*.iso)",
|
|
|
|
"target": "xenadmin.git/Branding/Hotfixes/{1}/{2}/{3}",
|
|
|
|
"flat": "true",
|
|
|
|
"recursive": "false",
|
|
|
|
"regexp": "true"
|
2018-04-27 11:31:28 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "builds/xs/hotfixes/@BRANCH@/(*)/(*)/(*-src-pkgs.tar)",
|
|
|
|
"target": "xenadmin.git/Branding/Hotfixes/{1}/{2}/{3}",
|
|
|
|
"flat": "true",
|
|
|
|
"recursive": "false",
|
|
|
|
"regexp": "true"
|
2017-01-18 14:33:36 +01:00
|
|
|
}
|
|
|
|
]
|
2018-04-27 11:12:50 +02:00
|
|
|
}
|