/srv/irclogs.ubuntu.com/2014/08/11/#launchpad.txt

sergio-br2if I can nest branch into a main branch, why launchpad complains about submodules? I can do this manually in the recipe00:34
skypcehello all03:07
skypcehow many time delay to appear a uploaded package in launchpad repo*?03:07
skypcehow many time request a package to appear  in launchpad repo*?03:08
AshokHi07:01
AshokI m trying to update crash report for a non packged binary ... but getting errors ...07:02
AshokIs there a way to skip checks for package search?07:03
=== JanC_ is now known as JanC
=== rvba` is now known as rvba
cjwatsonskypce: 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_it09:08
=== LocutusOfBorg1 is now known as locutusborg
=== locutusborg is now known as LocutusOfBorg1
=== Guest42485 is now known as wallyworld
chriglhey. 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
skypcehello14:14
skypcei am uploaded a package14:14
skypcebut nothing append, it doesnt appear in packages14:14
skypcefor upload i need sign into bzr launchapd-login*?14:15
tsimpsonskypce: how long has it been since the upload completed?14:16
skypceall night14:16
skypcein a ppa14:17
skypcei was delete it14:17
skypceand create other new14:17
skypcenow i was uploaded files again14:17
tsimpsonskypce: 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_it14:17
skypcethis is the problem14:20
skypcekey is not in launchpad14:20
dobeychrigl: 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
chrigldobey: ok… thanks.14:25
=== Ursinha is now known as Ursinha-afk
skypcehello all16:50
skypcei have this error16:50
skypceadd-apt-repository ppa:nilarimogard/webupd816:50
skypcegpg: skipped "01C907DC": secret key not available16:51
skypcei am working from pbuilder16:51
skypceeach time it looses the key16:51
skypcehow can i enable the key from launchpad?16:51
cjwatsonDon't see why it wants the secret key, particularly since that isn't the key ID for that PPA16:54
cjwatsonI suspect this is junk left over in your local /etc/apt/trusted.gpg somehow16:54
cjwatsonYou can use apt-key to manage it16:54
skypcethank you cjwatson17:02
sergio-br2Unable to import branch because of limitations in Bazaar.17:12
sergio-br2The repository you are fetching from contains submodules, which are not yet supported.17:12
sergio-br2why launchpad does not simply ignores git submodules?17:12
sergio-br2if I can nest branch into a main branch, why launchpad complains about submodules? I can do this manually in the recipe17:12
cjwatsonJust ignoring git submodules would give wrong results ...17:15
cjwatsonI'd just construct the source package externally if I were you.17:15
cjwatsonI 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-br2cjwatson, but sometimes I have a git repo without submodules, and launchpad continue to complain17:52
sergio-br2the big deal with the git->bzr import is that i can maintain a package up to date without touch it17:55
sergio-br2cjwatson, are there any way to use a debian folder branch in launchpad, that downloads the tarball from upstream?18:00
sergio-br2i'm helping to maintain libretro ppa. It has 23 packages, and growing. 3 of them i have to update manually18:05
sergio-br2to build the package using multi core, is it dh $@ --parallel18:30
sergio-br2?18:30
sergio-br2i'm using it, but it seems that it does not work, at least in my laptop18:31
cjwatsonsergio-br2: Honestly I'd just do it outside LP.  There's nobody available to fix bzr import bugs, really.18:41
cjwatsonsergio-br2: dh $@ --parallel should work, but to test that in sbuild you'd also need some flavour of the -j option.18:41
cjwatsonOr --debbuildopts "-j4" or whatever in pbuilder, I think18:42
sergio-br2you mean in the sbuild command?18:43
cjwatsonYes, man sbuild18:44
sergio-br2like sbuild --debbuildopts "-j4"18:44
sergio-br2and in the debuild ?18:44
sergio-br2i'm compiling mame here...18:44
cjwatsonsbuild passes that through to dpkg-buildpackage which sets an environment variable which is what tells dh --parallel what to do18:44
cjwatsonPlease read the documentation for your tools - this doesn't take much searching!18:45
sergio-br2:p18:45
sergio-br2ok, thanks18:45
cjwatsonAnd --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-br2but in launchpad farm, it do automatically, right?18:45
cjwatsonYes.18:45
sergio-br2ok, great18:45
sergio-br2thanks18:45
cjwatsonsbuild:                         "DEB_BUILD_OPTIONS=\"parallel=".$main::nr_processors."\" " : "").18:45
cjwatson(That's in launchpad-buildd's sbuild fork.)18:45
sergio-br2ah18:45
cjwatsonI 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!