Merge "Use the source-repository interface."

This commit is contained in:
Jenkins 2013-06-21 13:18:07 +00:00 committed by Gerrit Code Review
commit e6655bde8c
3 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1 @@
source-repositories

View File

@ -3,11 +3,9 @@
home=$(dirname $0)
set -uex
mkdir -p /opt/stack
cd /opt/stack
git clone https://github.com/tripleo/config-applier.git
cd config-applier
git checkout master
install-packages python-pip
cd /opt/stack/config-applier
pip install -e . -U
install -m 0644 -o root -g root $home/config-applier.upstart /etc/init/config-applier.conf

View File

@ -0,0 +1 @@
config-applier git /opt/stack/config-applier https://github.com/stackforge/os-config-applier.git