Getting gcf and omni source code
Most users should download the latest releaseLatest release
|
Previous releases
Download previous GCF releases from http://software.geni.net/local-sw/
Latest code using git
This option is useful for people that want to contribute code to the gcf package.
If you have an account you can use the same username and password to browse our git repository. (Note this provides read-only access to the git repo.)
- If you want to type your username and password every time, use this command:
git clone http://trac.gpolab.bbn.com/git/gcf.git
- If you just want to be prompted for your password, add the username to the clone command like this:
git clone http://username@trac.gpolab.bbn.com/git/gcf.git
- If you don't want to be prompted for your username or password you can add an entry to your $HOME/.netrc like this:
machine trac.gpolab.bbn.com login username password mypassword
Then use the git clone command like this (being sure NOT to include the username):git clone http://trac.gpolab.bbn.com/git/gcf.git

