Merge lp://staging/~zulcss/glance/lp1307518 into lp://staging/~ubuntu-server-dev/glance/icehouse

Proposed by Chuck Short
Status: Merged
Merged at revision: 293
Proposed branch: lp://staging/~zulcss/glance/lp1307518
Merge into: lp://staging/~ubuntu-server-dev/glance/icehouse
Diff against target: 43 lines (+9/-1)
3 files modified
debian/changelog (+7/-0)
debian/glance-api.install (+1/-0)
debian/glance-common.postinst (+1/-1)
To merge this branch: bzr merge lp://staging/~zulcss/glance/lp1307518
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+215679@code.staging.launchpad.net
To post a comment you must log in.
288. By Chuck Short

debian/glance-common.postinst: Change permissions on
/var/lib/glance/images and /var/lib/glance/image-cache
(LP: #1302044)

289. By Chuck Short

conditional chown

Revision history for this message
James Page (james-page) wrote :

Generally - use a -d instead of -e.

41 + if [ -e /var/lib/glance/image-cache]; then
42 + /var/lib/glance/image-cache
43 + fi

needs a space after (image-cache) on 41

also needs to chown glance:glance -R /var/lib/glance/image-cache

review: Needs Fixing
290. By Chuck Short

Update postiinst

Revision history for this message
James Page (james-page) wrote :

"-e" -> "-d"

review: Needs Fixing
291. By Chuck Short

Revert commit

292. By Chuck Short

[ Chuck Short
* debian/glance-common.postinst: Set correct owner/group for /var/lib/glance
and subdirs only on local filesystems (LP: #1302044).

293. By Chuck Short

Fix up changelog

Revision history for this message
James Page (james-page) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches