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
2
votes
2 answers

Import Git repo with signed commits into Launchpad

I need to import this GitHub repository with signed commits into Launchpad to build packages for this PPA. A direct import will not work, due to this bzr-git bug, but a fast-export/fast-import is a workaround, according to…
2
votes
1 answer

Using Launchpad "Bugs" (aka Malone) standalone - HOW?

I'm setting up a problem tracking system for a client and I'd like to use Malone to do it. The system has be be completely private, so I can't simply buy space on launchpad.net and ignore all the other parts of the Launchpad Suite - I need to…
kbro
  • 4,754
  • 7
  • 29
  • 40
2
votes
1 answer

Why do "private" bugs get additional bug heat score in Launchpad?

Bug heat Launchpad helps you to appraise a bug by giving you a calculated measure — called bug heat — of its likely significance. You can see bug heat in bug listings, and also on individual bug pages, as a number next to a flame icon. Here's how…
lz96
  • 2,816
  • 2
  • 28
  • 46
2
votes
1 answer

Preparing a complex python project for submission to launchpad

I'm trying to wrap my head around the whole PPA thing and it seems to be as unnecessarily difficult as everybody is making it out to be. Let's take a project like http://docs.bokeh.org/ which has a node.js dependency and make a .deb out of it.…
Emre
  • 5,976
  • 7
  • 29
  • 42
2
votes
2 answers

No scheduling with FreeRTOS on CC3200 Launchpad

I'm trying to build a system with multiple tasks on a CC3200 wifi (TI) lauchpad board with freeRTOS. I created three tasks in my main: // Create task1 osi_TaskCreate( task1, ( signed portCHAR * ) "task1", OSI_STACK_SIZE, NULL, 1,…
JOK
  • 135
  • 1
  • 7
2
votes
1 answer

How do I use request-response using HTTP libraries in C#.NET/Mono

Right now I have been trying to use Launchpad's API to write a small wrapper over it using C#.NET or Mono. As per OAuth, I first need to get the requests signed and Launchpad has it's own way of doing so. What I need to do is to create a connection…
Manish Sinha
  • 2,092
  • 2
  • 22
  • 33
2
votes
1 answer

Concatenate multiple launchpad repositories

I want to download many addresses at once with bzr branch, i tried several things, but nothing seems to be working. Tried a file.sh with this kind of structure: sudo bzr branch lp:~jmarquez/openerp-tecvemar/tcv_bank_deposit lp:~jmarquez/openerp- …
NeoVe
  • 3,857
  • 8
  • 54
  • 134
2
votes
1 answer

how can I force launchpad build my package with g++ 4.7 or newer

I have a c++11 source code that I need to package using launchpad for ubuntu 12.04, which contains only old 4.6 gcc. I changed the control file so that it contains: Build-Depends: debhelper (>= 9), g++ (>= 4.7.0), libqt4-dbus, libqt4-dev,…
Petr
  • 13,747
  • 20
  • 89
  • 144
2
votes
2 answers

How can I clone a public launchpad repository without login?

I only want to clone some things, without changing them. Is there any way to clone a repository without all the hassle of opening an account, setting up a SSH key, etc?
Yajo
  • 5,808
  • 2
  • 30
  • 34
2
votes
4 answers

Qt dependencies in a deb package

When creating a .deb package I create a file named control that contains some fields: Package: my-qt-app-name Version: 0.01 Architecture: all Maintainer: my name Installed-Size: 2 Depends: ?????? Section: extras Priority:…
Ionică Bizău
  • 109,027
  • 88
  • 289
  • 474
2
votes
1 answer

Compiled Vala app won't run - Elementary OS

I have just installed Elementary OS and am learning what looks to be a pretty cool language. It's very similar to C#. I am following the tutorials step-by-step, though there are a few problems. I'm not sure if these issues are due to my noobiness on…
jay_t55
  • 11,362
  • 28
  • 103
  • 174
2
votes
1 answer

Is there any way to do a launchpad ppa for a ant project?

I have a normal netbeans project and used jdeb to create a deb package. I was hoping to upload that to launchpad ppa i created, but realized that launchpad requires to build the packages itself, probably to have both the sources and the signature so…
i30817
  • 1,356
  • 2
  • 13
  • 26
2
votes
2 answers

What is the difference between different openerp launchpad repositories?

Can anyone tell me the difference between these repositories lp:openobject-addons lp:openobject-addons/extra-trunk lp:~openerp-community/openobject-addons/trunk-addons-community
Jibin
  • 3,054
  • 7
  • 36
  • 51
1
vote
1 answer

mirroring SourceForge BZR branch on Launchpad

I am trying to have Launchpad mirror a Bazaar branch on SourceForge but failing. Is it at all possible? The Launchpad shows this log for the process: 2012-02-26 12:44:20 INFO Starting job. 2012-02-26 12:44:20 INFO Getting exising bzr branch from…
wilx
  • 17,697
  • 6
  • 59
  • 114
1
vote
3 answers

Bzr completely delete revisions (with files)

I've unintentionally committed some confidential files to a bzr branch. What's even more sticky is that I also pushed them to launchpad. I made a bzr revert but, if I go to that dirty revision, I can still see those files. Is it possible to…
Attila Fulop
  • 6,861
  • 2
  • 44
  • 50