auto-bk-get

Dan Aloni (da-x@gmx.net)
Thu, 10 Jul 2003 21:44:29 +0300


For kernel developers which are BitKeeper users,

auto-bk-get is an on-demand 'bk get' libc wrapper tool.

It means that you don't need to run 'bk -r get' in order to build
the kernel. Instead, you just run 'make config' or 'make bzImage',
using auto-bk-get in a clean repository and auto-bk-get will
only 'bk get' the files you need from the repository (one of my
test cases showed only 2800 out of 14000 files were checked out).

It also supports building in an entirely different directory,
taking the files from a repository somewhere else.

To download and compile auto-bk-get:

# bk clone http://auto-bk-get.bkbits.net/auto-bk-get
# cd auto-bk-get
# make

Read the README file.

-- 
Dan Aloni
da-x@gmx.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/