2

I don't wish that my source code be available for download at launchpad when i upload my packages for building. Is it possible?

ish
  • 141,990

3 Answers3

5

No, it's not possible. The source will always be publicly available for any packages you build using Launchpad as a regular user.

What you want is only possible if you get a commercial subscription to Launchpad and use its "private PPA" option ($250/year).

If interested, please see:

ish
  • 141,990
2

No. See https://help.launchpad.net/Legal/ProjectLicensing.

Eliah Kagan
  • 119,640
Gibbs
  • 941
0

It's possible to build packages without using Launchpad for building by using your own computer.

Among others the pbuilder package can be used to build a distribution environment, and then later to build packages.

Here's a link on askubuntu with some details: Getting set up with git-buildpackage, pbuilder, etc, for software packaging.

Of course you will have to find a way to distribute the debs that this produces.

John S Gruber
  • 13,436