protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Protux-devel] CVS is up


From: Luciano Giordana
Subject: [Protux-devel] CVS is up
Date: Thu, 15 Aug 2002 19:09:17 -0400
User-agent: KMail/1.4.1

both protux and mustuxlib are up again

you guys will have to checkout them again. This is the process

create a RSA1 key by typing ssh-keygen -t RSA1. The files identity and 
identity.pub will be create under ~/.ssh/

open a browser. go to savannah and go to the the "edit keys" page , on your 
"Account maintenance"

copy/paste the key text from inside identity.pub onto the text area in your 
browser

wait about 6 hours to the keys be processed. (take this time to put old 
sourceforge tree in some "old-head" dir)

after that, ensure that your ssh config files looks like this


ForwardAgent yes
ForwardX11 yes
RSAAuthentication yes
DSAAuthentication yes
PubKeyAuthentication yes
PasswordAuthentication yes
IdentityFile ~/.ssh/identity
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/id_dsa
Port 22
Protocol 1,2
StrictHostKeyChecking no

checkout the packages by typing :

cvs -z3 address@hidden:/cvsroot/protux/ co protux

make another cvs checkout for mustuxlib

cvs -z3 address@hidden:/cvsroot/mustux/ co mustuxlib

note that now mustuxlib module is all lowercase (only the module name, the 
other references is exactly as it was on sourceforge)

make a similar tree structure, as you had with sourceforge packages

Any problem, just let me know








reply via email to

[Prev in Thread] Current Thread [Next in Thread]