On 2/1/12 7:16 PM, Quanah Gibson-Mount wrote:
--On Wednesday, February 01, 2012 1:40 PM +0100 Michael Ströder michael@stroeder.com wrote:
Nick Milas wrote:
On 1/2/2012 12:19 μμ, Emmanuel Lecharny wrote:
Any direction on how to test the build and to check out the branch in order to run the tests ?
Can someone provide a current source code (2.4 Branch) build as a .tgz?
Or, can someone provide directions on how we can do it from OpenLDAP git repository? (This would be a more complex scenario.)
I'm not an git expert. But here's what I did following some git cookbooks:
$ mkdir /tmp/openldap-git $ cd /tmp/openldap-git $ git clone git://git.openldap.org/openldap.git $ cd openldap
You now have a clone of the whole repository including all branches with the default branch set to 'master'. You have to switch the active branch to RE24.
I find this a little simpler:
git archive --format=tar --remote=git-master.openldap.org:~git/git/openldap.git OPENLDAP_REL_ENG_2_4
openldap-2.4.26.tar
emmanuel-lecharnys-MacBook-Pro:openldap-git elecharny$ git archive --format=tar --remote=git-master.openldap.org:~git/git/openldap.git OPENLDAP_REL_ENG_2_4 openldap-2.4.26.tar Permission denied (publickey). fatal: The remote end hung up unexpectedly ...
Am I missing something ?