/srv/irclogs.ubuntu.com/2011/07/25/#launchpad.txt

ScottKwgrant: Makes sense, but I thought NotAutomatic was supposed to pull depends from backports if needed?  Should I file a bug on this?02:46
lifelessScottK: on apt? yeah02:47
ScottKOK.  I'll grab a log and talk to mvo tomorrow.02:48
wgrantScottK: Probably not an apt bug.03:09
wgrantScottK: Since if you look at the log, sbuild apt-get installs the deps.03:09
wgrantScottK: A new sbuild would fix this.03:09
lifelessczajkowski: popey: ping03:16
lifelessczajkowski: popey: would like to know if bug 815623 being addressed would impact loco workflow adversely03:17
ubot5Launchpad bug 815623 in Launchpad itself "Mail notifications sent to team admins on joins / leaves to open teams" [Low,Triaged] https://launchpad.net/bugs/81562303:17
ScottKwgrant: OK.  Then do I need to file a bug for sbuild?03:54
wgrantScottK: Could you file a bug about this particular issue at https://bugs.launchpad.net/launchpad-buildd/+filebug?04:00
ScottKSUre.04:00
ScottKwgrant: Bug #81566604:05
ubot5Launchpad bug 815666 in Launchpad Auto Build System "Fails to pull dependencies from natty-backports when needed" [Undecided,New] https://launchpad.net/bugs/81566604:05
wgrantThanks.04:06
superm1hey folks, i was looking for a good way to identify if a release was an LTS release or not from launchpadlib.  currently the solution i've got is a bit hacky in that i check for a ubuntu-$VER.[0-9] milestone and if it exists assume it's an LTS04:09
wgrantsuperm1: Launchpad doesn't know that.04:09
superm1but it's not clear to me if there is a better way, and additionally whether that milestone will have been created say when P launches04:09
micahgwgrant: what about checking if a core package is supported for 5yr?04:27
wgrantmicahg: You could, but that's not exactly launchpadlib nor something I'd rely on forever.04:28
superm1would that likely be better than my milestone solution you think though?04:31
tumbleweedsuperm1: distro-info?06:46
czajkowskilifeless: with regards to that bug mentioned, I'm not sure, my best idea would be to mail loco contacts and let them know the changes it would have or any impact06:52
lifelessczajkowski: I don't know their addresses; I was pointed at you and popey06:52
lifelessczajkowski: the change is that open teams (which many of the loco teams are) will no longer mail the admins when someone joins or leaves the team06:53
lifelessdelegated teams (which ubuntu-loco-teams is) still will06:53
czajkowskilifeless: loco contacts mailing list06:53
czajkowskilet me get the address06:53
lifelessthanks06:54
czajkowskilifeless: loco-contacts@lists.ubuntu.com06:54
czajkowskiit's a modersated list so you may need to suscribe06:54
czajkowskibut all of the teams are on there so best way to notify them there is a change coming06:55
czajkowskithanks for the heads up06:55
lifelessczajkowski: I have mailed that list; probably needs moderation.07:03
czajkowskipoke dholbach perhaps...07:11
czajkowskiKombuchaKip: actually smurf or popey moderate it07:12
czajkowskibah07:12
czajkowskilifeless: popey moderates it07:12
lifelessah right07:13
lifelessanother hour or two and he'll be around07:13
popeylifeless / czajkowski done07:16
czajkowskipopey: ty07:16
lifelesspopey: thank you07:17
czajkowskilifeless: thanks for taking the time to give a heads up to loco teams, much appreciated.07:18
lifelessczajkowski: I nearly didn't :)07:18
lifelesswgrant twisted my arm07:18
lifeless(I would have blogged about the change regardless, it being quite visible)07:19
czajkowskiheh the last time a chane was made and it effected teams in a bad way matrevell got an earful from me :)07:19
=== stub1 is now known as stub
lifelessyeah :)07:19
lifelessthat was making something previously possible impossible though; quite a different sort of change07:20
=== stub1 is now known as stub
=== stub1 is now known as stub
=== idnaria is now known as idnar
=== nyuszika7h is now known as nyuszika7h`
=== nyuszika7h` is now known as nyuszika7h
=== EisNerd_ is now known as EisNerd
=== jtv is now known as jtv-eat
danilosbigjools, hi, I have no idea how would I triage this: bug 815666? can you please give me a hand?11:56
ubot5Launchpad bug 815666 in Launchpad Auto Build System "Fails to pull dependencies from natty-backports when needed" [Undecided,New] https://launchpad.net/bugs/81566611:56
bigjoolsdanilos: just set it to high11:57
danilosbigjools, cool, thanks11:58
danilosbigjools, this should not be treated as a regression, right?11:58
bigjoolsdanilos: I don't think so11:59
danilosack, ta11:59
bigjoolssome may disagree11:59
=== bac` is now known as bac
=== benji changed the topic of #launchpad to: https://launchpad.net/ | Help contact: benji | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net | Support: https://answers.launchpad.net/launchpad
=== bigjools is now known as bigjools-afk
=== bigjools-afk is now known as bigjools
czajkowskilifeless: you following the mailing list ?13:03
=== jtv-eat is now known as jtv
=== med_out is now known as medberry
=== nyuszika7h is now known as nyu
superm1tumbleweed, the problem with distro-info is that it wouldn't update automagically when new OS releases come out since it's just parsing a CSV14:08
superm1i was hoping to have a solution that wouldn't require poking every 6 months14:08
=== nyu is now known as nyuszika7h
=== bdmurray_ is now known as bdmurray
tumbleweedsuperm1: well, it'll work as long as distro-info is kept up to date... (which one assumes bdrung will do for LTSs, via SRU)14:33
=== joey` is now known as joey
micahgsuperm1: bdrung committed to updating distro-info in an SRU for supported releases15:32
superm1doesn't it make more sense to have it fetching data from the web somewhere so that's not required though?15:32
micahgno, otherwise you can't use it in builds15:33
superm1what would you do to use it in a build?15:33
superm1*why15:33
micahgsuperm1: version specific links, dev programs that need to know what a supported release is15:35
superm1ah i see15:35
Davieymicahg / superm1: I'd love --lpapi --http (using http://changelogs.ubuntu.com/meta-release) ?15:38
micahgDaviey: I think he'd be happy taking patches :)15:38
Davieysuperm1: groovy ^^ :)15:39
micahgDaviey: I don't know what you gain though15:56
micahgif the idea is to have the information in an offline form, what do you gain by trying to get it online as well15:57
* micahg guesses this is getting OT15:57
=== deryck is now known as deryck[lunch]
=== matsubara_ is now known as matsubara-lunch
=== medberry is now known as med_out
=== matsubara-lunch is now known as matsubara
=== deryck[lunch] is now known as deryck
jdstrandhi! after upgrading to oneiric I can no longer 'bzr update' my trees. I get the following traceback: http://paste.ubuntu.com/651899/. I filed bug #81607118:43
ubot5Error: Launchpad bug 816071 could not be found18:43
jdstranda couple of others on oneiric were unable to reproduce18:44
jdstrandbut this is completely blocking my work18:45
jdstrandcan someone take a look at the paste/bug and help me?18:46
jdstrandI am good, jelmer helped me (bzr, not LP)19:07
=== med_out is now known as medberry
lifelessczajkowski: if its cc'd to me, yes.19:36
czajkowskilifeless: not sure they are cc'ing, but I got them to reply on the bug also19:37
czajkowskilifeless: what timezone are you in ?19:38
lifelessUTC+1219:39
lifelessczajkowski: I see no replies, so I guess everyone replied to the list only :(19:42
czajkowskilifeless: I suspected that I did poke people to reply on the bug19:43
lifelessthanks19:43
czajkowskilifeless: you should be able to read the archive19:43
lifelessyah, just caught up19:43
lifelessI think its going to be hard to get significant stats :)19:45
czajkowskiits a low voulme ml if you do suscribe19:46
lifelesssomeone subscribed loco council to the bug, so I think that that will do :)19:47
czajkowskiI suscribed us to the bug19:47
czajkowskime being loco council19:47
czajkowskiwell one of 619:47
lifelessah, cool19:47
czajkowskiI couldnt find the buttong to suscribe me :/19:48
lifelessedit bug mail -> 'me', 'ok' or something like that19:48
lifelessplease fila a bug though, confusion is bad ;)19:49
czajkowskilifeless: file the bug against lp ?19:49
lifelessyeah19:49
czajkowskilifeless: got a link handy to do that ...19:51
czajkowskiplease19:51
lifelesshttps://bugs.launchpad.net/launchpad/+bug/815623/+subscriptions19:51
ubot5Ubuntu bug 815623 in Launchpad itself "Mail notifications sent to team admins on joins / leaves to open teams" [Low,Triaged]19:51
czajkowskino to log a bug on lp19:51
lifelesslol :)19:51
lifelesshttps://bugs.launchpad.net/launchpad/+filebug19:52
czajkowskiso not functioning this evening19:52
czajkowskicheers19:52
czajkowskilifeless: https://bugs.launchpad.net/launchpad/+bug/81610519:55
ubot5Ubuntu bug 816105 in Launchpad itself "Confused on how to Subscribe me to a bug" [Undecided,New]19:55
QuintasanHi, is there an ETA for source 3.0 (quilt) support in Recipes? I would like to get daily builds of Telepathy-KDE but it is not possible since rules use 3.0 (quilt), not (native)20:05
czajkowskihmm20:16
czajkowskimy bug was changed to a question20:16
czajkowskiI beg to differ20:16
czajkowski:/20:16
micahgczajkowski: they probably saw the title and thought it was a support request :)20:20
czajkowskirather annoying20:28
czajkowskiit's not a Q&A20:28
czajkowskiit's a bug20:28
czajkowskias in right now the issue it is's unclear on how to suscribe yourself to a bug but can suscribe someone else20:28
micahgczajkowski: I was just referring to the way you phrased it, it's definitely a bug issue :)20:29
idnarso, there's an Ubuntu source package linked to my Launchpad project, but the link is incorrect; the source package is for a completely different piece of software. How do I go about correcting this?20:29
czajkowskimicahg: so how do I un make it a Q&A and make it back to a bug20:30
micahgczajkowski: should be a link on the bug to convert back20:31
czajkowskicheers20:31
czajkowskidone20:31
* micahg makes title look less Q&A20:32
czajkowskiknock yerself out20:32
czajkowskijust leave it as a bug :)20:32
czajkowskimicahg: want to make it confirmed :D20:36
czajkowskiand not invalid20:36
micahgI set it back to new, not sure I want to confirm (it won't help it along in any event, it needs an LP member to triage it)20:37
czajkowskinods20:38
czajkowskiok20:38
=== yofel_ is now known as yofel
=== benji changed the topic of #launchpad to: https://launchpad.net/ | Help contact: - | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net | Support: https://answers.launchpad.net/launchpad
=== quentusrex_ is now known as quentusrex
wgrantidnar: Did you get the link removed?22:09
idnarwgrant: not yet; https://launchpad.net/kali/+packages is the project in question22:11
wgrantidnar: Removed.22:15
idnarwgrant: thanks :)22:15
lifelessmicahg: are you interested in being an LP bug triager?22:48
micahglifeless: interested? sure, able?  I already have another 2 hats that I'm working on :)22:49
micahgI don't really have as much time as I used to have to keep up on what's happening in LP22:50

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!