/srv/irclogs.ubuntu.com/2011/09/01/#launchpad.txt

=== michaelh1 is now known as michaelh1|away
=== michaelh1|away is now known as michaelh1
=== michaelh1 is now known as michaelh1|away
=== jussi01_ is now known as jussi
=== bulldog98_ is now known as bulldog98
=== michaelh1|away is now known as michaelh1
YokoZarIf I set up a launchpad recipe to do a daily build in a PPA and target it to build on two different Ubuntu versions (say, Natty and Maverick), what prevents them from having a name conflict?  I ask cause normally in a PPA I can't have two different binaries built for the different versions that share the same changelog version.08:25
YokoZar(which is why I have to do something like dch -i, add a ~maverick to the end, and reupload)08:26
wgrantYokoZar: It appends ~natty1 to the end automatically.08:40
YokoZarwgrant: ok that is what I was hoping08:41
=== jtv is now known as jtv-afk
=== henninge changed the topic of #launchpad to: https://launchpad.net/ | Help contact: henninge | 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
=== Quintasan_ is now known as Quintasan
=== henninge is now known as henninge-lunch
bigonhi11:13
bigonI get http://paste.ubuntu.com/679620/ when trying to mark https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/837879 as duplicate of 83755711:13
ubot5Ubuntu bug 837879 in ca-certificates (Ubuntu) "Diginotar CA should be removed from the CA-bundle" [Undecided,Confirmed]11:13
paultaghey, poolie, I filed that GPG bug report. I figured side-chat is more at home here on IRC. I pushed the elements of what I have to lp:launchphplib, they do anon/GET only, at the moment. I had to write it to hack some fluxbox stuff up for our website, so I just class-ified it when I saw the API as fairly easy to hack into life11:15
paultagI'll put a post on planet.ubuntu once I'm happy with it (and I think it'll "work", and not disrespect launchpad's API - e.g. stuff like collection handling)11:16
nigelbHe's most probably away, its 9 pm in his TZ.11:16
paultagnigelb: yeah I know :)11:16
paultagnigelb: we were exchanging emails off a bug report, so I just left him a ping :)11:17
nigelbheh11:17
bulldog98what do I wrong with launchpad lib? http://paste.ubuntu.com/679636/11:38
wgrantbulldog98: What does it say you did wrong?11:48
bulldog98wgrant: http://paste.ubuntu.com/679647/11:48
wgrantbulldog98: Looks like you probably have a corrupt credentials file, or entered an incorrect password.11:49
geserI've seen this yesterday in #ubuntu-devel too, where someone else had the same problem11:50
geserbulldog98: do you use KDE or Gnome?11:50
bulldog98geser: KDE11:50
beatpanichi, is it possible to avoid the browser auth (or use lynx to allow the app) to enable a launchpadlib application to talk with launchpad? -- basically I want to enable my app from a remote headless server thanks11:51
geserbulldog98: try the workaround from bug #83810811:52
ubot5Launchpad bug 838108 in python-launchpadlib (Ubuntu) "authorization fails with the kwallet backend" [Undecided,Confirmed] https://launchpad.net/bugs/83810811:52
nigelbbeatpanic: lynx has worked for me before elinks is a common suggestion as well.11:52
beatpanicnigelb, nice to know, cool! have I to set some env var like BROWSER or something?11:54
nigelbIt should do it based on your conf values that should already be set.11:54
beatpanicok11:54
beatpanicthanks11:54
wgrantI think elinks and w3m work.11:54
bulldog98geser: great now it works11:54
wgrantlynx doesn't, AFAIK.11:54
bulldog98btw is there docu for launchpad lib? I need all functions of branches11:57
bulldog98of team.getBranches()11:57
geserbulldog98: https://launchpad.net/+apidoc/11:58
bulldog98geser: thanks11:58
=== henninge-lunch is now known as henninge
henningebigon: That is a timeout bug. I get the same when I try.12:23
henningebigon: can you please file a bug an mention the OOPS-ID which is part of the error output?12:24
=== michaelh1 is now known as michaelh1|away
bigonhenninge: https://bugs.launchpad.net/launchpad/+bug/83877112:27
ubot5Ubuntu bug 838771 in Launchpad itself "Timeout when merging 2 bugs (OOPS-2070DV41)" [Undecided,New]12:27
henningebigon: thanks! I'll rephrase that to read "assign duplicate", though.12:28
bigonwell yes merge is in debian :p12:29
henningenp, done.12:30
bigonany idea why it's "suspended"? https://code.launchpad.net/~vcs-imports/empathy/master212:33
bigonah git is containing submodules12:34
bigonhttp://launchpadlibrarian.net/73554668/vcs-imports-empathy-master2.log << what should be done here?12:34
bigonhttps://code.launchpad.net/~vcs-imports/empathy/master mmh12:36
henningebigon: mmh?12:38
bigonshould I do the same (aka create a master3)12:39
bigonor should I find a way to upgrade the branch?12:39
henningethat one is failing, too, though.12:39
bigonyes I know12:40
henningebut differently12:40
bigonin the white board somebody said that it create master2 to avoid the need of upgrading the branch12:40
bigon20101004 jelmer This branch is hit by a bug in the 1.9 format implementation - perhaps it can be upgraded to 2a?12:40
bigon20110227 maxb Rather than upgrade the existing branch I've created a new lp:~vcs-imports/empathy/master212:40
wgrantbigon: That was due to a bug in the first import. master2 is now failing because the git repository contains submodules, which require bzr nested tree support, which isn't done yet.12:40
henningebigon: that was axb12:41
bigonso there is nothing to do for now?12:41
wgrantbigon: Unfortunately so.12:42
bigonok thx12:42
jelmerFWIW we have a plan for nested trees, we should JFDI.12:44
candreaHello! I've sent an e-mail to feedback@lp.net a few days ago, but have not received an answer so far. I'm wondering if there are any problems with my request? It's ticket #459612:51
bulldog98why is this not working: http://paste.ubuntu.com/679752/13:53
geserbulldog98: *_collection_link gets transformed by launchpadlib into a list-like object: just use "for serie in ubuntu.series:" and let the magic work13:55
bulldog98geser: ok thanks13:55
bulldog98geser: can I use serie.active as condition?13:57
bulldog98geser: found that out13:58
deryckhenninge, I'll take IRC now.14:35
=== deryck changed the topic of #launchpad to: https://launchpad.net/ | Help contact: deryck | 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
henningederyck: thanks14:36
=== matsubara is now known as matsubara-lunch
=== tkamppeter_ is now known as tkamppeter
=== beuno is now known as beuno-lunch
=== matsubara-lunch is now known as matsubara
paultagDoes anyone know if Launchpad can import a git repo using a non-HEAD branch?16:33
paultagit won't let me fiddle with the branch on the GUI16:33
BlessJahis launchpad overloaded? i cannot make merge-request, refreshing last commits took ~5 minutes16:47
jelmerpaultag, hi16:51
jelmerpaultag, not yet, but there's an approved merge proposal that adds that support that will hopefully land in the next week16:52
jelmerBlessJah, it seemed to be working fine here a couple of minutes ago16:52
jelmerderyck: ^16:52
=== beuno-lunch is now known as beuno
jelmerpaultag, https://code.launchpad.net/~jelmer/launchpad/import-colocated-branches/+merge/7212716:52
BlessJahTimeout error16:53
BlessJahSorry, something just went wrong in Launchpad.16:53
BlessJah(Error ID: OOPS-2070CG49)16:53
ubot5https://lp-oops.canonical.com/oops.py/?oopsid=2070CG4916:53
BlessJahi'm getting it for about 10 minutes16:53
jelmerBlessJah, My day is about to end, but deryck should be able to help16:54
BlessJahkk16:54
deryckBlessJah, yeah, I'm looking.....16:56
deryckBlessJah, having to wait on the OOPS to sync, but I'll keep an eye on it and either open a bug or point you at an existing one.16:59
BlessJah517:00
BlessJahname17:00
BlessJahgrr17:00
paultagjelmer: cheers, thanks17:08
BlessJahID OOPS-2070CH68 ???17:18
ubot5https://lp-oops.canonical.com/oops.py/?oopsid=2070CH6817:18
BlessJahOOPS-2070AX7517:19
ubot5https://lp-oops.canonical.com/oops.py/?oopsid=2070AX7517:19
BlessJahderyck: is opera browser fully sopported?17:20
deryckBlessJah, if it's a timeout, browser doesn't matter.  looking at one now finally....17:37
BlessJahi'm gettind timeout and other error for more than hour17:37
deryckBlessJah, yeah, I'm sorry this is happening to you.  Looks like its bug 629087.17:41
ubot5Launchpad bug 629087 in Launchpad itself "Branch:+register-merge timeout submitting merge proposal" [Critical,Triaged] https://launchpad.net/bugs/62908717:41
deryckBlessJah, do you know how to look at your active reviews page to see if it has created the merge proposal and timed out after the fact?17:41
BlessJahno17:42
deryckBlessJah, https://code.launchpad.net/~blessjah/+activereviews  (and looks like, no, it wasn't created)17:43
BlessJahthe team is actually so small, that i can contact other way17:44
deryckBlessJah, you could try proposing from the command line with bzr lp-propse-merge.  the launchpad plugin provides this.  maybe the api won't timeout.17:45
deryckBlessJah, ok, sorry for the inconvenience.17:45
BlessJahok, thanks17:46
=== matsubara is now known as matsubara-afk
deryckabentley, pitching to you, sir.18:06
=== deryck changed the topic of #launchpad to: https://launchpad.net/ | Help contact: abentley | 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
abentleyderyck: Okie dokie.18:07
=== daker_ is now known as daker
=== daker is now known as daker_
=== zyga is now known as zyga-afk
=== daker_ is now known as daker
=== daker is now known as daker_
=== Noldorin is now known as Noldorin2
=== Noldorin2 is now known as Noldorin
=== mwhudson_ is now known as mwhudson
StyXmanhow do I de-requst a pending merge so I can re-request it with the updated code? or it is not needed?20:53
maxbjust push new code to the branch20:55
maxband add a comment to the merge proposal if you think it is needed20:56
StyXmanok, tx20:57
bjfi've got a script that just oopsed in the same place twice, can anyone tell me what OOPS-2070DS71 is about and maybe i can work around it21:08
ubot5https://lp-oops.canonical.com/oops.py/?oopsid=2070DS7121:08
=== yofel_ is now known as yofel
paultagHey Launchpad'ers - I'd like to request a super-project - and I change of ownership of a project that doctormo created22:18
paultaghttp://launchpad.net/muchmuch should be owned by https://launchpad.net/~much-devs if ya'll don't mind22:19
paultagabentley: it says you're the help contact, I'm going to poke you for fun :)22:21
jelmerpaultag, he should be able to change the ownership if he's a member of the team22:30
jelmerpaultag, alternatively, the best thing to do is to ask in the answers section for the Launchpad project on Launchpad. I suspect abentley has already left for the day.22:31
paultagjelmer: he registered it and clicked "I don't want to maintain the team" beacuse he thought that was how you get a team to own it22:32
paultagjelmer: someone should update the topic ;)22:32
jelmerpaultag, ah, I see22:32
jelmerpaultag, well, abentley is the help contact for this week.. he's just not around 24/7 :)22:32
jelmerpaultag: ah, so now it's owned by ~registry22:33
paultagjelmer: right.22:33
jelmerpaultag: I'm a member of ~registry, so I think I should be able to reassign it. Hang on...22:33
paultagjelmer: aww, gee, thanks :)22:33
jelmerpaultag, done22:33
paultagjelmer: you rock! thanks :)22:33
paultagI'll file a bug for the super-project deal22:33
paultagerm, answer rather22:33
=== abentley 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

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