Get a base spec file generated.

This commit is contained in:
Joshua Harlow
2012-08-24 16:32:06 -07:00
parent 14ae37c6bb
commit 5aaf544605
9 changed files with 294 additions and 84 deletions

5
smithy
View File

@@ -65,7 +65,7 @@ EOF
return 1
fi
echo "Installing needed distribution dependencies:"
yum install -y -q gcc git pylint python python-netifaces python-pep8 \
yum install -y -q gcc git pylint python python-netifaces python-pep8 python-cheetah \
python-pip python-progressbar PyYAML python-ordereddict 2>&1
if [ $? -ne 0 ]; then
return 1
@@ -83,7 +83,8 @@ bootstrap_ub()
echo "Bootstrapping Ubuntu: $1"
echo "Please wait..."
echo "Installing needed distribution dependencies:"
apt-get install -y gcc git pep8 pylint python python-dev python-iniparse python-pip python-progressbar python-yaml
apt-get install -y gcc git pep8 pylint python python-dev \
python-iniparse python-pip python-progressbar python-yaml python-cheetah
if [ $? -ne 0 ]; then
return 1
fi