Repositories
libvirt
Automatically updated, read only mirror of the master libvirt repository at http://libvirt.org/git/?p=libvirt.git This is only here to act as the source for other gitorious users to clone their own personal repositories
-
Cloning this repository:
git clone git://gitorious.org/libvirt/libvirt.git libvirt cd libvirt
Add this repository as a remote to an existing local repository:
git remote add libvirt git://gitorious.org/libvirt/libvirt.git git fetch libvirt git checkout -b my-local-tracking-branch libvirt/master_or_other_branch
staging
A clone of the master libvirt repository branch, containing staging branches for all the different libvirt features I'm working on. Warning: these branches will be rebased at will, so don’t rely on the history of them.
-
Cloning this repository:
git clone git://gitorious.org/~berrange/libvirt/staging.git staging cd staging
Add this repository as a remote to an existing local repository:
git remote add staging git://gitorious.org/~berrange/libvirt/staging.git git fetch staging git checkout -b my-local-tracking-branch staging/master_or_other_branch
markmc-staging
-
Cloning this repository:
git clone git://gitorious.org/~markmc/libvirt/markmc-staging.git markmc-staging cd markmc-staging
Add this repository as a remote to an existing local repository:
git remote add markmc-staging git://gitorious.org/~markmc/libvirt/markmc-staging.git git fetch markmc-staging git checkout -b my-local-tracking-branch markmc-staging/master_or_other_branch
libvirt-perl
Automatically updated, read only mirror of the master libvirt-perl repository at http://libvirt.org/git/?p=libvirt-perl.git This is only here to act as the source for other gitorious users to clone their own personal repositories
-
Cloning this repository:
git clone git://gitorious.org/libvirt/libvirt-perl.git libvirt-perl cd libvirt-perl
Add this repository as a remote to an existing local repository:
git remote add libvirt-perl git://gitorious.org/libvirt/libvirt-perl.git git fetch libvirt-perl git checkout -b my-local-tracking-branch libvirt-perl/master_or_other_branch
libvirt-tck
Automatically updated, read only mirror of the master libvirt-tck repository at http://libvirt.org/git/?p=libvirt-tck.git This is only here to act as the source for other gitorious users to clone their own personal repositories
-
Cloning this repository:
git clone git://gitorious.org/libvirt/libvirt-tck.git libvirt-tck cd libvirt-tck
Add this repository as a remote to an existing local repository:
git remote add libvirt-tck git://gitorious.org/libvirt/libvirt-tck.git git fetch libvirt-tck git checkout -b my-local-tracking-branch libvirt-tck/master_or_other_branch
libvirt-java
Automatically updated, read only mirror of the master libvirt-java repository at http://libvirt.org/git/?p=libvirt-java.git This is only here to act as the source for other gitorious users to clone their own personal repositories
-
Cloning this repository:
git clone git://gitorious.org/libvirt/libvirt-java.git libvirt-java cd libvirt-java
Add this repository as a remote to an existing local repository:
git remote add libvirt-java git://gitorious.org/libvirt/libvirt-java.git git fetch libvirt-java git checkout -b my-local-tracking-branch libvirt-java/master_or_other_branch
agx-staging
Staging tree. Will be rebased.
-
Cloning this repository:
git clone git://gitorious.org/~agx/libvirt/agx-staging.git agx-staging cd agx-staging
Add this repository as a remote to an existing local repository:
git remote add agx-staging git://gitorious.org/~agx/libvirt/agx-staging.git git fetch agx-staging git checkout -b my-local-tracking-branch agx-staging/master_or_other_branch
fedora
-
Cloning this repository:
git clone git://gitorious.org/~markmc/libvirt/fedora.git fedora cd fedora
Add this repository as a remote to an existing local repository:
git remote add fedora git://gitorious.org/~markmc/libvirt/fedora.git git fetch fedora git checkout -b my-local-tracking-branch fedora/master_or_other_branch
jbraegger-clone
-
Cloning this repository:
git clone git://gitorious.org/~jbraegger/libvirt/jbraegger-clone.git jbraegger-clone cd jbraegger-clone
Add this repository as a remote to an existing local repository:
git remote add jbraegger-clone git://gitorious.org/~jbraegger/libvirt/jbraegger-clone.git git fetch jbraegger-clone git checkout -b my-local-tracking-branch jbraegger-clone/master_or_other_branch
laine-staging
-
Cloning this repository:
git clone git://gitorious.org/~laine/libvirt/laine-staging.git laine-staging cd laine-staging
Add this repository as a remote to an existing local repository:
git remote add laine-staging git://gitorious.org/~laine/libvirt/laine-staging.git git fetch laine-staging git checkout -b my-local-tracking-branch laine-staging/master_or_other_branch
jirka-staging
-
Cloning this repository:
git clone git://gitorious.org/~jirka/libvirt/jirka-staging.git jirka-staging cd jirka-staging
Add this repository as a remote to an existing local repository:
git remote add jirka-staging git://gitorious.org/~jirka/libvirt/jirka-staging.git git fetch jirka-staging git checkout -b my-local-tracking-branch jirka-staging/master_or_other_branch
libvirt-glib
Automatically updated, read only mirror of the master libvirt-glib repository at http://libvirt.org/git/?p=libvirt-glib.git This is only here to act as the source for other gitorious users to clone their own personal repositories
-
Cloning this repository:
git clone git://gitorious.org/libvirt/libvirt-glib.git libvirt-glib cd libvirt-glib
Add this repository as a remote to an existing local repository:
git remote add libvirt-glib git://gitorious.org/libvirt/libvirt-glib.git git fetch libvirt-glib git checkout -b my-local-tracking-branch libvirt-glib/master_or_other_branch
libvirt-publican
Automatically updated, read only mirror of the master libvirt-publican repository at http://libvirt.org/git/?p=libvirt-publican.git This is only here to act as the source for other gitorious users to clone their own personal repositories
-
Cloning this repository:
git clone git://gitorious.org/libvirt/libvirt-publican.git libvirt-publican cd libvirt-publican
Add this repository as a remote to an existing local repository:
git remote add libvirt-publican git://gitorious.org/libvirt/libvirt-publican.git git fetch libvirt-publican git checkout -b my-local-tracking-branch libvirt-publican/master_or_other_branch
libvirt-appdev-guide
Automatically updated, read only mirror of the master libvirt-appdev-guide repository at http://libvirt.org/git/?p=libvirt-appdev-guide.git This is only here to act as the source for other gitorious users to clone their own personal repositories
-
Cloning this repository:
git clone git://gitorious.org/libvirt/libvirt-appdev-guide.git libvirt-appdev-guide cd libvirt-appdev-guide
Add this repository as a remote to an existing local repository:
git remote add libvirt-appdev-guide git://gitorious.org/libvirt/libvirt-appdev-guide.git git fetch libvirt-appdev-guide git checkout -b my-local-tracking-branch libvirt-appdev-guide/master_or_other_branch
teuf-libvirt
-
Cloning this repository:
git clone git://gitorious.org/~teuf/libvirt/teuf-libvirt.git teuf-libvirt cd teuf-libvirt
Add this repository as a remote to an existing local repository:
git remote add teuf-libvirt git://gitorious.org/~teuf/libvirt/teuf-libvirt.git git fetch teuf-libvirt git checkout -b my-local-tracking-branch teuf-libvirt/master_or_other_branch
libvirt-libxl
-
Cloning this repository:
git clone git://gitorious.org/~jfehlig/libvirt/libvirt-libxl.git libvirt-libxl cd libvirt-libxl
Add this repository as a remote to an existing local repository:
git remote add libvirt-libxl git://gitorious.org/~jfehlig/libvirt/libvirt-libxl.git git fetch libvirt-libxl git checkout -b my-local-tracking-branch libvirt-libxl/master_or_other_branch
guilhermesgbs-libvirt-java
-
Cloning this repository:
git clone git://gitorious.org/~guilhermesgb/libvirt/guilhermesgbs-libvirt-java.git guilhermesgbs-libvirt-java cd guilhermesgbs-libvirt-java
Add this repository as a remote to an existing local repository:
git remote add guilhermesgbs-libvirt-java git://gitorious.org/~guilhermesgb/libvirt/guilhermesgbs-libvirt-java.git git fetch guilhermesgbs-libvirt-java git checkout -b my-local-tracking-branch guilhermesgbs-libvirt-java/master_or_other_branch
photron-libvirt
-
Cloning this repository:
git clone git://gitorious.org/~photron/libvirt/photron-libvirt.git photron-libvirt cd photron-libvirt
Add this repository as a remote to an existing local repository:
git remote add photron-libvirt git://gitorious.org/~photron/libvirt/photron-libvirt.git git fetch photron-libvirt git checkout -b my-local-tracking-branch photron-libvirt/master_or_other_branch
whitewolfs-libvirt-java
-
Cloning this repository:
git clone git://gitorious.org/~whitewolf/libvirt/whitewolfs-libvirt-java.git whitewolfs-libvirt-java cd whitewolfs-libvirt-java
Add this repository as a remote to an existing local repository:
git remote add whitewolfs-libvirt-java git://gitorious.org/~whitewolf/libvirt/whitewolfs-libvirt-java.git git fetch whitewolfs-libvirt-java git checkout -b my-local-tracking-branch whitewolfs-libvirt-java/master_or_other_branch
whitewolfs-whitewolfs-libvirt-java
-
Cloning this repository:
git clone git://gitorious.org/~whitewolf/libvirt/whitewolfs-whitewolfs-libvirt-java.git whitewolfs-whitewolfs-libvirt-java cd whitewolfs-whitewolfs-libvirt-java
Add this repository as a remote to an existing local repository:
git remote add whitewolfs-whitewolfs-libvirt-java git://gitorious.org/~whitewolf/libvirt/whitewolfs-whitewolfs-libvirt-java.git git fetch whitewolfs-whitewolfs-libvirt-java git checkout -b my-local-tracking-branch whitewolfs-whitewolfs-libvirt-java/master_or_other_branch
libvirt-elmarco
-
Cloning this repository:
git clone git://gitorious.org/~elmarco/libvirt/libvirt-elmarco.git libvirt-elmarco cd libvirt-elmarco
Add this repository as a remote to an existing local repository:
git remote add libvirt-elmarco git://gitorious.org/~elmarco/libvirt/libvirt-elmarco.git git fetch libvirt-elmarco git checkout -b my-local-tracking-branch libvirt-elmarco/master_or_other_branch
teuf-libvirt-glib
-
Cloning this repository:
git clone git://gitorious.org/~teuf/libvirt/teuf-libvirt-glib.git teuf-libvirt-glib cd teuf-libvirt-glib
Add this repository as a remote to an existing local repository:
git remote add teuf-libvirt-glib git://gitorious.org/~teuf/libvirt/teuf-libvirt-glib.git git fetch teuf-libvirt-glib git checkout -b my-local-tracking-branch teuf-libvirt-glib/master_or_other_branch
elmarcos-libvirt-glib
-
Cloning this repository:
git clone git://gitorious.org/~elmarco/libvirt/elmarcos-libvirt-glib.git elmarcos-libvirt-glib cd elmarcos-libvirt-glib
Add this repository as a remote to an existing local repository:
git remote add elmarcos-libvirt-glib git://gitorious.org/~elmarco/libvirt/elmarcos-libvirt-glib.git git fetch elmarcos-libvirt-glib git checkout -b my-local-tracking-branch elmarcos-libvirt-glib/master_or_other_branch
ozaki-r-staging
-
Cloning this repository:
git clone git://gitorious.org/~ozaki-r/libvirt/ozaki-r-staging.git ozaki-r-staging cd ozaki-r-staging
Add this repository as a remote to an existing local repository:
git remote add ozaki-r-staging git://gitorious.org/~ozaki-r/libvirt/ozaki-r-staging.git git fetch ozaki-r-staging git checkout -b my-local-tracking-branch ozaki-r-staging/master_or_other_branch
libvirt-sandbox
-
Cloning this repository:
git clone git://gitorious.org/libvirt/libvirt-sandbox.git libvirt-sandbox cd libvirt-sandbox
Add this repository as a remote to an existing local repository:
git remote add libvirt-sandbox git://gitorious.org/libvirt/libvirt-sandbox.git git fetch libvirt-sandbox git checkout -b my-local-tracking-branch libvirt-sandbox/master_or_other_branch
zeenix-libvirt-glib
-
Cloning this repository:
git clone git://gitorious.org/~zeenix/libvirt/zeenix-libvirt-glib.git zeenix-libvirt-glib cd zeenix-libvirt-glib
Add this repository as a remote to an existing local repository:
git remote add zeenix-libvirt-glib git://gitorious.org/~zeenix/libvirt/zeenix-libvirt-glib.git git fetch zeenix-libvirt-glib git checkout -b my-local-tracking-branch zeenix-libvirt-glib/master_or_other_branch
laines-laine-staging
-
Cloning this repository:
git clone git://gitorious.org/~laine/libvirt/laines-laine-staging.git laines-laine-staging cd laines-laine-staging
Add this repository as a remote to an existing local repository:
git remote add laines-laine-staging git://gitorious.org/~laine/libvirt/laines-laine-staging.git git fetch laines-laine-staging git checkout -b my-local-tracking-branch laines-laine-staging/master_or_other_branch

