Merge lp:~jose/charms/precise/owncloud/fix-key into lp:charms/owncloud

Proposed by José Antonio Rey
Status: Merged
Merged at revision: 30
Proposed branch: lp:~jose/charms/precise/owncloud/fix-key
Merge into: lp:charms/owncloud
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/install (+1/-1)
To merge this branch: bzr merge lp:~jose/charms/precise/owncloud/fix-key
Reviewer Review Type Date Requested Status
Review Queue (community) automated testing Needs Fixing
Charles Butler (community) Approve
Review via email: mp+251354@code.launchpad.net

Description of the change

Fixes apt key verification

To post a comment you must log in.
Revision history for this message
Charles Butler (lazypower) wrote :

+1 LGTM

review: Approve
Revision history for this message
Review Queue (review-queue) wrote :

This items has failed automated testing! Results available here http://reports.vapour.ws/charm-tests/charm-bundle-test-11075-results

review: Needs Fixing (automated testing)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/install'
2--- hooks/install 2015-02-03 07:07:31 +0000
3+++ hooks/install 2015-02-28 05:59:29 +0000
4@@ -31,7 +31,7 @@
5 sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
6 wget http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_12.04/Release.key
7
8- if [ `sha1sum Release.key | awk '{print $1}'` != "c76c49ca044d9547648f1d8313777ed7d55df6b2" ]; then
9+ if [ `sha1sum Release.key | awk '{print $1}'` != "76787e60aba374a73294f2baae3026834155acc0" ]; then
10 juju-log "Apt key verification failed, failing hook."
11 exit 1
12 fi

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: