~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/rocketfuel-push

  • Committer: Barry Warsaw
  • Date: 2008-07-11 14:10:35 UTC
  • mto: This revision was merged to the branch mainline in revision 6683.
  • Revision ID: barry@canonical.com-20080711141035-qubjwz96lsixen3n
Respond to Edwin's review.

- Better error checking
- Better definition of /etc/hosts entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# correctly by rocketfuel-setup.
6
6
 
7
7
source "$HOME/.rocketfuel-env.sh"
 
8
if [ "$?" != 0 ]; then
 
9
    echo "Please run rocketfuel-setup first."
 
10
    exit 1
 
11
fi
8
12
 
9
13
cd $LP_PROJECT_PATH
10
14
for branch in *; do