~cjwatson/charms/quantal/wanna-build/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Colin Watson
  • Date: 2013-02-06 03:04:39 UTC
  • Revision ID: cjwatson@canonical.com-20130206030439-zpqrotiq36tzc4z9
install xbuilder from ppa:linaro-foundations/cross-build-tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
set -e
3
3
 
4
 
apt-get -y install git-core libdbi-perl libyaml-tiny-perl libhash-merge-perl libstring-format-perl libtimedate-perl libdpkg-perl libdbd-pg-perl dctrl-tools moreutils ssmtp postgresql-client pwgen </dev/null # edos-debcheck
 
4
add-apt-repository ppa:linaro-foundations/cross-build-tools
 
5
sed -i 's/ quantal/ precise/' /etc/apt/sources.list.d/linaro-foundations-cross-build-tools-precise.list
 
6
apt-get update
 
7
 
 
8
apt-get -y install git-core libdbi-perl libyaml-tiny-perl libhash-merge-perl libstring-format-perl libtimedate-perl libdpkg-perl libdbd-pg-perl dctrl-tools moreutils ssmtp postgresql-client pwgen xbuilder </dev/null # edos-debcheck
5
9
 
6
10
getent passwd wbadm >/dev/null || adduser --disabled-password --gecos '' wbadm
7
11