Please update bzrtools Debian import url

Asked by Andrew Starr-Bochicchio

The import from Alioth is failing which in turn caused the daily build to fail. From the log:

2014-01-15 16:06:11 INFO Starting job.
2014-01-15 16:06:11 INFO Getting exising bzr branch from central store.
2014-01-15 16:06:11 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3)
2014-01-15 16:06:11 INFO 35 bytes transferred
2014-01-15 16:06:12 INFO No branch found at remote location.

http://launchpadlibrarian.net/162544369/debian-bazaar-bzrtools-unstable.log

We probably just need to use the anonscm url.

$ bzr info http://bzr.debian.org/bzr/pkg-bazaar/bzrtools/unstable
http://bzr.debian.org/ is permanently redirected to https+urllib://anonscm.debian.org/bzr/
bzr: ERROR: Certificate error: hostname 'anonscm.debian.org' doesn't match u'alioth.debian.org'

$ bzr info http://anonscm.debian.org/bzr/pkg-bazaar/bzrtools/unstable
Standalone branch (format: 2a)
Location:
  branch root: http://anonscm.debian.org/bzr/pkg-bazaar/bzrtools/unstable/

Related branches:
  push branch:

This is similar to https://answers.launchpad.net/launchpad/+question/215073

Question information

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

I've switched it to anonscm.debian.org and it's happy again.

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) said :
#2

Thanks William Grant, that solved my question.