Questions tagged [launchpad]

Launchpad is a software collaboration platform that provides bug tracking, code hosting, Ubuntu package building and hosting, and more

Launchpad is a platform of an open source suite of tools that help people and teams to work together on software projects.

It makes it easy to share code, bug reports, translations and ideas across projects.

The main Launchpad instance is at https://launchpad.net/ .

118 questions
3
votes
3 answers

Launchpad and github sync

I make launchpad automatically import code of my project from github. If I make changes at launchpad, like adding translations, is there a way to automatically export them to github? Or should I just switch to launchpad for code hosting?
Fish Monitor
  • 4,155
  • 3
  • 32
  • 53
2
votes
2 answers

How to publish own OpenERP modules in Launchpad?

I developed a couple of modules for OpenERP and want to make them available to others. The obvious VCS choice is Launchpad (even if I feel tempted to use GitHub). I have a development environment with all these modules, but people should be able to…
Daniel Reis
  • 12,944
  • 6
  • 43
  • 71
2
votes
1 answer

Bazaar: Merge bubble in mainline after pull - merge - commit

I'm new to Bazaar, coming to it from a background of Subversion and git. I thought I had a working grasp of some basic concepts, but have already hit a stumbling block in my first major commit. The project is hosted on Launchpad. I created a local…
Jim Nelson
  • 1,688
  • 3
  • 15
  • 27
2
votes
1 answer

Gettext: Different path for message catalogs

In a Python application that uses gettext to provide support for internationalization, I would like to change the path of the *.mo message catalogs to po/language.mo instead of the default localedir/language/LC_MESSAGES/domain.mo, as I would like to…
jbaiter
  • 6,913
  • 4
  • 30
  • 40
2
votes
2 answers

Launchpad commit messages

Is there any possibility to do some formatting of the commit messages from bazaar on launchpad? Something like what is in SVN+Redmine, e.g. using asterisks (*) and newlines to make lists or referencing or marking bugs fixed (like "fixes #866" and…
zegkljan
  • 8,051
  • 5
  • 34
  • 49
2
votes
1 answer

Launchpad dailybuild source in subdirectory of branch

I have a repo branch that i have mirrored in Launchpad that I am trying to setup a daily build. The problem is that the source directory of the package is a subdirectory in the branch. When building locally it's no problem because I can just change…
Jared
  • 1,741
  • 2
  • 14
  • 25
2
votes
1 answer

Can bazel built debs be uploaded to PPAs?

Using bazel's built in pkg_deb rule, I've created a debian package. I'd like to upload this deb file to my PPA, but I have found that to be challenging. As far as I can tell, bazel creates "binary debian packages" which are not allowed for PPAs. …
Trevor Hickey
  • 36,288
  • 32
  • 162
  • 271
2
votes
1 answer

How do I find against which git commit a launchpad package was built?

There's a launchpad ppa, which is delivering new packages on a daily basis built from an imported git repository as its source. I need to figure out for a given successful built (example) the corresponding git commit SHA-1 hash. Is there any way to…
Ashesh
  • 3,499
  • 1
  • 27
  • 44
2
votes
2 answers

Downloader for Launchpad?

When downloading a branch on launchpad (it's big) I get a connection reset by peer error. I'm wondering is there a downloader for launchpad? Also if there's is a resume function it would be awesome. I'm using bzr on the command line BTW. Thanks in…
questor
  • 271
  • 1
  • 3
  • 3
2
votes
1 answer

Get or Retrieve OS versions and architectures from a library package and download it with launchpad API

How to get OS versions, builds(architectures) versions of packages? As I know, there are similar Python packages such as launchpadlib. However, I cannot get OS versions, package builds with this library. I have searched but haven't found any…
Lee Sihun
  • 21
  • 2
2
votes
1 answer

How to link gpg key to launchpad

I have followed the link https://askubuntu.com/questions/100281/how-do-i-make-a-pgp-key to generate my gpg key now i want to add key to my launchpad. I got a mail from launchpad upon adding my key fingerprint and the mail shows something like this…
user3398900
  • 795
  • 2
  • 13
  • 31
2
votes
1 answer

Launchpad pbuilderrc settings

I have a custom package I want to publish via launchpad. In order to build it, I need the USENETWORK option to be enabled (this way build-tools have network access, which is required in my case). On my local machine, I can enable this by adding it…
Felix
  • 6,885
  • 1
  • 29
  • 54
2
votes
1 answer

How can I commit and push just one changed file with Olive?

Using Olive on Linux I have changed a number of files on my local system. Normally I would do Branch>Commit followed by Branch>Push, but in this case I only want to place one of the changes on lp:stevedore at this time. How can I commit and push…
CW Holeman II
  • 4,661
  • 7
  • 41
  • 72
2
votes
1 answer

Adding GitHub project to Launchpad PPA Package

I am trying to figure out how to add a GitHub project to my simple, working Launchpad PPA package. The GitHub project that I am try to add is https://github.com/compiz-reloaded/compiz-boxmenu. I couldn't find much help online and I'm hoping that…
Powersurge
  • 43
  • 6
2
votes
2 answers

Version Control: How does forking a repository work on source code hosting facilities?

I'm just little-bit curious about how do source code hosting facilities like Bitbucket, GitHub and Launchpad actually manage the forking process from main repository, and how they manage to save their server disk space when those repositories gets…
user6039980
  • 3,108
  • 8
  • 31
  • 57