diff options
Diffstat (limited to 'debian/README.source')
-rw-r--r-- | debian/README.source | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 00000000..86bcf530 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,23 @@ +=== General Info === +Packaging branches for the Ubuntu development release are maintained in +upstream git under ubuntu/devel branch. + + git clone git://git.launchpad.net/cloud-init -b ubuntu/devel + +Stable release branches are also available in ubuntu/<codename> + $ git clone git://git.launchpad.net/cloud-init + $ cd cloud-init + $ git branch -r + origin/HEAD -> origin/master + origin/master + origin/ubuntu/devel + origin/ubuntu/precise + origin/ubuntu/trusty + origin/ubuntu/xenial + +Patches in debian/patches are stored un-applied. + +== New snapshot == +To pull a new upstream snapshot: + + ./debian/new-upstream-snapshot ../trunk |