Changeset 1572


Ignore:
Timestamp:
05/23/12 09:47:15 (12 months ago)
Author:
bruno
Message:

Adding pbcl for afio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/t/pbtest

    r1571 r1572  
    103103sudo su - pbtest -c "ssh-keygen -f .ssh/id_rsa -t rsa -b 768 -v -N ''" 
    104104sudo su - pbtest -c "cp .ssh/id_rsa.pub .ssh/authorized_keys ; chmod 600 .ssh/authorized_keys ; chmod 600 .ssh/id_rsa.pub" 
    105 sudo su - pbtest -c "ssh -i .ssh/id_rsa.pub localhost touch ftp/README" 
     105sudo su - pbtest -c "ssh localhost touch ftp/README" 
    106106sudo su - pbtest -c "svn import pb svn://localhost/pb -m 'Initial creation of pb repo'" 
    107107sudo su - pbtest -c "cd pb ; svn co svn://localhost/pb ." 
Note: See TracChangeset for help on using the changeset viewer.