Merge lp:~mwhudson/launchpad/rocketfuel-setup-ssh into lp:launchpad

Proposed by Michael Hudson-Doyle
Status: Merged
Approved by: Michael Hudson-Doyle
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp:~mwhudson/launchpad/rocketfuel-setup-ssh
Merge into: lp:launchpad
Diff against target: 16 lines
1 file modified
utilities/rocketfuel-setup (+1/-5)
To merge this branch: bzr merge lp:~mwhudson/launchpad/rocketfuel-setup-ssh
Reviewer Review Type Date Requested Status
Paul Hummer (community) Approve
Review via email: mp+12950@code.launchpad.net

Commit message

Go back to using bzr+ssh to get the launchpad trunk in rocketfuel-setup.

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Hi,

It's been a long time since we needed to worry about the load that lots of people running rocketfuel-setup all at once caused.

Cheers,
mwh

Revision history for this message
Paul Hummer (rockstar) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utilities/rocketfuel-setup'
2--- utilities/rocketfuel-setup 2009-09-03 15:03:52 +0000
3+++ utilities/rocketfuel-setup 2009-10-06 22:45:26 +0000
4@@ -360,11 +360,7 @@
5 cd $LP_SHARED_REPO
6 if [ ! -d $LP_TRUNK_NAME ]; then
7 echo "Making local branch of Launchpad trunk, this may take a while..."
8- # We use "http://" instead of "bzr+ssh://" for the initial pull
9- # because it's the long pulls that are hardest on the server. Once
10- # the bulk of the data is across, subsequent accesses can use
11- # bzr+ssh://, which will perform better.
12- bzr branch http://bazaar.launchpad.net/~launchpad-pqm/launchpad/devel/ $LP_TRUNK_NAME
13+ bzr branch lp:~launchpad-pqm/launchpad/devel $LP_TRUNK_NAME
14 if [ $? -ne 0 ]; then
15 echo "ERROR: Unable to create local copy of Rocketfuel trunk"
16 exit 1