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