Remove tripleo PPA from base element.

The PPA would have to be updated for each release we want to build for,
including raring. The PPA also gives the tripleo team root on every
built image, something we don't necessarily want.

A shallow review of the packages in the PPA and known elements shows
only one dependency in the tripleo-image-elements heat-cfntools element.

Change-Id: Ic514f929eba26014dd3a0d76d5bb3b8e9e0caf3c
This commit is contained in:
Clint Byrum 2013-05-07 09:04:07 -07:00
parent f13570d322
commit b751213a24

View File

@ -12,6 +12,5 @@ case $DISTRO in
# need something like it, create a wrapper in dpkg/bin and fedora/bin.
apt-get -y update
install-packages python-software-properties
add-apt-repository -y ppa:tripleo/demo
;;
esac