Signed-off-by: George Dunlap <george.dunlap@citrix.com>
- Create, delete, or modify branches matching `xsa/*`
-**FIXME** Need to move test branches under xsa
-
- "Fetch" from master and stable-* branches
## Branch names
xenrepo := G.repos.XenRepos[TreeXen]
/* Always check out a temporary branch for xen */
- tmpBranch := "tmp"
+ tmpBranch := "xsa/tmp"
if tr, prs := r.Recipes[TreeXen]; prs && tr.HasPatches() {
err = xenrepo.MakeBranch(tmpBranch, branch)
if err != nil {
vers := VersionsFromArgs(xsa, args, false)
for _, v := range vers {
- prefix := "test"
+ prefix := "xsa/test"
r := xsa.GetRecipe(v)
if r == nil {
fmt.Printf("Couldn't find recipe for XenVersion %s\n", v)