Canonical releases source code for Launchpad


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Canonical releases source code for Launchpad
# 1  
Old 07-21-2009
Canonical releases source code for Launchpad

Canonical releases source code for Launchpad


<div>Release of Launchpad to encourage innovation

LondonJuly 21, 2009: Canonical, the founder of the Ubuntu project, announcedtoday that it has open-sourced the code that runs Launchpad, thesoftware development and collaboration platform used by tens ofthousands of developers.

Launchpad is used to build Ubuntuand thousands of other projects, and its users can now participatedirectly in the development of Launchpad itself.

read more



More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Linux

Source code

I need the source code of fedora. plz plz plz help me........... (1 Reply)
Discussion started by: neh
1 Replies

2. Shell Programming and Scripting

Block of code replacement in Java source code through Unix script

Hi, I want to remove the following code from Source files (or replace the code with empty.) from all the source files in given directory. finally { if (null != hibernateSession && hibernateSession.isOpen()) { //hibernateSession.close(); } } It would be great if the script has... (2 Replies)
Discussion started by: hareeshram
2 Replies
Login or Register to Ask a Question
requestbackport(1)					      General Commands Manual						requestbackport(1)

NAME
requestbackport - File a backport request bug SYNOPSIS
requestbackport [options] package DESCRIPTION
Determine the intermediate releases that package needs to be backported to, list all reverse-dependencies, and file the backporting request. requestbackport will include a testing checklist in the bug. OPTIONS
-d DEST, --destination=DEST Backport to DEST release and necessary intermediate releases. Default: current stable release. -s SOURCE, --source=SOURCE Backport from SOURCE release. Default: current development release. -l INSTANCE, --lpinstance=INSTANCE Launchpad instance to connect to. Default: production. --no-conf Don't read config files or environment variables -h, --help Display a help message and exit. SEE ALSO
backportpackage(1), reverse-depends(1). AUTHORS
reverse-depends and this manpage were written by Stefano Rivera <stefanor@ubuntu.com>. Both are released under the terms of the ISC License. ubuntu-dev-tools November 2011 requestbackport(1)