Checking for git first

This commit is contained in:
Ranjit Viswakumar 2015-11-20 13:29:17 +00:00
parent 869a5c3aa9
commit f765903e25

View File

@ -3,5 +3,7 @@ if [ -e /opt/puppetlabs/server/pe_version ]
then then
/opt/puppetlabs/puppet/bin/ruby $1/$2/scripts/config_version.rb $1 $2 /opt/puppetlabs/puppet/bin/ruby $1/$2/scripts/config_version.rb $1 $2
else else
/usr/bin/git --git-dir $1/$2/.git rev-parse HEAD /usr/bin/git --version > /dev/null 2>&1 &&
/usr/bin/git --git-dir $1/$2/.git rev-parse HEAD ||
date +%s
fi fi