Merge lp:~jose/charms/trusty/owncloud/update-repo-trusty into lp:charms/trusty/owncloud

Proposed by José Antonio Rey
Status: Merged
Merged at revision: 31
Proposed branch: lp:~jose/charms/trusty/owncloud/update-repo-trusty
Merge into: lp:charms/trusty/owncloud
Diff against target: 14 lines (+2/-2)
1 file modified
hooks/install (+2/-2)
To merge this branch: bzr merge lp:~jose/charms/trusty/owncloud/update-repo-trusty
Reviewer Review Type Date Requested Status
Review Queue (community) automated testing Needs Fixing
charmers Pending
Review via email: mp+243562@code.launchpad.net

Description of the change

Updated the repo link on the install hook to point to the 14.04 repo.

To post a comment you must log in.
32. By José Antonio Rey

Updated release key path

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-10641-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 2014-08-08 18:16:23 +0000
3+++ hooks/install 2014-12-03 16:48:55 +0000
4@@ -28,8 +28,8 @@
5
6 apt-get install -y mysql-client
7
8- sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
9- wget http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_12.04/Release.key
10+ sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
11+ wget http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/Release.key
12
13 if [ `sha1sum Release.key | awk '{print $1}'` != "c76c49ca044d9547648f1d8313777ed7d55df6b2" ]; then
14 juju-log "Apt key verification failed, failing hook."

Subscribers

People subscribed via source and target branches