[pve-devel] [RFC v2 cloudinit pve-manager 0/2] Updates
Alexandre DERUMIER
aderumier at odiso.com
Fri Aug 21 11:03:09 CEST 2015
>>Since sending "branches" back and forth on the mailing list is a bit
>>tedious we've decided to test some alternatives. So for now I've pushed
>>the cloudinit branches to github to see if that eases the workflow.
Great, I'll save my time to apply patches ;)
>>@Alexandre: If you have a github account I can add you as collaborator.
yes: aderumier at odiso.com
Pull requests could help too for code review/comments.
----- Mail original -----
De: "Wolfgang Bumiller" <w.bumiller at proxmox.com>
À: "aderumier" <aderumier at odiso.com>
Cc: "pve-devel" <pve-devel at pve.proxmox.com>
Envoyé: Vendredi 21 Août 2015 10:52:32
Objet: Re: [pve-devel] [RFC v2 cloudinit pve-manager 0/2] Updates
Since sending "branches" back and forth on the mailing list is a bit
tedious we've decided to test some alternatives. So for now I've pushed
the cloudinit branches to github to see if that eases the workflow.
@Alexandre: If you have a github account I can add you as collaborator.
(I prefixed qemu-server with pve- on github since I have a bunch of
other unrelated repositories there already).
=> git://github.com/Blub/pve-qemu-server.git
=> git://github.com/Blub/pve-manager.git
branch name: wbumiller/cloudinit
(The `wbumiller/` branch prefix is a habit from other collaborative
projects...)
Eg to pull from qemu-server:
Initialize the new remote:
$ git remote add github-wbumiller git://github.com/Blub/pve-qemu-server.git
Fetch the current data:
$ git fetch github-wbumiller
Checkout:
$ git checkout -t -b cloudinit github-wbumiller/wbumiller/cloudinit
Or merge:
$ git merge github-wbumiller/wbumiller/cloudinit
More information about the pve-devel
mailing list