Diff for "OpenSourcing"

Not logged in - Log In / Register

Differences between revisions 23 and 24
Revision 23 as of 2009-02-03 17:27:03
Size: 4320
Editor: kfogel
Comment: Add blog post.
Revision 24 as of 2009-02-19 19:22:13
Size: 4639
Editor: kfogel
Comment: Strengthen statement of "why".
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
Our goal in releasing the code is to enable users of Launchpad.net to help improve Launchpad.net. If the result is instead that lots of clone sites spring up running the Launchpad code, then we've done something wrong. Having a single Launchpad.net focuses certain aspects of collaboration, and many of Launchpad's benefits depend on that (three examples: centralizing the information gleaned from foreign bug trackers, so it can be easily crawled; being able to establish trustedness of PPAs; having an easy-to-remember mainline branch location of "lp:my-project" -- decentralized version control works best when one knows where to find the project trunk). Our goal in releasing the code is to enable users of Launchpad.net to help improve Launchpad.net. If instead the result is that lots of clone sites spring up running the Launchpad code, then we've done something wrong. Having a single Launchpad.net focuses important aspects of collaboration, and many of Launchpad's benefits depend on that. Three specific examples, chosen at random:

 1.
centralizing the information gleaned from foreign bug trackers, so it can be easily crawled;
 1.
being able to establish trustedness of PPAs;
 1.
having an easy-to-remember mainline branch location of "lp:my-project" -- decentralized version control works best when one knows where to find the project trunk.

...and so on. Launchpad's strength is in unifying cross-project and cross-team information. We're not interested in turning Launchpad into just another self-hosted content-management system; our goal is to get data ''out'' of silos, not to make more silos available.

Open Sourcing Launchpad

We're open-sourcing the code that runs Launchpad.net. The process will be completed by 21 July 2009, coinciding with the 3.0 release (see the schedule of releases).

Why open-source Launchpad?

This isn't just about freeing up the code; we have a chance to do something unique among open-source collaboration sites.

A new Launchpad release comes out every month; furthermore, bleeding-edge changes to Launchpad quickly go live through the continuous beta testing system. This allows a developer to make a bugfix or an improvement to Launchpad and get real-world testing on the change fairly quickly. Thus a primary site of Launchpad development will be Launchpad.net itself, not just developers' external sandboxes, and the development/testing cycle will mesh closely with people's normal workflows. The result: greater efficiency and much better responsiveness to user needs than is usually the case in open development of a hosted service.

Our goal in releasing the code is to enable users of Launchpad.net to help improve Launchpad.net. If instead the result is that lots of clone sites spring up running the Launchpad code, then we've done something wrong. Having a single Launchpad.net focuses important aspects of collaboration, and many of Launchpad's benefits depend on that. Three specific examples, chosen at random:

  1. centralizing the information gleaned from foreign bug trackers, so it can be easily crawled;
  2. being able to establish trustedness of PPAs;
  3. having an easy-to-remember mainline branch location of "lp:my-project" -- decentralized version control works best when one knows where to find the project trunk.

...and so on. Launchpad's strength is in unifying cross-project and cross-team information. We're not interested in turning Launchpad into just another self-hosted content-management system; our goal is to get data out of silos, not to make more silos available.

What license?

The GNU Affero GPL, version 3.

Absolutely everything?

Almost. There are two components, Soyuz and Codehosting, that we're keeping internal. They're part of Canonical's "secret sauce" in business areas that we care a lot about, and for now the costs to us of opening them up outweigh the benefits.

How is it being open-sourced?

See this blog post: How we're open-sourcing Launchpad.

Much of the code in Launchpad is modularized already, and will be released as independent packages over the next six months. (In fact, this process has already begun — for example see Storm, LAZR.config, and LAZR.delegates.) The separating out of such packages will continue after Launchpad is open-sourced too; there will just be more people participating then.

There are also a number of non-coding tasks, which we'll do roughly according to this schedule:

Jan 26, 2009 (Wed)
(Launchpad 2.2.1 release.) Publish pre-release open-sourcing FAQ. We can anticipate some of the questions, but this announcement may stimulate more we hadn't thought of.
Feb 24, 2009 (Tue)
Finish internal license vetting, to make sure we don't violate anyone else's license when we open-source.
Feb 25, 2009 (Wed)
(Launchpad 2.2.2 release.)
Mar 18, 2009 (Wed)

Developer documentation wiki populated.

Apr 1, 2009 (Wed)
(Launchpad 2.2.3 release.)
Apr 29, 2009 (Wed)
(Launchpad 2.2.4 release.)
May 27, 2009 (Wed)
(Launchpad 2.2.5 release; UDS). Take development discussion public: move real-time discussion over to #launchpad-dev on irc.freenode.net, take development mailing list public. Publish a Contributor License Agreement (CLA).
Jun 24, 2009 (Wed)
(Launchpad 2.2.6 release.)
Jul 21, 2009 (Tue)
Open-source Launchpad itself; release 3.0.

See also

OpenSourcing (last edited 2009-07-21 06:40:07 by kfogel)