X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fdocs%2Fwebsite%2Fgit.html;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fdocs%2Fwebsite%2Fgit.html;h=890397592ccdef14c9e183580ae31383685286f1;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/docs/website/git.html b/cirros-testvm/src-cirros/buildroot-2015.05/docs/website/git.html new file mode 100644 index 0000000..8903975 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/docs/website/git.html @@ -0,0 +1,48 @@ + + +
+
+ +

Git Access

+ +The buildroot repository can be browsed online through cgit at +http://git.buildroot.net/buildroot. +To grab a copy of the repository use + +
+git clone git://git.buildroot.net/buildroot
+ +Or if you're behind a firewall blocking git: + +
+git clone http://git.buildroot.net/git/buildroot.git
+ +

+ +Please use the native git protocol if at all possible, as it's a lot +more efficient than HTTP. + +

+ +If you are not already familiar with using Git, we recommend you visit the Git website. + +

+ +Once you've checked out a copy of the source tree, you can update your source +tree at any time so it is in sync with the latest and greatest by entering your +buildroot directory and running the command: + +

+git pull
+
+ +Because you've only been granted anonymous access to the tree, you won't be +able to push your changes to the repo. Changes can instead be submitted for +inclusion by posting them to the buildroot mailing list. + +
+
+ + +