~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/rocketfuel-setup

[rs=buildbot-poller] automatic merge from stable. Revisions: 14397,
        14398, 14399 included.

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