~psivaa/charms/precise/jenkins/bundle-jenkins

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Parameswaran Sivatharman
  • Date: 2014-04-15 16:21:08 UTC
  • Revision ID: para.siva@canonical.com-20140415162108-9gt013f1x0ilbe1k
python jenkins for lts version

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
  apt-get -y install -qq python-jenkins
134
134
}
135
135
# Only install once
136
 
[[ -d /usr/share/pyshared/jenkins ]] || install_python_jenkins
 
136
#[[ -d /usr/share/pyshared/jenkins ]] || install_python_jenkins
137
137
 
138
138
# Install some tools - can get set up deployment time
139
139
install_tools () {