[00:34] if I can nest branch into a main branch, why launchpad complains about submodules? I can do this manually in the recipe [03:07] hello all [03:07] how many time delay to appear a uploaded package in launchpad repo*? [03:08] how many time request a package to appear in launchpad repo*? [07:01] Hi [07:02] I m trying to update crash report for a non packged binary ... but getting errors ... [07:03] Is there a way to skip checks for package search? === JanC_ is now known as JanC === rvba` is now known as rvba [09:08] skypce: somewhere in the general area of 5-15 minutes. If you get no response then see https://help.launchpad.net/Packaging/UploadErrors#The_upload_appears_to_work_but_I_don.27t_get_any_email_about_it === LocutusOfBorg1 is now known as locutusborg === locutusborg is now known as LocutusOfBorg1 === Guest42485 is now known as wallyworld [14:08] hey. is there any way to define "deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/icehouse main" as a build dependency for PPAs? [14:14] hello [14:14] i am uploaded a package [14:14] but nothing append, it doesnt appear in packages [14:15] for upload i need sign into bzr launchapd-login*? [14:16] skypce: how long has it been since the upload completed? [14:16] all night [14:17] in a ppa [14:17] i was delete it [14:17] and create other new [14:17] now i was uploaded files again [14:17] skypce: then you should have a look at https://help.launchpad.net/Packaging/UploadErrors#The_upload_appears_to_work_but_I_don.27t_get_any_email_about_it [14:20] this is the problem [14:20] key is not in launchpad [14:24] chrigl: no, you can only define other PPAs as dependencies of a PPA. but you should probably have all the packages that are needed to build a package you wish to upload to a PPA, in the PPA itself. [14:25] dobey: ok… thanks. === Ursinha is now known as Ursinha-afk [16:50] hello all [16:50] i have this error [16:50] add-apt-repository ppa:nilarimogard/webupd8 [16:51] gpg: skipped "01C907DC": secret key not available [16:51] i am working from pbuilder [16:51] each time it looses the key [16:51] how can i enable the key from launchpad? [16:54] Don't see why it wants the secret key, particularly since that isn't the key ID for that PPA [16:54] I suspect this is junk left over in your local /etc/apt/trusted.gpg somehow [16:54] You can use apt-key to manage it [17:02] thank you cjwatson [17:12] Unable to import branch because of limitations in Bazaar. [17:12] The repository you are fetching from contains submodules, which are not yet supported. [17:12] why launchpad does not simply ignores git submodules? [17:12] if I can nest branch into a main branch, why launchpad complains about submodules? I can do this manually in the recipe [17:15] Just ignoring git submodules would give wrong results ... [17:15] I'd just construct the source package externally if I were you. [17:17] I think at any rate it's rather unlikely that non-trivial git->bzr import bugs will be fixed. There haven't been engineers working on that for some time. === Ursinha-afk is now known as Ursinha [17:52] cjwatson, but sometimes I have a git repo without submodules, and launchpad continue to complain [17:55] the big deal with the git->bzr import is that i can maintain a package up to date without touch it [18:00] cjwatson, are there any way to use a debian folder branch in launchpad, that downloads the tarball from upstream? [18:05] i'm helping to maintain libretro ppa. It has 23 packages, and growing. 3 of them i have to update manually [18:30] to build the package using multi core, is it dh $@ --parallel [18:30] ? [18:31] i'm using it, but it seems that it does not work, at least in my laptop [18:41] sergio-br2: Honestly I'd just do it outside LP. There's nobody available to fix bzr import bugs, really. [18:41] sergio-br2: dh $@ --parallel should work, but to test that in sbuild you'd also need some flavour of the -j option. [18:42] Or --debbuildopts "-j4" or whatever in pbuilder, I think [18:43] you mean in the sbuild command? [18:44] Yes, man sbuild [18:44] like sbuild --debbuildopts "-j4" [18:44] and in the debuild ? [18:44] i'm compiling mame here... [18:44] sbuild passes that through to dpkg-buildpackage which sets an environment variable which is what tells dh --parallel what to do [18:45] Please read the documentation for your tools - this doesn't take much searching! [18:45] :p [18:45] ok, thanks [18:45] And --debbuildopts is for pbuilder, not sbuild, just in case you're using that. For sbuild it's just -j4. [18:45] (Or whatever.) [18:45] but in launchpad farm, it do automatically, right? [18:45] Yes. [18:45] ok, great [18:45] thanks [18:45] sbuild: "DEB_BUILD_OPTIONS=\"parallel=".$main::nr_processors."\" " : ""). [18:45] (That's in launchpad-buildd's sbuild fork.) [18:45] ah [18:46] I guess the stuff in sbuild-package is more relevant. Anyway. === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha