~canonical-ci-engineering/otto/ci

« back to all changes in this revision

Viewing changes to lxc.defaults/guest/etc/init/otto-setup.conf

  • Committer: Jean-Baptiste Lallement
  • Date: 2013-07-16 10:36:32 UTC
  • Revision ID: jean-baptiste.lallement@ubuntu.com-20130716103632-4qb79cr2105ek584
Added temporary hack to add mir ppa until mir is in -release

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
            fi
166
166
        done<$ppalist
167
167
    done
 
168
 
 
169
    # ###############################################################
 
170
    # ###                   TEMPORARY HACK                        ###
 
171
    # ###           REMOVE WHEN MIR IS IN -RELEASE                ###
 
172
    # Jibel/Didrocks 
 
173
    # Force installation of mir ppa until MIR goes to -release  
 
174
    if grep -q libmirserver0 $pkglist >/dev/null 2>&1; then
 
175
        add-apt-repository -y ppa:mir-team/staging
 
176
    fi
 
177
    # ###############################################################
168
178
    retry_cmd 3 30 apt-get update
169
179
 
170
180
    # Exit directly if un-requested packages are installed