Overall, this looks like a good series of improvements. I'll have a few comments/minor corrections in individual patches, but now that I have looked at the series, I think it would be simpler and clearer if this were all squashed into one commit.
On Fri, Mar 12, 2010 at 1:30 PM, <[email protected]> wrote: > From: Tomas Sedovic <[email protected]> > > The `next` branch has the latest & greatest. However, git checks out > `master` > by default. This mentions the fact in getting started guide. > --- > getting_started.txt | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/getting_started.txt b/getting_started.txt > index 9cd66c7..db4041e 100644 > --- a/getting_started.txt > +++ b/getting_started.txt > @@ -55,6 +55,15 @@ $ git clone git:// > git.fedorahosted.org/git/deltacloud/docs.git/ > $ git clone git://git.fedorahosted.org/git/deltacloud/portal.git/ > - The deltacloud aggregator code > > +Switch the `docs` and `portal` repositories to the "next" branch: > + > +$ cd docs > +$ git checkout -t origin/next > +$ cd ../portal > +$ git checkout -t origin/next > + > +This will get you to the latest and greatest stuff. > + > Installing packages > ------------------- > In order to make the deltacloud components work, you'll need to > -- > 1.6.6.1 > > _______________________________________________ > deltacloud-devel mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/deltacloud-devel >
_______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
