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
