/srv/irclogs.ubuntu.com/2008/10/21/#launchpad.txt

=== sevenseeke1 is now known as sevenseeker_
=== spiv_ is now known as spiv
lifelesswin 2403:35
=== poolie_ is now known as poolie
csilkso why is lp going so slow?05:19
poolieit looks like soyuz no longer sends mail when packages complete building or are published?06:31
Hobbseepoolie: er...did it ever do that?06:31
pooliei thought it did06:32
pooliefor PPAs i mean06:32
pooliei remember people complaining about it :)06:32
Hobbseepoolie: don't think so - mails are sent for packages being accepted (or rejected), and for build failures.06:32
poolieah, maybe it was only for failure06:32
Hobbseemay well have been06:33
pooliethat seems strange but maybe it's just me06:33
Hobbseewell, wouldn't you normally find out when you updated your system again?06:33
=== thekorn_ is now known as thekorn
=== Verterok is now known as Verterok|off
wgrantWho let tdflanders onto launchpad-users!?09:53
tobydoxhi12:15
tobydoxis there any possibility to reset my PPA to start all over?12:15
persiatobydox, Not really.  You could delete everything, but the record of the uploads would still remain, so you'd have to use larger version numbers when starting over.12:16
tobydox:-/12:17
tobydoxI mean someone of the admins can't just reset it?12:17
tobydoxpersia: the problem is: I can't delete superseeded packages12:18
persiatobydox, Why would you need to do that?12:19
tobydoxbecause those buggy builds are still in the archives12:19
wgrantSuperseded packages will be deleted automatically.12:19
tobydoxhm but seems to take much longer12:20
persiaWell, deleted from the archive.  LP will still have them for recovery/comparison if required.12:20
EricIsGoodI'm trying to view http://bazaar.launchpad.net/~mysql/mysql-server/mysql-5.0/files but keep getting "please try agian"12:32
wgrantEricIsGood: The MySQL branches are huge... normally if you try a few times or perhaps wait a few minutes it will cache enough that it will work and continue to work.12:33
EricIsGoodthanks... I'm trying to find the mysql source for Rand... any idea where it is in there repository?12:35
wgrantI don't know much about MySQL's code.12:35
EricIsGooddoes launchhpad have a source search function?12:36
beunomdke, restarting the codebrowse server12:47
beunoyou should be able to access the page in a few minutes12:47
wgrantbeuno: Working for me now. Thanks.12:50
beuno:)12:51
wgrantEricIsGood: It seems to work now.12:52
mwhudsonnew record rss size for codebrowse!!12:55
wgrantmwhudson: How huge?12:55
wgrantAnd why does it leak so much?12:55
mwhudsonwgrant: if we knew, we'd fix it12:55
wgrantHmm.12:57
NCommandermorning beuno12:57
beunomornin NCommander13:10
NCommanderbeuno, care to look at a question on LP for me?13:10
beunoNCommander, sure13:11
beunoI'm off to lunch13:11
beunobut I'll get to it in an hour13:11
beunopaste it13:11
beuno\I'll read when I get back  :)13:11
NCommanderah13:11
sgornickHow does one report "inappropriate content"?  I came across comment spam:  https://answers.launchpad.net/launchpad-answers/+question/1415413:48
persiasgornick, Generally asking a question asking the offensive content to be removed.13:49
sgornickpersia, thanks for your reply.  Meaning, asking a question via e-mail to someone on the helprotation list?  Or here in #launchpad,  or ... other method?13:52
persiaOn answers.launchpad.net13:52
persiaEven when there is a help contact available, it's nice to have it for review/audit purposes.13:53
sgornickpersia, I see ... similar to this one: https://answers.launchpad.net/malone/+question/4512013:54
persiaWell, my browser doesn't seem to be opening any pages right now, but I suspect so.13:55
beunoNCommander, back!13:58
NCommanderwb13:59
beunoNCommander, so, did I miss your question?14:04
NCommanderbeuno, oops14:04
=== stub1 is now known as stub
NCommanderbeuno, https://answers.edge.launchpad.net/launchpad/+question/4853114:04
beunoNCommander, I'll get cprov or bigjools to take a peak at it between sessions14:09
edsucan someone help a noob understand how to push some code to https://launchpad.net/pymarc ?14:09
beunoedsu, have you seen https://help.launchpad.net/BzrHowto ?14:10
edsubeuno: not yet, thank you, i will read14:12
beunoedsu, feel free to ask if you still can't push14:12
edsuso in ~launchpad_user_or_team/project_name/branch can i leave off 'branch' to push to the trunk?14:19
beunoedsu, if you define a development focus for that project14:19
beunoyou can just do:    bzr push lp:projectname14:20
edsuhow do i defined the development focus?14:24
edsus/defined/define/14:24
edsui get an error like this when I try to push lp:pymarc ; bzr: ERROR: Cannot lock LockDir(http://bazaar.launchpad.net/%7Evcs-imports/pymarc/trunk/.bzr/repository/lock): Transport operation not possible: http does not support mkdir()14:25
beunoedsu, you didn't do:  bzr launchpad-login <username>14:27
edsunope, but that wasn't in that howto either14:27
* edsu tries14:27
beunoedsu, it isn't14:28
beunoit should  :)14:28
* beuno looks14:28
edsuok, i logged in ok (added my key to lp)14:32
edsubut now i get this: bzr: ERROR: Cannot lock LockDir(lp-46042832:///~vcs-imports/pymarc/trunk/.bzr/repositorylock): Transport operation not possible: readonly transport14:32
edsunote: i didn't set up pymarc initially, a lp admin did apparently, they took the code from my private repo and put it in lp, and i'd like to update it14:32
beunoedsu, ah14:33
edsui imagine i might have to ask someone for permission to do that?14:33
beunoyou can't push to vcimports...14:33
beunohm14:33
beunoedsu, was that a one time import?14:34
kiko-zzzedsu, you should create a new branch now!14:34
beunobecause if it's continuos, then you can't really push to it14:34
=== kiko-zzz is now known as kiko
edsuhere's what i'm looking at: https://launchpad.net/pymarc14:34
edsuso does it automatically pull?14:34
beunoedsu, imports do, yes14:34
beuno*but*, you probably want the project in launchpad/bzr, right?14:35
beunoyou can always merge from the import14:35
edsuwell i'm ok with it being elsewhere, as long as it updates14:35
edsuas long as lp updates i mean14:35
beunoedsu, so you'll push elsewhere?14:35
beunoit'll be slower though14:35
beunobecause it has to import n' stuff14:36
edsuhow much slower? is it known how often lp pulls?14:36
beunoit varies14:36
cjwatsonit sounds like you actually want to push to ~edsu/pymarc/trunk (or whatever your LP username is, or ~team)14:36
beunoso *much* slower14:36
cjwatsonand then set that as the development focus14:36
cjwatsonand regard ~vcs-imports as obsolete14:36
beunoI think cjwatson is right  :)14:36
edsucjwatson: ahh :)14:36
edsuhow do i set the development focus again?14:36
beunoedsu, edit the branch14:36
beunowhen you upload a new branch14:37
beunoyou'll see an edit icon next to the title14:37
mwhudsonhttps://code.edge.launchpad.net/~vcs-imports/pymarc/trunk14:37
mwhudsonwhat?14:37
mwhudsonhow did that end up like that?14:37
mwhudsonit's a mirrored branch, but owned by vcs-imports14:37
cjwatsonedsu: if you decide you want to do the mirrored branch thing (pulls every few hours, IME) then you can set that up from https://code.launchpad.net/pymarc/+addbranch14:40
cjwatsonI do that for man-db14:40
cjwatsonwhich is a situation where the initial branch was created by ~vcs-imports by importing a CVS repository, but that's now obsolete14:40
* edsu pushes14:42
edsui guess if want to update the url that https://code.edge.launchpad.net/~vcs-imports/pymarc/trunk is pulling from i'd have to talk to Tim Penhey?14:49
beunoedsu, why do you want to update the URL?14:50
beunoyou can just push a new branch to LP14:50
beunoor do you still want to commit remotely?14:50
edsuwell it would fix the problem of the url not being correct anymore14:52
thumperedsu: you can ask a question on launchpad-bazaar and someone will get to it14:53
edsui did just push, but i don't see anywhere how to set the development focus at https://code.edge.launchpad.net/pymarc14:53
beunoedsu, https://code.edge.launchpad.net/~ehs-pobox/pymarc/trunk14:54
beunoyou should see an edit icon next to the title14:54
thumperedsu: did you want me to delete the vcs-import branch?14:54
thumperedsu: is this your project?14:55
thumperedsu: if it is we can change the project maintainer to you rather than the registry admin team14:55
edsuit is my project yeah14:55
thumperedsu: once you are the maintainer, you can set the dev focus14:56
edsuso i set the radio button to 'Development'?14:56
thumperedsu: that doesn't make it the dev focus14:56
thumperkiko: can we give edsu the pymarc project?14:57
edsuahh ok, how do i become the maintainer? should i talk to Tim Penhey mentioned here https://code.edge.launchpad.net/~vcs-imports/pymarc/trunk ?14:57
thumperedsu: that's me14:57
edsuthumper: oh hi :)14:57
* beuno tries to remember how to set the dev focius14:57
edsuthumper: thanks for adding pymarc to launchpad a while back :)14:57
thumperedsu: however we need an lp admin to change the project maintainer from the registry admin to you14:57
edsuthumper: gotcha14:57
thumperbeuno: from the series14:57
thumperbeuno: we should have a link on the project code page14:58
beunoah, ew14:58
beunoactually14:58
beunokinda no14:58
thumperbeuno: maybe, maybe not14:58
kikothumper, sure. does he want it?14:59
thumperbeuno: we can talk later14:59
beunohttps://launchpad.net/pymarc/+edit14:59
thumperkiko: yes,14:59
beunoedsu, ^14:59
beunoon the bottom14:59
kikoedsu, what's your launchpad id?15:00
kikothumper, edsu: saw the privmsg, done15:00
kikoedsu, yours :)15:00
edsukiko++ # thanks15:00
edsubueno++15:01
edsuthumper++ # too for patience, and info15:01
thumperedsu: https://edge.launchpad.net/pymarc/trunk, there is a menu on the RHS to link to branch15:01
thumperedsu: put your branch in there15:01
thumperedsu: I'll mark the old vcs-import branch as abandoned15:02
edsuodd i can't seem to find my branch in the 'Select a Branch' menu, it only seems to find stuff in ~vcs-imports15:04
thumperedsu: just type in your lp id15:05
thumperedsu: and it should find your branch15:05
edsuright on15:05
thumperedsu: worked?15:06
kikothumper, yeah, that vocab is weird15:06
edsuthink so15:06
thumperkiko: yeah, kinda15:06
thumperkiko: we should change the widget rather than the vocab15:06
thumperimplementation details15:06
thumperedsu: yep it worked15:06
beunothumper, talking about implementation details15:06
mwhudson"invalid input, which of these 1 options did you actually mean?!"15:06
edsusweet, thanks much15:06
beunoI found my "ToDo with thumper at Epic" note15:06
thumperedsu: you'll notice you can get your branch with `lp:pymarc` now15:07
edsuvery nice15:08
thumperedsu: I notice that your last three commits don't have full email addresses in the bzr commit log15:09
thumperedsu: new machine?15:10
edsuthumper: yeah, is it just ed@hammer?15:23
thumperedsu: uh ha15:23
thumperedsu: `bzr whoami`15:23
edsuthumper: i hadn't run bzr whoami yet on that machine :(15:23
thumperedsu: no time like the present15:23
edsuyup already done sir15:23
* beuno has a half-baked patch for bzr to warn you about that15:23
=== fta_ is now known as fta
aladinHow can I add me to the list named "Also notified" of a bug?16:44
thekornaladin: subscribe to the bug mail for this project/package16:45
thekornaladin: if it is a rojects the link is like https://bugs.edge.launchpad.net/yourproject/+subscribe16:48
thekornor for a package : https://edge.launchpad.net/mydistro/+source/mypackage/+subscribe16:49
aladinthekorn: I want to be notified by https://bugs.launchpad.net/ubuntu/+bug/102910    Have I do click to "Subscripe"?16:51
ubottuLaunchpad bug 102910 in ubuntu "FFe: [need-packaging] TV-Browser" [Wishlist,Confirmed]16:51
thekornaladin: in this case click on "subscribeƂ" to get all bugmails for tjhis bugreport16:53
aladinthekorn:  OK. Now I am on the list of Subscribers. How can I put me on the list "Also notified" in this case?16:56
andrea-bsaladin: do you want to receive notifications about all bugs in ubuntu?16:57
persiaaladin, You *don't* want to receive notifications about all bugs in ubuntu.  The volume is high enough that it will probably break your mail client unless you have specialised scripting in place.16:58
aladinandrea-bs: About all bugs? No. About some bugs...16:58
andrea-bsaladin: are you interested in some specific packages?16:59
aladinandrea-bs: Yes, but also interested in some bugs without corresponding packages (Bug 102910).17:01
ubottuLaunchpad bug 102910 in ubuntu "FFe: [need-packaging] TV-Browser" [Wishlist,Confirmed] https://launchpad.net/bugs/10291017:01
mptooh, that's an interesting and useful thing17:02
andrea-bsaladin: well, actually you can only subscribe to specific packages or to everything in ubuntu17:02
mptsubscribed to all bugs without packages17:02
mptreport a bug asking for that :-)17:02
mpt(Actually, that would probably still be a deluge)17:03
aladinandrea-bs: OK, thank you!17:04
=== Verterok|off is now known as Verterok
calcwhy does this bug show up as an upstream pending bug for OOo?18:19
calchttps://bugs.edge.launchpad.net/ubuntu/+source/openoffice.org/+bug/21699518:19
ubottuLaunchpad bug 216995 in openoffice.org "No Sound when viewing a Presentation" [Undecided,New]18:19
calcer pending_bugwatch to be precise18:19
mae^can someone help me.. when I branch the ActiveRDF trunk I'm only getting 1 revision in the branch history though I can see all the revisions through the loggerhead interface18:52
beunomae^, what's the URL?18:55
mae^https://bazaar.launchpad.net/~activerdf/activerdf/trunk/18:55
beunomae^, ah, the branch seems borken somehow18:56
beunodo you have write access to it?18:57
mae^dont think so18:58
beunomae^, ok, I'll try and get an admin to look at it18:58
mae^thanks18:59
beunomae^, trying to fix it now...19:35
mae^beuno: great!19:48
mthaddonmae^, should now be fixed19:51
=== bascule is now known as ba5cu13
=== ba5cu13 is now known as bascule
detI have source packages compatible with both ubuntu and debian, does launchpad offer a PPA service for Debian ?20:44
beunodet, it doesn't for now20:44
detIf not, are there any other services that I can use ?20:44
beunoI wouldn't know who else provides build serviced...20:45
NCommanderdet, SuSE's build service supports Debian, but that may not be what you are looking for20:52
* NCommander notes that more for building custom distributions20:53
mae^mthaddon: hrmm.. nope  http://pastie.org/29745221:02
mthaddonmae^, thx - we just realized this here - still working on it... :(21:03
beunomae^, that actually looks alright21:07
beuno717 revisions21:07
mae^beuno: look at the branch history.. 1 revision21:12
beunomae^, try running:  bzr reconcile21:12
mae^holy fsck! that was it! what did that do?21:14
beunoto me, it's mostly magic21:14
mae^so doesn't that mean the branch on the launchpad side needs the same?21:16
beunoyes21:16
beunowe ran it21:17
beunoI don;t know why it's still broken21:17
beunosome moving part I don't know about21:17
mae^hrmm. so is it fixable?21:18
beunoyes21:22
beunoI'll email the owner21:22
beunounless you know him21:22
mae^I talked with him last night, he didn't know what to do and only had a lightweight checkout on his machine so he didn't have any of the old revisions21:23
beunomae^, get him to run:    bzr reconcile lp:activerdf21:24
beunoand it'll get fixed21:24
beunoI have a copy of the branch21:24
beunoso we can find out what went wrong21:24
mae^ok, I'll pass that along21:24
beunothanks21:25
mae^thank *you*21:29
huayra!bug #121:29
ubottuhttps://bugs.launchpad.net/ubuntu/+bug/1 (Won't display info)21:29
=== jaypipes is now known as jay-dinner
awilkinsQuestion : what are the odds of you lot releasing launchpad sources to a major national governmental organisation for internal trial and development?22:28
Odd_BlokeI'm looking at https://code.launchpad.net/~daniel-thewatkins/bzr-twitter/bzr-twitter and am wondering if Launchpad might have a copy from before whatever went wrong on my end went wrong?23:04
kikoOdd_Bloke, hmmm, probably not23:15
Odd_Bloke:(23:16
Odd_BlokeI'll look at this more tomorrow.23:16
Odd_Blokekiko: Thanks for answering. :)23:16

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