Rename manifest.yml to manifest.yaml

Yaml suggest to use .yaml when possible:
http://www.yaml.org/faq.html <http://www.yaml.org/faq.html>

This patch renames manifest.yml to manifest.yaml.

Change-Id: I5b0e648af594a67d14916d69bb4acc56512da647
Closes-Bug: #1487405
This commit is contained in:
JuPing 2015-08-21 10:53:31 +00:00 committed by Diane Fleming
parent 2b281b7346
commit 62986bba9e
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ Scripts:
Files:
- <common.sh>
- <config.json>
- <manifest.yml>
- <manifest.yaml>
Options:
captureStdout: true
captureStderr: true

View File

@ -22,6 +22,6 @@
},
"deployment_provisioner": {
"manifest_path": "/root/workspace/manifest.yml"
"manifest_path": "/root/workspace/manifest.yaml"
}
}

View File

@ -29,10 +29,10 @@ include "common.sh"
mkdir -p /root/workspace
install -D -g root -o root -m 0644 config.json /root/workspace
install -D -g root -o root -m 0644 manifest.yml /root/workspace
install -D -g root -o root -m 0644 manifest.yaml /root/workspace
IP=$(ip addr | grep 'inet .*global' | cut -f 6 -d ' ' | cut -f1 -d '/' | head -n 1)
sed -i "s/_local_ip_/$IP/g" /root/workspace/manifest.yml
sed -i "s/_local_ip_/$IP/g" /root/workspace/manifest.yaml
apt-get update
apt-get -o Dpkg::Options::="--force-confnew" -y install git build-essential ruby ruby-dev libxml2-dev libsqlite3-dev libxslt1-dev libpq-dev libmysqlclient-dev