Standard practice is to have the patch that applies to master be
simply "xsaNNN.patch" (or xsaNNN/*.patch in case of a series).
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
// qemuu: xsaNNN-qemuu[-VVV][.patch]
// qemut: xsaNNN-qemut[-VVV][.patch]
//
- // 'unstable' if VVV is 'master'
+ // Nothing if VVV is 'master'
xsabase := fmt.Sprintf("xsa%d", r.xsa)
xsabase += "-" + tree.String()
}
- if r.XenVersion == "master" {
- xsabase += "-unstable"
- } else {
+ if r.XenVersion != "master" {
xsabase += "-" + r.XenVersion.String()
}