Staging branches not existant?

Asked by Tiefflieger

I tried to play around in staging. On https://code.staging.launchpad.net/~bzr/bzr/trunk it says, that I could use
bzr branch lp://staging/bzr
to get the staging code. But when I enter that command it says
me@me-desktop:~/temp$ bzr branch lp://staging/bzr
bzr: ERROR: Not a branch: "bzr+ssh://bazaar.staging.launchpad.net/~bzr/bzr/trunk/".

Is there no actual code on staging? Or did I do something wrong?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Curtis Hovey
Solved:
Last query:
Last reply:
Revision history for this message
Best Curtis Hovey (sinzui) said :
#1

branches are not mirrored on Staging. They can be gotten from launchpad.net. You can puch a branch to staging, then retrieve it for a short while. The branch will disappear when staging is reset, whch happens every 24 hours.

Revision history for this message
Tiefflieger (tiefflieger) said :
#2

Thanks Curtis Hovey, that solved my question.