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

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

Description of the change

Updated sha1sum for the key

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

+1 LGTM

review: Approve

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-24 23:44:57 +0000
3+++ hooks/install 2015-02-28 06:10:55 +0000
4@@ -31,7 +31,7 @@
5 sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
6 wget http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.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