OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-83-g43f4e3a

Gerrit Code Review gerrit@openafs.org
Sun, 9 May 2010 16:38:39 -0700 (PDT)


The following commit has been merged in the master branch:
commit 43f4e3a51248683aeff77da94410a95baba3d83e
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun May 9 19:37:52 2010 +0100

    Add a tool to import external repositories
    
    This commit adds a tool to aid with the importing of external git
    repositories. import-external-git.pl allows a developer to easily
    update the src/external portion of the tree to the latest release
    of externally developed software. It's currently intended to support
    our use of Heimdal functions, but could be extended to support any
    project whose code we wish to use in the kernel, and which has a
    git repo.
    
    Change-Id: I6d91474c5de67e57fb73ff4d59c5afe9bb14c240
    Reviewed-on: http://gerrit.openafs.org/1932
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/external/import-external-git.pl |  199 +++++++++++++++++++++++++++++++++++
 1 files changed, 199 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository