Say “goodbye” to Launchpad Bazaar
Bazaar and Git are both version controlling systems for source code and for projects. However, Git became more popular than Canonical’s Bazaar, and Launchpad was hosting the free Bazaar code hosting platform, just like how GitHub, GitLab, and their likes host code using Git, for open-source projects. The back-end in the Launchpad’s code hosting functionality is Bazaar, and the front-end is web-based.
Bazaar was at its peak a decade ago, but Git has dethroned it to become more popular across software projects. As a result, Launchpad is in the process of shutting down the Bazaar code hosting service, as projects like Breezy attempted to relive Bazaar. This has been officially announced as per this Ubuntu Discourse forum post.
The service is not going to shut down immediately due to the time that migrations to Git from Bazaar will take. As a result, they have implemented the blackout in two phases:
- Phase 1 – Brownout: Loggerhead, which is the front end web interface for the Bazaar code hosting service on Launchpad, will be shut down very soon at an undisclosed date. Part of the reason is that because, according to them, the Loggerhead traffic logs showed “that there are hardly any more requests from legit users, but almost the entire traffic comes from scrapers and other abusers.” However, the ability to push, pull, and merge changes will not be affected at this stage.
- Phase 2 – Blackout: The Bazaar code hosting service will be shut down fully on September 1st, 2025, so you’ll have to migrate your Bazaar projects to Git hosting services, such as GitHub, GitLab, and others before this date, since the full blackout means that you will never be able to recover your projects.
You’ll have to follow the instructions in this blog article here.
As for the documentation, you’ll have to manually import them from Launchpad to projects like DocFX (for .NET projects, our recommendation for API references), GitBook (our recommendation for general docs), or Read the Docs (suitable replacement).
Please migrate your Bazaar projects before September 1st, 2025!