Launchpad is a unique collaboration and hosting platform for software projects.

learn more… | top users | synonyms

0
votes
0answers
9 views

“launch pad” in Rails for other Rails applications?

I have a few rails apps that are managed and deployed separately. I'd like to create a "launch pad", i.e. a central page from which I could launch all the apps. Is there any support in Rails for ...
0
votes
0answers
34 views

Mount custom USB mass storage on OSX

I have been working on a small embedded project using the Stellaris Launchpad. I've configured it to implement the USB mass storage class so that I can plug it in and mount a fat16 SD card connected ...
0
votes
0answers
31 views

OS X 10.8 App Install

Is there a public OS X API that allows applications to manage the Launchpad.app in terms of adding apps to it's UI and also creating folders containing a number of apps, similarly to the "Utilities" ...
0
votes
0answers
19 views

Application was not added to the LaunchPad in mac 10.8

I have an application in mac. When it is installed in Mac 10.6/10.7( the applications are installed to /Applications/XXX/ ), the applications will be added to the LaunchPad automatically. But if it is ...
1
vote
2answers
47 views

How to add remote repository URL in Bazzar?

I am a git user but now I need to work on a project that is hosted on launchpad. I noticed that git and bzr are similar but apparently have some confusing differences. In git when you clone a remote ...
1
vote
0answers
12 views

launchpad ppa: installed package is always empty

