BUSYBOX
BusyBox
About Documentation Get BusyBox Development

Links

Developer Pages

Accessing Source

Patches

You can download fixes for particular releases of busybox, e.g. downloads/fixes-major-minor-patch/

Anonymous Source Access

We allow anonymous (read-only) Git access to everyone. To grab a copy of the BusyBox repository using anonymous git access:
git clone git://busybox.net/busybox.git
or
git clone https://git.busybox.net/busybox/

Once you have the repository, stable branches can be checked out by doing:

git checkout remotes/origin/1_NN_stable

If you are not already familiar with using Git, you should visit the git website. If you are already comfortable with using Subversion, you may want to try the SVN Crash Course document.

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 BusyBox 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 any changes. Changes can be submitted for inclusion by posting them to the BusyBox mailing list. For those that are actively contributing Git commit access can be made available.

Copyright © 1999-2008 Erik Andersen
Mail all comments, insults, suggestions and bribes to
Denys Vlasenko vda.linux@googlemail.com
This site created with the vi editor This site is kindly hosted by OSL