From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Update Auto Install == | == Update Auto Install == | ||
'''Upload the authentication key''' | '''Upload the authentication key''' | ||
# | #$ pwd | ||
#: /home/liam | #: /home/liam | ||
# | #$ ssh-keygen -t rsa | ||
#upload the /home/liam/.ssh/id_rsa.pub to | #upload the /home/liam/.ssh/id_rsa.pub to | ||
https://admin.fedoraproject.org/accounts/user/view/liam?_csrf_token=6bf109d302531f5a7a481f295a91e28741e172e8 | https://admin.fedoraproject.org/accounts/user/view/liam?_csrf_token=6bf109d302531f5a7a481f295a91e28741e172e8 | ||
Line 15: | Line 15: | ||
'''Add files''' | '''Add files''' | ||
# | #$ pwd | ||
#: /home/liam/autoqa | #: /home/liam/autoqa | ||
# | #$ git add tests/anaconda/* | ||
# | #$ git commit -a | ||
# | #$ git pull | ||
# | #$ git push origin liam | ||
# | #$ git push ssh://git.fedorahosted.org/git/autoqa.git master | ||
#:Enter passphrase for key '/home/liam/.ssh/id_rsa': | #:Enter passphrase for key '/home/liam/.ssh/id_rsa': |
Revision as of 06:15, 12 August 2010
Update Auto Install
Upload the authentication key
- $ pwd
- /home/liam
- $ ssh-keygen -t rsa
- upload the /home/liam/.ssh/id_rsa.pub to
Clone the source code
Configure name and email
- $ git config -f $HOME/.gitconfig user.name "Liam Li"
- $ git config -f $HOME/.gitconfig user.email "lili@redhat.com"
Add files
- $ pwd
- /home/liam/autoqa
- $ git add tests/anaconda/*
- $ git commit -a
- $ git pull
- $ git push origin liam
- $ git push ssh://git.fedorahosted.org/git/autoqa.git master
- Enter passphrase for key '/home/liam/.ssh/id_rsa':