[email protected] said:
> On 03/03/15 00:54, Antti Kantee wrote:
> >As step 2, I'll move the contents of the repos so that they'll be
> >non-overlapping with respect to each other. So for example -xen will
> >look like:
>
> Step 2 is done.
>
> It might cause some test fallout, except for Travis builds which I
> could fix myself. I'm not sure the fallout is worth fixing if we
> proceed with the Thursday schedule as planned.
Agreed. So step 3 will be to use some variant of the merge script I posted,
replacing the "git ls-tree | ... | xargs git mv" step with one where we
delete one branch's version of the files at the root of the repository
which would overlap with the other branch?
> I introduced a new top-level build script, build-rr.sh. Notably,
> the current syntax is "reverse" of the final intended syntax. It's
> now:
>
> "build-rr.sh <platform-name> <build-rr-args> -- <buildrump.sh-args>"
>
> The intent is to make it:
>
> "build-rr.sh <build-rr-args> <platform-name> -- <buildrump.sh-args>"
>
> But the latter wasn't possible without some rototillage due to how
> the backend scripts are currently shared, so I just let it slip for
> these few days.
>
> The intent is that build-rr.sh slurps in the stuff from
> buildrump.sh/{xenbaremetal.sh,subr.sh}.
Looks good, thanks.