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@pearsoncomputing.net wrote:
On Wed, Feb 29, 2012 at 00:40, Keith Daniels keithwdaniels@gmail.com 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@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net 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