[pve-devel] [RFC v2 cloudinit pve-manager 0/2] Updates

Wolfgang Bumiller w.bumiller at proxmox.com
Fri Aug 21 10:52:32 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.

@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