trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

Re: [trinity-devel] GIT repository download problems

From: Keith Daniels <keithwdaniels@...>
Date: Wed, 29 Feb 2012 13:49:17 -0500
Tim

I made a start up script like this:


GIT_TREE_ROOT="/home/keith/builds/slackware/trinity"
GIT_TREE="zz_src_trinity_git"
cd $GIT_TREE_ROOT
git clone --recursive http://scm.trinitydesktop.org/scm/git/tde $GIT_TREE
/bin/bash ./scripts/switch_all_submodules_to_head_and_clean anonymous

and still had the password problem (with and without the /bin/bash being used)

Keith


On Wed, Feb 29, 2012 at 1:50 AM, Timothy Pearson
<kb9vqf@...> wrote:
>> On Wed, Feb 29, 2012 at 00:40, Keith Daniels <keithwdaniels@...>
>> wrote:
>>> I'm trying to download the git files as an anonymous user.
>>>
>>> When it starts downloading, everything goes fine for the first 43 megs
>>> and 50 files.  All the files are put in the correct place in my build
>>> tree--but  then it stops downloading and displays:
>>>
>>> -----------------
>>> Cloning into experimental...
>>> Password:
>>> -----------------
>> snipped.
>>
>> .gitmodules has a system@ appended to the user. What I do is sed it
>> out so that nothing's there.
>> (check out the scripts folder in the tde git repository - the one named
>> 'tde')
>>
>
> Alternatively you could use the
> ./scripts/switch_submodules_to_head_and_clean script; it will do this task
> for you...
>
> Tim
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: trinity-devel-unsubscribe@...
> For additional commands, e-mail: trinity-devel-help@...
> Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
> Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>