code of blink led(some question) / public git setup

Andy Green andy at openmoko.com
Thu Jun 12 08:59:24 CEST 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Somebody in the thread at some point said:

| I know how to create a local Git repository
| and use some command like:
| "git add ."
| "git commit -a"
| "git add some/file"
|
| but I don't know how to add code to the openmoko's git

If you have a good local repository, you are 90% ready to send to
openmoko git.

Instructions for new repo on git.openmoko.org
=============================================

0) email me privately your ssh public key (eg, ~/.ssh/id_dsa.pub) so I
can add access

1) ssh git at git.openmoko.org

2) cd /var/cache/git

3) ./ADD_NEW_REPO kboot     (or whatever project name)

4) Edit ./kboot.git/description with a few words about project

5) On your local machine, from your project directory

~   git push git at git.openmoko.org:/var/cache/git/kboot.git --all

6) check http://git.openmoko.org and your project should be there


Instructions to update repo on git.openmoko.org
===============================================

Any time you made some local changes and you want to publish them up on
openmoko git, simply:

~  git push ssh://git@git.openmoko.org/var/cache/git/kboot.git

and confirm all is well (eg, attribution, patch name) by looking at
http://git.openmoko.org

- -Andy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkhQyUsACgkQOjLpvpq7dMqXHQCgiGxPD813WbBABNT+UWchf7pc
BhsAoJDLK9fcT8j1VhTLR9oEzm+bK4Ya
=Sr61
-----END PGP SIGNATURE-----




More information about the openmoko-kernel mailing list