~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/rocketfuel-setup

  • Committer: William Grant
  • Date: 2011-11-28 08:31:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14398.
  • Revision ID: william.grant@canonical.com-20111128083106-8o1g6clv1s4wcv66
Rip out apache config and the rest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  echo "bazaar.launchpad.dev added to /etc/hosts"
85
85
fi
86
86
 
87
 
grep -q "^127.0.0.77" /etc/hosts
88
 
if [ $? -ne 0 ]; then
89
 
  echo "
90
 
127.0.0.77      vostok.dev archive.vostok.dev
91
 
" | sudo tee -a /etc/hosts > /dev/null
92
 
  echo "vostok.dev added to /etc/hosts"
93
 
fi
94
 
 
95
87
# Enable relevant Ubuntu package repositories
96
88
grep -q "^deb http:.* ${DISTRIB_CODENAME} .*universe" /etc/apt/sources.list
97
89
if [ $? -ne 0 ]; then