| george_e | 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? | 02:54 |
|---|---|---|
| === pleia2_ is now known as pleia2 | ||
| wgrant | george_e: That should be fine if it was rebased so that any commits including submodules no longer exist. | 04:07 |
| george_e | wgrant: awesome, thanks. | 04:09 |
| tjaalton | wgrant: ok, syncpackage output is just misleading then | 04:28 |
| wgrant | tjaalton: Howso? | 04:39 |
| tjaalton | it says lp hasn't picked up the new version | 04:43 |
| wgrant | 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:47 |
| tjaalton | okay | 04:48 |
| === nickoe_ is now known as nickoe | ||
| hyakuhei | Hey, can anyone help with 2fa? | 07:11 |
| wgrant | hyakuhei: 2FA is part of Ubuntu One, not Launchpad. #canonical-sysadmin is your best bet. | 07:14 |
| hyakuhei | Thanks wgrant | 08:40 |
| teward | if there's a bug report filed as spam, who do I bother to get the entire report removed? | 13:27 |
| cjwatson | teward: answers.launchpad.net/launchpad | 13:27 |
| teward | thanks | 13:27 |
| teward | done | 13:28 |
| nsantos | 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 |
| nsantos | cjwatson: it's canonical-oil, doberman, and weeblclient, all latest builds for trusty | 14:58 |
| cjwatson | nsantos: looking | 15:09 |
| nsantos | cjwatson: thank you | 15:09 |
| cjwatson | nsantos: how long is "quite a while"? this is a private PPA so I can't look directly | 15:09 |
| nsantos | cjwatson: since yesterday evening | 15:09 |
| clivejo | 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:09 |
| cjwatson | clivejo: I don't think so, sorry | 15:10 |
| clivejo | awww :( | 15:10 |
| cjwatson | nsantos: can you give me an example package name/version? | 15:13 |
| nsantos | cjwatson: canonical-oil-0.1.12~bzr593~precise-0ubuntu1~ubuntu14.04.1~ppa1 | 15:14 |
| nsantos | doberman-2.6.0~bzr326~trusty-0ubuntu1 and weeblclient-1.1.0-30-g1cce500~trusty-0ubuntu1 | 15:14 |
| nsantos | those are the 3 | 15:14 |
| cjwatson | hmm, I see logs of those being published | 15:15 |
| nsantos | cjwatson: jhobbs will add you to the ppa in the next few minutes so you can look directly | 15:16 |
| cjwatson | nsantos: yeah, I was just going to ask for that, thanks | 15:17 |
| nsantos | cjwatson: they are ok for trusty, but somehow hang for precise | 15:17 |
| cjwatson | nsantos: oh, the versions you gave above were specifically for trusty | 15:17 |
| nsantos | cjwatson: soory, the other way around, ok for precise, hang for trusty | 15:17 |
| nsantos | right | 15:17 |
| === Spads_ is now known as Spads | ||
| === pleia2_ is now known as pleia2 | ||
| === funnel_ is now known as funnel | ||
| clivejo | 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:57 |
| cjwatson | nsantos: any word on that PPA access? | 15:59 |
| nsantos | checking | 15:59 |
| cjwatson | 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:00 |
| clivejo | not a huge problem anyway, but just wondered if there was something i was doing wrong | 16:01 |
| nsantos | cjwatson: you should have access now | 16:09 |
| cjwatson | nsantos: Thanks. Just setting myself up to have a look at the on-disk-published archive too. | 16:14 |
| nsantos | thanks | 16:14 |
| === Peng__ is now known as Peng | ||
| cjwatson | nsantos: still looking, though these versions are making me go cross-eyed | 16:38 |
| cjwatson | 0.1.12~bzr593~precise-0ubuntu1~ubuntu14.04.1~ppa1, I can't even | 16:38 |
| nsantos | I know... sorry | 16:38 |
| nsantos | appreciate you looking | 16:38 |
| cjwatson | it seems to be judging the packages it just published as eligible for removal, for some reason | 16:40 |
| cjwatson | nsantos: Oh, I see. The history is a bit involved; are you OK with me discussing it here (a public channel)? | 17:01 |
| cjwatson | I'd just be exposing names, versions, and times. | 17:03 |
| nsantos | cjwatson: sure, or go to direct message | 17:12 |
| cjwatson | Right, I'll explain it in a query. It's basically a package copy race. | 17:12 |
| === jefferai_ is now known as jefferai | ||
| nacc | 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:52 |
| dobey | becasue archive.owner is a link toa a team or person, and ubuntu-archive is the team that owns the main archive | 17:54 |
| nacc | 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) | 17:59 |
| dobey | i am not sure what example you're referring to | 18:00 |
| dobey | url for the example? | 18:01 |
| nacc | sorry! https://help.launchpad.net/API/Examples | 18:01 |
| dobey | your first url doesn't specify which archive | 18:02 |
| dobey | hmm, yeah, that example seems wrong | 18:02 |
| nacc | dobey: ok :) | 18:02 |
| dobey | at least for distribution archives | 18:03 |
| dobey | might work for PPAs | 18:03 |
| nacc | 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:04 |
| cjwatson | what the heck is that example doing | 18:07 |
| nacc | cjwatson: i've been struggling to figure that out myself -- mostly because it was wrong | 18:08 |
| dobey | cjwatson: looks like it's a not particularly pretty way to get the .dsc files from a PPA | 18:08 |
| cjwatson | yes I know what it *thinks* it's doing | 18:08 |
| nacc | dobey: the problem is the reference to the "previous examples" of an archive is the main ubuntu archive, not a PPA | 18:09 |
| nacc | so maybe something got reorg'd at some point and that did work, not sure | 18:09 |
| dobey | nacc: i think you want i.package_upload.custom_file_urls | 18:09 |
| dobey | nacc: and pick the one out of that result set which ends with .dsc | 18:09 |
| cjwatson | err you don't want custom_file_urls for dscs | 18:09 |
| cjwatson | no no no | 18:09 |
| dobey | oh no? | 18:09 |
| cjwatson | dscs aren't custom, they're source | 18:09 |
| nacc | heh | 18:09 |
| cjwatson | nacc: I've simplified that example so it should actually work | 18:10 |
| nacc | cjwatson: thanks! | 18:10 |
| dobey | cjwatson: what the heck is a custom file then? :) | 18:11 |
| cjwatson | 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 |
| cjwatson | so whatever | 18:11 |
| cjwatson | dobey: weird things like d-i image tarballs, UEFI images for signing, that kind of thing | 18:11 |
| dobey | oh | 18:11 |
| cjwatson | all the strange exceptions | 18:11 |
| nacc | cjwatson: that results in something like | 18:12 |
| nacc | https://launchpad.net/ubuntu/+archive/primary~ubuntu-archive/+files/cobbler_2.4.1-0ubuntu1.dsc | 18:12 |
| nacc | which isn't found | 18:12 |
| cjwatson | oh right, sorry, will fix harder | 18:12 |
| nacc | cjwatson: np, thanks for your help! | 18:12 |
| cjwatson | nacc: try now | 18:12 |
| cjwatson | wait, no | 18:13 |
| cjwatson | argh | 18:13 |
| cjwatson | now :) | 18:13 |
| dobey | heh | 18:13 |
| cjwatson | I don't know if that code predated web_link, or if the author was just unaware of it | 18:14 |
| cjwatson | my guess would be the latter | 18:14 |
| cjwatson | and ~owner/+archive is very very old since that's the >8yo assumption that a user has exactly one PPA | 18:15 |
| nacc | cjwatson: awesome, thank you! | 18:15 |
| === chrisccoulson_ is now known as chrisccoulson | ||
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!