~jose/charms/trusty/owncloud/trunk

« back to all changes in this revision

Viewing changes to hooks/upgrade-charm

  • Committer: Charles Butler
  • Date: 2014-08-11 03:05:22 UTC
  • mfrom: (27.1.2 owncloud)
  • Revision ID: chuck@dasroot.net-20140811030522-lt0yyvx38kl4dg74
  José Antonio Rey 2014-08-10 Added python-yaml to upgrade-charm since the install hook is not ran i...
  José Antonio Rey 2014-08-08 Updated to 7.0.1, and updated sed statements accordingly

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Pause during upgrade
6
6
hooks/stop
7
7
 
 
8
juju-log "Installing python-yaml"
 
9
apt-get install python-yaml
 
10
 
8
11
if [ -f /usr/share/charm-helper/sh/net.sh ]; then
9
12
    #we are under active migration, dont do anything more than once
10
13
    if [ ! -f $CHARM_DIR/.migrating ]; then