mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 23:39:51 +01:00
Merge pull request #2057 from xenserver/master
DO-3700: Add an exclude pattern to the hotfix-map file spec
This commit is contained in:
commit
cb50546d79
@ -5,7 +5,8 @@
|
|||||||
"target": "xenadmin.git/Branding/Hotfixes/{1}",
|
"target": "xenadmin.git/Branding/Hotfixes/{1}",
|
||||||
"flat": "true",
|
"flat": "true",
|
||||||
"recursive": "true",
|
"recursive": "true",
|
||||||
"regexp": "true"
|
"regexp": "true",
|
||||||
|
"excludePatterns": ["*.sha256"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user