Merge lp:~lynxman/ubuntu/precise/swift/swift-proxy-upstart-fix-lp917893 into lp:ubuntu/precise/swift

Proposed by Marc Cluet
Status: Merged
Merge reported by: Marc Deslauriers
Merged at revision: not available
Proposed branch: lp:~lynxman/ubuntu/precise/swift/swift-proxy-upstart-fix-lp917893
Merge into: lp:ubuntu/precise/swift
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/swift-proxy.upstart.in (+1/-1)
To merge this branch: bzr merge lp:~lynxman/ubuntu/precise/swift/swift-proxy-upstart-fix-lp917893
Reviewer Review Type Date Requested Status
Marc Deslauriers Approve
Ubuntu branches Pending
Review via email: mp+88948@code.launchpad.net

Description of the change

  * Changed swift-proxy upstart script to watch /etc/swift/proxy-server.conf
    (LP:#917893)

To post a comment you must log in.
Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Thanks for the merge request.
Why do you have Chuck in the changelog instead of yourself? Please put yourself in the changelog instead and resubmit.

Thanks!

review: Needs Fixing
26. By Marc Cluet

* Fixed changelog

Revision history for this message
Marc Cluet (lynxman) wrote :

> Thanks for the merge request.
> Why do you have Chuck in the changelog instead of yourself? Please put
> yourself in the changelog instead and resubmit.
>
> Thanks!

Just fixed that, thanks! :)

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Could you please remove the "[Marc Cluet]" line from the changelog also? Thanks.

review: Needs Fixing
27. By Marc Cluet

* Modified changelog to remove name tag

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Looks good, ACK. Uploading now.

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-01-09 11:26:25 +0000
3+++ debian/changelog 2012-01-18 16:01:32 +0000
4@@ -1,3 +1,10 @@
5+swift (1.4.6~20120112.1660-0ubuntu2) precise; urgency=low
6+
7+ * Changed swift-proxy upstart script to watch /etc/swift/proxy-server.conf
8+ (LP:#917893)
9+
10+ -- Marc Cluet <marc.cluet@ubuntu.com> Tue, 17 Jan 2012 17:40:45 -0500
11+
12 swift (1.4.6~20120112.1660-0ubuntu1) precise; urgency=low
13
14 [Chuck Short]
15
16=== modified file 'debian/swift-proxy.upstart.in'
17--- debian/swift-proxy.upstart.in 2011-11-18 13:25:16 +0000
18+++ debian/swift-proxy.upstart.in 2012-01-18 16:01:32 +0000
19@@ -9,7 +9,7 @@
20 stop on runlevel [016]
21
22 pre-start script
23- if [ -f "/etc/swift/swift-proxy.conf" ]; then
24+ if [ -f "/etc/swift/proxy-server.conf" ]; then
25 exec /usr/bin/swift-init proxy-server start
26 else
27 exit 1

Subscribers

People subscribed via source and target branches

to all changes: