summaryrefslogtreecommitdiff
path: root/debian/README.source
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-11 21:15:45 +0100
committerGitHub <noreply@github.com>2020-03-11 21:15:45 +0100
commitfd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8 (patch)
treeb754b3991e5e57a9ae9155819f73fa0cbd4be269 /debian/README.source
parentca9a4eb26b41c204d1bd3a15586b14a5dde950bb (diff)
parentc6627bc05a57645e6af8b9a5a67e452d9f37e487 (diff)
downloadvyos-cloud-init-fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8.tar.gz
vyos-cloud-init-fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8.zip
Merge pull request #4 from zdc/T2117
Cloud-init: T2117: Updated to 20.1 version
Diffstat (limited to 'debian/README.source')
-rw-r--r--debian/README.source30
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 3db12bd8..00000000
--- a/debian/README.source
+++ /dev/null
@@ -1,30 +0,0 @@
-=== 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 ==
-Upstream maintains a script to handle new upstream snapshots at:
- https://github.com/cloud-init/qa-scripts/
-Its usage is like:
- new-upstream-snapshot master
-
-== Cherry Pick ==
-To cherry pick an upstream commit:
- ./debian/cherry-pick <hash>
-
-That will add a patch to debian/patches/ and debian/patches/series.