Merge lp:~jpds/charms/precise/owncloud/fix-download-url into lp:charms/owncloud

Proposed by Jonathan Davies
Status: Merged
Merge reported by: Charles Butler
Merged at revision: not available
Proposed branch: lp:~jpds/charms/precise/owncloud/fix-download-url
Merge into: lp:charms/owncloud
Diff against target: 15 lines (+2/-2)
1 file modified
hooks/install (+2/-2)
To merge this branch: bzr merge lp:~jpds/charms/precise/owncloud/fix-download-url
Reviewer Review Type Date Requested Status
Dave Cheney (community) Approve
Review via email: mp+185408@code.launchpad.net

Description of the change

Fix the download URL for new release and use HTTPS.

To post a comment you must log in.
Revision history for this message
Dave Cheney (dave-cheney) wrote :

LGTM.

review: Approve
Revision history for this message
Charles Butler (lazypower) wrote :

Closing this as an old/abandoned MP. The charm has since been upgraded.

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 2013-03-13 22:15:50 +0000
3+++ hooks/install 2013-09-13 03:37:05 +0000
4@@ -13,9 +13,9 @@
5 juju-log "Downloading and validating ownCloud 4.5"
6 # Load charm helper and download owncloud
7 . /usr/share/charm-helper/sh/net.sh
8-LURL="http://mirrors.owncloud.org/releases/owncloud-4.5.7.tar.bz2"
9+LURL="https://download.owncloud.org/community/owncloud-4.5.13.tar.bz2"
10+LHASH="584c3e789dede0a15e75a1a5f0aa44b1"
11
12-LHASH="12b41fd8119c0fe48b62fcfe36999def"
13 source_file=`ch_get_file $LURL $LHASH`
14
15 juju-log "Downloaded"

Subscribers

People subscribed via source and target branches

to status/vote changes: