Merge lp:~matsubara/maas/packaging-fix-patches into lp:~maas-maintainers/maas/packaging

Proposed by Diogo Matsubara
Status: Merged
Approved by: Diogo Matsubara
Approved revision: 50
Merged at revision: 49
Proposed branch: lp:~matsubara/maas/packaging-fix-patches
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 23 lines (+2/-2)
2 files modified
debian/patches/02-pserv-config.patch (+1/-1)
debian/patches/03-txlongpoll-config.patch (+1/-1)
To merge this branch: bzr merge lp:~matsubara/maas/packaging-fix-patches
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+103149@code.launchpad.net

Commit message

Fix patches in patches directory to apply cleanly.

Description of the change

This patch fixes two patches in the patches/ dir: 02-pserv-config.patch and 03-txlongpoll-config.patch so they'll apply cleanly.

This is to fix the dailybuilds maas recipe https://code.launchpad.net/~maas-maintainers/+archive/dailybuilds/+recipebuild/220586

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) wrote :

I think I broke that. Sorry.

review: Approve
Revision history for this message
Diogo Matsubara (matsubara) wrote :

Thanks for the review! It's merged and I requested a new build. Let's
see how it goes.

On Mon, Apr 23, 2012 at 4:08 PM, Gavin Panella
<email address hidden> wrote:
> Review: Approve
>
> I think I broke that. Sorry.
> --
> https://code.launchpad.net/~matsubara/maas/packaging-fix-patches/+merge/103149
> You are the owner of lp:~matsubara/maas/packaging-fix-patches.

--
Diogo M. Matsubara

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/patches/02-pserv-config.patch'
2--- debian/patches/02-pserv-config.patch 2012-04-12 00:21:00 +0000
3+++ debian/patches/02-pserv-config.patch 2012-04-23 18:29:19 +0000
4@@ -26,7 +26,7 @@
5 ## running server.
6 #
7 # logfile: "pserv.log"
8--logfile: "logs/pserv.log"
9+-logfile: "/dev/null"
10 +logfile: "/var/log/maas/pserv.log"
11
12 ## OOPS configuration (optional).
13
14=== modified file 'debian/patches/03-txlongpoll-config.patch'
15--- debian/patches/03-txlongpoll-config.patch 2012-04-10 19:26:20 +0000
16+++ debian/patches/03-txlongpoll-config.patch 2012-04-23 18:29:19 +0000
17@@ -35,5 +35,5 @@
18 ## running server.
19 #
20 # logfile: "txlongpoll.log"
21--logfile: "logs/txlongpoll.log"
22+-logfile: "/dev/null"
23 +logfile: "/var/log/maas/txlongpoll.log"

Subscribers

People subscribed via source and target branches