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
1
vote
3 answers

Port Autosar OS to MCU

I am doing an academy project about porting Autosar OS to a microcontroller. After reading papers and information about Autosar, Arctic Core and Arctic Studio, I have some questions: I used to port FreeRTOS to a microcontroller and it's very easy,…
JackABC
  • 27
  • 2
  • 7
1
vote
1 answer

Error when compiling in Code Composer Studio - Tiva C Series

I am trying to run Lab 3 exercise from the Getting Started with the Tiva (page 71). I am using Tiva C Series TM4C123GH6PM with Code Composer Studio 6.0.1 . My code is as folles: #include #include #include…
Metalzero2
  • 531
  • 2
  • 6
  • 17
1
vote
0 answers

How to add repository lauchpad?

I found the following package: xserver-xorg-input-tslib 0.0.6-7build4 (armhf binary) in ubuntu trusty in the launchpad.net site: https://launchpad.net/ubuntu/trusty/armhf/xserver-xorg-input-tslib/0.0.6-7build4 Is it possible to install the package…
domerai81
  • 11
  • 3
1
vote
1 answer

Github to launchpad sync

I am working on a open source project which uses bazaar for versioning and launchpad for repo. The project also has github repo but launchpad repo is primary. I am behind college proxy so i can't access ssh required to connect to launchpad to…
Ignited
  • 771
  • 3
  • 7
  • 21
1
vote
2 answers

Nodejs ppa:Chris-lea/node.js fails

Given a nodejs.makefile which contains the commands to install nodejs/npm & some npm packages, such: nodejs: sudo add-apt-repository -y ppa:chris-lea/node.js #install fresh nodejs sudo apt-get update sudo apt-get install -y nodejs …
Hugolpz
  • 17,296
  • 26
  • 100
  • 187
1
vote
1 answer

git - how to apply to a transform to all past commit messages?

I'm trying to import a project to launchpad, but this fails with the error: File "/srv/importd.launchpad.net/production/launchpad-rev-17114/bzrplugins/git/fetch.py", line 119, in import_git_blob ie = cls(file_id, name.decode("utf-8"),…
paulm
  • 5,629
  • 7
  • 47
  • 70
1
vote
1 answer

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 did was set it to mirror the SourceForge…
CW Holeman II
  • 4,661
  • 7
  • 41
  • 72
1
vote
1 answer

OpenERP 7 standard addons adding generates error "No handler found"

I used openerp-allinone-setup-7.0-latest.exe to install OpenERP 7 in windows platform. I fetched latest version from LunchPad repository ~openerp/openobject-addons/trunk using Bazaar. I copied trunk addons folders to C:\Program Files\OpenERP…
AlBaraa Sh
  • 2,202
  • 3
  • 20
  • 29
1
vote
1 answer

error CS1012: Too many characters in character literal - why it sometimes compile and sometimes not

I have this code: this.lentry2.InvisibleChar = '●'; it compiles perfectly everywhere, except for ubuntu's launchpad. When I am building this in there I am receiving this CS1012 error. Why does it work on any of my own PC's but not on launchpad? Is…
Petr
  • 13,747
  • 20
  • 89
  • 144
1
vote
1 answer

Add the `option` and `select` from an external website to my website

I am trying to add the option tag from a ppa, as to show on my own website the current Ubuntu distro's it support. This is what i have so far.
blade19899
  • 727
  • 1
  • 8
  • 32
1
vote
1 answer

How to publish a closed source app in i386 and amd64 in a PPA?

I have a Debian package which is compiled (by myself manually) for both i386 and amd64 as it's a closed source app. In order to avoid conflicts when uploading it with dput to my launchpad.net PPA, I have added the architecture name at the end of the…
ZedTuX
  • 2,859
  • 3
  • 28
  • 58
1
vote
1 answer

launchpad.net: Multiple dependencies in the same large project...?

I have a large project which contains many libraries that the main binary depends on. I would like to know what the proper way to handle this in launchpad so I can build the libraries, then the main binary and offer each debian pacakge on a ppa. You…
Doug Barbieri
  • 635
  • 1
  • 5
  • 16
1
vote
1 answer

bzr branch doesn't download source files, only the branch information

I'm trying to download the source code for the project dhis2 by running "bzr branch lp:dhis2". This runs fine and says it branched a number of revisions, but it doesn't download any source code, only the repo information. This seems to be a similar…
Simen Russnes
  • 2,002
  • 2
  • 26
  • 56
1
vote
1 answer

How to translate a python program (Qt translation files) on launchpad

My python program uses selt.tr("String bla bla") to mark strings to be translated. I translate it using pylupdate4 Translate.pro and then edit the created *.ts-fils with Qt-Lingust, then afterwards using lrealese Translate.pro to create the *.qm…
user2366975
  • 4,350
  • 9
  • 47
  • 87
1
vote
1 answer

Importing Debian Bugs to Launchpad

While reading about how the bugs from debian are imported to launchpad, I came across a blueprint https://blueprints.launchpad.net/launchpad/+spec/debian-bug-import which was used initially to import bugs from debian. I cannot find the script that…
noddy
  • 1,010
  • 4
  • 14
  • 27