[02:54] Question... I have a repository being imported from GitHub and someone sent a pull-request. If they added submodules in the pull request but later removed them and squashed the commits - is it safe to merge? === pleia2_ is now known as pleia2 [04:07] george_e: That should be fine if it was rebased so that any commits including submodules no longer exist. [04:09] wgrant: awesome, thanks. [04:28] wgrant: ok, syncpackage output is just misleading then [04:39] tjaalton: Howso? [04:43] it says lp hasn't picked up the new version [04:47] tjaalton: rmadison reports 1.13.4-1, but all the mirrors I've checked only have 1.13.3-1. Perhaps dinstall works but mirror pushes don't. [04:48] okay === nickoe_ is now known as nickoe [07:11] Hey, can anyone help with 2fa? [07:14] hyakuhei: 2FA is part of Ubuntu One, not Launchpad. #canonical-sysadmin is your best bet. [08:40] Thanks wgrant [13:27] if there's a bug report filed as spam, who do I bother to get the entire report removed? [13:27] teward: answers.launchpad.net/launchpad [13:27] thanks [13:28] done [14:58] cjwatson: hi, we have an issue with some pending packages on https://launchpad.net/~oil-ci/+archive/ubuntu/production/+packages , they are marked as "built but not yet published" for quite a while now... could you take a look and maybe fix their status? [14:58] cjwatson: it's canonical-oil, doberman, and weeblclient, all latest builds for trusty [15:09] nsantos: looking [15:09] cjwatson: thank you [15:09] nsantos: how long is "quite a while"? this is a private PPA so I can't look directly [15:09] cjwatson: since yesterday evening [15:09] hi, can PPA's be configured to give certain diffs? ie can I configure my PPA to only show diffs with the archive and not previous PPA builds? [15:10] clivejo: I don't think so, sorry [15:10] awww :( [15:13] nsantos: can you give me an example package name/version? [15:14] cjwatson: canonical-oil-0.1.12~bzr593~precise-0ubuntu1~ubuntu14.04.1~ppa1 [15:14] doberman-2.6.0~bzr326~trusty-0ubuntu1 and weeblclient-1.1.0-30-g1cce500~trusty-0ubuntu1 [15:14] those are the 3 [15:15] hmm, I see logs of those being published [15:16] cjwatson: jhobbs will add you to the ppa in the next few minutes so you can look directly [15:17] nsantos: yeah, I was just going to ask for that, thanks [15:17] cjwatson: they are ok for trusty, but somehow hang for precise [15:17] nsantos: oh, the versions you gave above were specifically for trusty [15:17] cjwatson: soory, the other way around, ok for precise, hang for trusty [15:17] right === Spads_ is now known as Spads === pleia2_ is now known as pleia2 === funnel_ is now known as funnel [15:57] I am trying to add my kubuntu email to my LP page. I click on the Add button but I never recieve an actual email with an embedded link to link on, anyone know how to fix this? [15:59] nsantos: any word on that PPA access? [15:59] checking [16:00] clivejo: I'm almost out of time for the week and will need to wait for a long log sync before I can check anyway, so I suggest asking a question on https://answers.launchpad.net/launchpad with details [16:01] not a huge problem anyway, but just wondered if there was something i was doing wrong [16:09] cjwatson: you should have access now [16:14] nsantos: Thanks. Just setting myself up to have a look at the on-disk-published archive too. [16:14] thanks === Peng__ is now known as Peng [16:38] nsantos: still looking, though these versions are making me go cross-eyed [16:38] 0.1.12~bzr593~precise-0ubuntu1~ubuntu14.04.1~ppa1, I can't even [16:38] I know... sorry [16:38] appreciate you looking [16:40] it seems to be judging the packages it just published as eligible for removal, for some reason [17:01] nsantos: Oh, I see. The history is a bit involved; are you OK with me discussing it here (a public channel)? [17:03] I'd just be exposing names, versions, and times. [17:12] cjwatson: sure, or go to direct message [17:12] Right, I'll explain it in a query. It's basically a package copy race. === jefferai_ is now known as jefferai [17:52] why is an archive.owner (e.g., launchpad.distributions["ubuntu"].main_archive.owner) "https://api.launchpad.net/devel/~ubuntu-archive" ? ... i don't think the example for "Get dsc-files for sources in an archive" is working (with the devel API) [17:54] becasue archive.owner is a link toa a team or person, and ubuntu-archive is the team that owns the main archive [17:59] dobey: ah ... but then i'm not sure but that get_dsc() example isn't accurate, right? because afaict, that's not where the dsc files can be found anymore (https://launchpad.net/~ubuntu-archive/+archive/+files/cobbler_2.4.1-0ubuntu2.dsc vs. https://launchpad.net/ubuntu/+archive/primary/+files/cobbler_2.4.1-0ubuntu1.dsc) [18:00] i am not sure what example you're referring to [18:01] url for the example? [18:01] sorry! https://help.launchpad.net/API/Examples [18:02] your first url doesn't specify which archive [18:02] hmm, yeah, that example seems wrong [18:02] dobey: ok :) [18:03] at least for distribution archives [18:03] might work for PPAs [18:04] ack, i'll figure out a better way -- i've got it mostly working, just need to figure out how to get from either a distribution or archive to "ubuntu" or "debian" :) [18:07] what the heck is that example doing [18:08] cjwatson: i've been struggling to figure that out myself -- mostly because it was wrong [18:08] cjwatson: looks like it's a not particularly pretty way to get the .dsc files from a PPA [18:08] yes I know what it *thinks* it's doing [18:09] dobey: the problem is the reference to the "previous examples" of an archive is the main ubuntu archive, not a PPA [18:09] so maybe something got reorg'd at some point and that did work, not sure [18:09] nacc: i think you want i.package_upload.custom_file_urls [18:09] nacc: and pick the one out of that result set which ends with .dsc [18:09] err you don't want custom_file_urls for dscs [18:09] no no no [18:09] oh no? [18:09] dscs aren't custom, they're source [18:09] heh [18:10] nacc: I've simplified that example so it should actually work [18:10] cjwatson: thanks! [18:11] cjwatson: what the heck is a custom file then? :) [18:11] using sourceFileUrls would likely be better, but fixing the example for that was more work and it introduces complexities like different spelling between API versions [18:11] so whatever [18:11] dobey: weird things like d-i image tarballs, UEFI images for signing, that kind of thing [18:11] oh [18:11] all the strange exceptions [18:12] cjwatson: that results in something like [18:12] https://launchpad.net/ubuntu/+archive/primary~ubuntu-archive/+files/cobbler_2.4.1-0ubuntu1.dsc [18:12] which isn't found [18:12] oh right, sorry, will fix harder [18:12] cjwatson: np, thanks for your help! [18:12] nacc: try now [18:13] wait, no [18:13] argh [18:13] now :) [18:13] heh [18:14] I don't know if that code predated web_link, or if the author was just unaware of it [18:14] my guess would be the latter [18:15] and ~owner/+archive is very very old since that's the >8yo assumption that a user has exactly one PPA [18:15] cjwatson: awesome, thank you! === chrisccoulson_ is now known as chrisccoulson