i have created a ppa for a small library (C++, built with automake/autoconf). Building and uploading the files to launchpad is working (at least that's my impression when looking at the build ...
0
votes
0answers
19 views

setting up a launchpad ppa: “bzr builddeb” fails

i'm trying to setup a ppa for a library that i am writing. I've spent a couple of days now and slowly move forward, but now it seems i am stuck with an error because "bzr builddeb" cannot find the ...
0
votes
0answers
12 views

MSP launchpad and PS2 communication

I have been checking about how PS2 protocol works and it is similar to the RS232 protocol. I have a project that sends data from a MSP launchpad into the computer with a PS2 cable. I never worked with ...
0
votes
1answer
78 views

How to download a bazaar repository with revision history without using the “bzr” Command Line Interface?

I tried downloading the bazar repository from launchpad with revision history using: bzr branch lp:<repo-name> This repository includes the .bzr directory which contains the revision history. ...
0
votes
0answers
39 views

how to make an ubuntu/debian package on Launchpad depend on a not hosted library?

I am trying to build a debian package in a launchpad ppa which depends on a package hosted on a different repository(not other ppa) or in a library that can be downloaded as a tar file. Is there a ...
0
votes
1answer
41 views

Bazaar launchpad-login issue

I have registered on launchpad website but every time I attempt to execute bzr launchpad-login username@email.com It gives me this error bzr: ERROR: The user name username@email.com is not ...
0
votes
1answer
202 views

Sample UDEV file for Stellaris Launchpad

I'm trying to get my Stellaris Launchpad to work with the Energia IDE. I'm told to upload programs and to run the serial port I've got to create a udev entry. I'm relatively new to linux (although ...
2
votes
0answers
124 views

How to use cmake's 'make install' from a pbuilder env debian/rules script?

This is to compile and link a static library (so only a build time dependency) that the source is fetched from a repository (just like the source of the main program) on a ubuntu launchpad build bot. ...
1
vote
1answer
210 views

Stellaris Launchpad, lm4f120h5qr, Timer not functioning as desired, can count down but not up

I'm determined not to use the provided stellarisware functions, and am trying to figure out how to get my Timer to work. At this moment, all I'm attempting to do is have Timer0 A count to a specified ...
1
vote
1answer
232 views

Why does not work library dht11 for Arduino in Launchpad msp430 (g2553)?

Why does not work library, if the Launchpad is compatible with Arduino? The sensor data is sufficient to derive to serial port. What is the difference between dht11 and dht22 libraries?
0
votes
2answers
55 views

Github equivalent to Launchpad “Questions & Answers” [closed]

For Launchpad projects, it is possible to offer community support thanks to the Questions & Answers. How can I enable similar functionality for my Github project? Is there something already ...
1
vote
1answer
182 views

Efficient Amplitude modulation on MCU (C)

I'm working on an Microcontroller Synth, but i have ran into a problem with the volume envelop generation. I have this code at the moment: to_dac =(SinTable[lut_pos] * (volume))>>8; It works ...
0
votes
0answers
171 views

How to apply Ubuntu patch for rpcbind?

I am currently running Ubuntu 12.04.1 Desktop and would like to apply this patch: https://launchpad.net/ubuntu/+source/rpcbind/0.2.0-7ubuntu1.2 My current rpcbind version is here: # aptitude show ...
0
votes
1answer
371 views

Two Xcode app icons in launchpad after 4.5 install

After updating Xcode via App Store, I now have 2 Xcode apps in my launchpad. I can delete the new one by holding my mouse button down and clicking the x that appears, but only for the new one.
0
votes
0answers
239 views

How to build USB MIDI Device based on TI Launchpad (MSP-EXP430G2)?

I have board called 'TI Launchpad MSP-EXP430G2' and i want to build the MIDI-USB device for PC. This device must be like 'HID' device in system. How can i build this device? Can anyone give me some ...
2
votes
1answer
40 views

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, ...
2
votes
2answers
161 views

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
0
votes
2answers
56 views

How can bzr know about launchpad?

I'm a git user, and I'd like to clone a repository for a project hosted on Launchpad, which uses bzr instead. On the guide they suggest me to run bzr branch lp:zim (where "zim" is the project). I'm ...
1
vote
3answers
457 views

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 ...
2
votes
2answers
210 views

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 ...
0
votes
1answer
41 views

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. ...
0
votes
3answers
203 views

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 ...
1
vote
1answer
86 views

Can't find one bug in Wordpress translation .po file

We are translating Wordpess to our language in Launchpad. Yesterday one of translators made unknown mistake and now generated .mo file shows all numbers greater than 1000 in such format: 1r264(instead ...
2
votes
1answer
124 views

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 ...
3
votes
1answer
426 views

How to detect specific MIDI controller in Java MIDI?

I am experimenting with following code: http://www.jsresources.org/examples/MidiNote.java.html to operate my Novation Launchpad MIDI Controller. Basically I am interested in turning on the leds ...
0
votes
1answer
393 views

Installing the OpenCV prebuilt library on unbuntu server 11.10

I am new to the Linux scene and I am trying to get OpenCV installed and running on our server as I need it to build and run a few applications on the system. I have followed the Ubuntu package Install ...
8
votes
1answer
2k views

How safe is it to host sensitive data on repository sites like github, bitbucket, etc.?

This is just a question out of curiosity. I am wondering how safe it is generally considered to host sensitive data on repository websites like Github, Bitbucket, etc.? Is it safe enough to get rid of ...
1
vote
1answer
129 views

How can I make my launchpad downloads faster

I am bzr branching some launchpad repositories and it takes very long (hours) As this is distributed version control, wouldn't it be possible to have a local copy of those repositories (that I could ...
1
vote
1answer
152 views

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 ...
2
votes
2answers
53 views

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 ...
4
votes
2answers
680 views

bzr/launchpad vs. hg/Bitbucket

Very soon we are going to start on open-source (py+qt) project which is supposed to be multi-platform (we're using FreeBSD as native platform) and we're not sure which DVCS/hosting to use. In the ...
5
votes
4answers
2k views

How can I use numpy without installing it?

I console access to a computer where I do not have root nor sudo rights. Python version is 2.5.2 and numpy is not available. I cannot use python setup.py install --user nor there are any compilers ...
1
vote
1answer
66 views

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 ...
0
votes
1answer
50 views

View diff on Launchpad without proposing a merge

If a propose a branch for merge on Launchpad, it will show a diff with the branch that I have proposed to merge with. I like the way the way that Launchpad shows the diff: is there a way I can view ...
0
votes
1answer
136 views

Refactoring a project to get stable and trunk branches using bazaar

I'm relatively new to VCS and especially Bazaar so I started my project without using it, using a structure like this +project_root +scripts +bin # Binaries for easy ...
4
votes
2answers
538 views

Does anyone have experience with a private Launchpad instance?

Has somebody already installed and run launchpad on its own server? I'd like advice as I wasn't able to find any on the web. Besides, the official team gives scary remarks on having its own launchpad. ...
1
vote
1answer
375 views

Monotonically increasing bazaar trunk revision numbers

I'm still figuring out how bazaar's revision numbering works. The workflow our team uses is basically: bzr branch lp:project/trunk # code,code,code bzr commit ... # code,code,code bzr commit ... bzr ...
3
votes
7answers
585 views

Translation platform for Android Developers [closed]

Is there a platform like Launchpad (Canonical) for the Android platform? I search at least a translation service for my app. If not, It will be nice to be a Google service which provides it, because I ...
1
vote
2answers
79 views

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. ...
0
votes
1answer
188 views

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 ...
1
vote
1answer
72 views

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 ...
17
votes
2answers
2k views

How can I mirror a project hosted on launchpad on github?

I want to contribute actively to a project that is hosted on Launchpad. I'm much more comfortable with GitHub, and would like to continue to use it if possible. Would I be able to mirror the bzr ...
0
votes
1answer
300 views

How can I import code from LaunchPad.net?

I want to import code from Launchpad.net. How can I do it? Is that using SVN? Can I use SVN to keep updated with the code changes? Thank you so much, Robert FYI: this is the code I want to import ...
1
vote
1answer
76 views

How to turn off project mirroring from SourcForge to launchpad?

I have project Emle in Launchpad. I set it to import from emle.svn.sourceforge.net. My intention was to do a single import of the files from SourceForge. Emle>Branches>2.0 shows that what I actually ...
2
votes
1answer
2k views

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 ...