From e2cac48876e11a29fd7b873dbfe2e5b0138e3fe5 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 3 May 2009 22:11:33 +0200 Subject: docs/: announce move to git Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/buildroot.html') diff --git a/docs/buildroot.html b/docs/buildroot.html index 09136aefe..a79cd4ad4 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -119,7 +119,7 @@

Obtaining Buildroot

Buildroot releases are made approximately every 3 - months. Direct SVN access and daily SVN snapshots are also + months. Direct Git access and daily snapshots are also available if you want more bleeding edge.

Releases are available at http://buildroot.net/downloads/snapshots/.

-

To download Buildroot using SVN, you can simply follow - the rules described on the "Accessing SVN"-page (http://buildroot.net/subversion.html) +

To download Buildroot using Git, you can simply follow + the rules described on the "Accessing Git"-page (http://buildroot.net/git.html) of the Buildroot website (http://buildroot.net), and download the - buildroot SVN module. For the impatient, here's a quick + "http://buildroot.net">http://buildroot.net), and download + buildroot from Git. For the impatient, here's a quick recipe:

- $ svn co svn://uclibc.org/trunk/buildroot
+ $ git clone git://git.buildroot.net/buildroot
 

Using Buildroot

@@ -515,7 +515,7 @@ $ make me<TAB> uncompress the target/generic/skel.tar.gz file to create the main subdirectories and symlinks, copies the skeleton available in target/generic/target_skeleton and then removes useless - .svn/ directories. + .svn/CVS directories.
  • Add the TARGETS dependency. This should generally check if the configuration option for this package is enabled, and if so then -- cgit v1.2.3