summaryrefslogtreecommitdiff
path: root/debian/README.source
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-10-07 20:16:02 -0400
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2013-10-08 00:40:07 +0000
commit7fbb4119173525acf0a92a9706abf3ae235e9b15 (patch)
tree44457fa42cb323752e5b06367e074dbdae5065db /debian/README.source
parentabbeb08c82481a582e5bfb1f9267758b68724c27 (diff)
downloadcloud-init-git-7fbb4119173525acf0a92a9706abf3ae235e9b15.tar.gz
0.7.3-0ubuntu2 (patches unapplied)
Imported using git-ubuntu import.
Diffstat (limited to 'debian/README.source')
-rw-r--r--debian/README.source1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
index 288a0110..e6ea6fc5 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -14,6 +14,7 @@ To cherry pick revisions 391 to tip from from trunk, do something like:
[ "$s" = "$e" ] && pfile=catchup-${s}.patch
( cd ../trunk && bzr log -r$s..$e &&
bzr diff -p1 -r$(($s-1))..$e ) > ../$pfile.full
+ mkdir -p debian/patches
filterdiff --exclude "*/ChangeLog" < ../$pfile.full > debian/patches/$pfile
echo "$pfile" >> debian/patches/series
quilt push