Message ID | 1395729623-4891-1-git-send-email-trevor.woerner@linaro.org |
---|---|
State | New |
Headers | show |
On Tue, Mar 25, 2014 at 3:40 AM, Trevor Woerner <trevor.woerner@linaro.org> wrote: > Since each project line already includes a revision tag which is set to > master, this isn't strictly required. But it looks strange to see the default > revision for the master branch is dora. > > Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Applied.
diff --git a/default.xml b/default.xml index 0f9ba4f..fea48bf 100644 --- a/default.xml +++ b/default.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <manifest> - <default sync-j="4" revision="dora"/> + <default sync-j="4" revision="master"/> <remote fetch="git://git.yoctoproject.org" name="yocto"/> <remote fetch="git://github.com/Freescale" name="freescale"/>
Since each project line already includes a revision tag which is set to master, this isn't strictly required. But it looks strange to see the default revision for the master branch is dora. Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)