[openfabrics-ewg] Putting a git tree on staging.openfabrics

Sasha Khapyorsky sashak at voltaire.com
Sun Jan 7 05:36:00 PST 2007


On Sun, 2007-01-07 at 14:19 +0200, Erez Zilber wrote:
> Sasha Khapyorsky wrote:
> > On Sun, 2007-01-07 at 13:44 +0200, Erez Zilber wrote:
> >   
> >> I created a git tree and I want to share it in staging.openfabrics. how
> >> do I:
> >>
> >>    1. login (I have a username + password).
> >>     
> >
> >   ssh staging.openfabrics.org -l username
> >
> > , then:
> >
> >   mkdir ~/scm
> >   GIT_DIR=~/scm/yourtree.git git-init-db
> >
> > Now you have empty 'yourtree.git' repository (you may want to edit
> > ~/scm/yourtree.git/description file)
> >
> >   
> >>    2. What do I need to do in my git tree in order to have in in
> >>       staging.openfabrics?
> >>     
> >
> > Then on the "local" machine:
> >
> >   git-push ssh://staging.openfabrics.org/~/scm/yourtree.git <ref>
> >
> >   
> I'm not sure what should I put in <ref>... Can you help?

In simplest case it can be name of the head or tag you want to push (so
you should know this name). For more complex examples I would suggest to
look at git-push man page.

> Also - how much time should it take until it is updated in the
> openfabrics website?

The tree will be available immediately after push is finished.

Sasha





More information about the ewg mailing list