/srv/irclogs.ubuntu.com/2010/02/19/#launchpad.txt

lwhis there a way to tell bzr to let your version clobber the one on lp ?01:53
spivlwh: bzr push --overwrite, perhaps?01:57
lwhyeah just found it in help push :)01:58
lwhwhy does it always say they diverged , just because the two trees are different?01:58
maxbBecause the graph of revisions has diverged - i.e. there are two "heads"01:59
wgrantYou should work out why this is before you try --overwrite.02:00
spivlwh: try using "bzr missing URL_OF_LP_BRANCH"02:01
spivlwh: it will tell you that the version on lp has one or more revisions your branch doesn't have, and vice versa.02:01
lwhlooks like tagging a release on the website is the difference, says I am missing that revision02:03
lwhthanks for the help this is way nicer than cvs :)02:04
maxbheh02:04
* maxb is struggling to get a $work project out of cvs02:04
maxbthe last active one in the company02:04
=== _thumper_ is now known as thumper
=== foxbuntu` is now known as foxbuntu
=== ubott2 is now known as ubottu
=== Ursinha is now known as Ursinha-afk
=== thekorn_ is now known as thekorn
bilalakhtarWhich code hoster is better :- Launchpad or SourceForge?07:28
wgrantLaunchpad supports branches. SF.net does not. That's a dealbreaker for me.07:29
bilalakhtarlaunchpad provides PPAs while SF doesnot07:29
bilalakhtarat the same time07:29
bilalakhtarSF provides webhosting07:29
wgrantLaunchpad also provides better bug tracking.07:29
bilalakhtarthats true07:29
wgrantAnd code review.07:29
bilalakhtarlaunchpad is more easy-to-use07:30
bilalakhtartoday there is a long queue at the lpia ppa build farm07:56
p_b_ris this the right place for people who need a little help with launchpad?09:18
poolieyep09:18
p_b_rcool09:18
p_b_rso I have some replies here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/41028509:18
ubottuUbuntu bug 410285 in linux "Dell Latitude E6500 freezes when put on docking station" [Undecided,New]09:18
p_b_rone of them has my home phone and mobile phone09:18
poolieoh and you're lonely and want someone to call? ;-)09:19
p_b_ris there a way I can edit my reply, to remove that?09:19
p_b_r:-)09:19
p_b_ryeah...09:19
poolienot directly but an admin can09:19
pooliemthaddon: are you up? can you help ^09:19
p_b_r...wasn't paying attention to the signature details when I posted.  Dumb "newbie" mistake made by a 30+ year 'net veteran.  Woo hoo.09:20
* mthaddon looks09:20
p_b_rSure appreciate anything you can do to remove those phone numbers from the post...09:24
mthaddonhttps://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/410285/comments/1009:25
ubottuUbuntu bug 410285 in linux "Dell Latitude E6500 freezes when put on docking station" [Undecided,New]09:25
p_b_rROCKING!  Thanks so much!09:27
mthaddonnp09:28
p_b_rthanks, mthaddon, and thanks as well to poolie for the hand-holding and joking.  have a great night!09:31
=== doctormo_ is now known as doctormo
=== matsubara-afk is now known as matsubara
=== jayne_ is now known as jayne
=== mrevell is now known as mrevell-lunch
maddinhi12:53
ftais lp able to track upstream bug status for google hosted projects?13:16
ftaline bug 52001713:17
ubottuLaunchpad bug 520017 in chromium-browser "Unable to customize layout of webpage thumbnails on "New Tab"" [Undecided,Confirmed] https://launchpad.net/bugs/52001713:17
ftalike13:17
deryckfta, do you mean can we link a bug watch against a Google code hosted project bug?13:22
ftaderyck, hm, no. in the bug above, there's already a link to an upstream. but that bug is closed upstream, and lp doesn't seem to track it13:24
deryckfta, I didn't think we updated status from Google code yet.  I'm thinking of bug 385078.13:25
ubottuLaunchpad bug 385078 in malone "Add an ExternalBugTracker for Google Code" [Medium,Triaged] https://launchpad.net/bugs/38507813:25
ftaok, thanks13:26
deryckgmb, is this still true?  See above ^^13:26
=== mrevell-lunch is now known as mrevell
ftawould be great to have that as i expect the number of chromium bugs to grow exponentially once lucid is released13:26
deryckYeah, that seems likely.13:27
AnMasterhow does one go about updating branches on launchpad from pack-0.92 to 2a?14:03
gmbderyck: We don't yet sync statuses for Google Code, no.14:05
gmbfta: ^^14:05
deryckgmb, thanks.14:07
stashi, may I ask, is there any feature like "clone this branch" in launchpad14:47
stasI cloned a branch localy, did some edits, and I would like to send a merge proposal14:48
stasfor that I need to get my own branch up...14:48
marsstas, it is very easy, just push your branch:14:49
marsbzr push lp:~myuser/theproject/mybranchname14:49
stasjust a sec14:50
marswe don't have an explicit "clone this branch command" - the step really isn't necessary.14:50
stasmars: bzr: ERROR: Invalid url supplied to transport: "lp:ubuntu-bots/irclogin-fixes": Project ubuntu-bots has no series called "irclogin-fixes"14:54
marsstas, did you provide your lp username or a team name in the upload command?14:54
stasor should I do differently14:54
stasjust a sec14:55
marsbzr push lp:~stas/ubuntu-bots/irclogin-fixes14:55
stasyeah, i think i got it :)14:55
marsbzr will remember that for the next push.14:56
marsso all you need to type is 'bzr push'.  It will remember the URL for you.14:56
stasmars: thanks, indeed that was nice, but unusual for newcomers imho14:58
marsstas, just curious, how so?14:58
stasmars: well, for example on github u got a button I was talking about, where you can clone a project did edits and than just send merge request14:59
stasnot knowing how branches work on lp, I had to bother you :)15:00
marsstas, ah15:00
marsI don't know why github went for server-side branches, where we did not.15:00
marsin LP you "just push" to where you want the branch to go15:01
stasmars: yep, thats the difference15:01
beunomars, I think it has more to do with git than bithub15:01
beunogithub15:01
=== salgado is now known as salgado-lunch
beunoI don't think you can push a git branch to a dir that doesnt exist15:02
stasbeuno: thats true, but you can take care of that serverside15:02
marsstas, with bzr pushing to anywhere, you can push to lp:~stas/ubuntu-bots/mybranch, lp:~botdevs/ubuntu-bots/mybranch, lp:~stas/ubuntu-bots/mybranch15:03
marsstas, that would be cumbersome to model in a UI: should your new branch belong to you?  To a team you are a member of?15:04
marsah, typo:  lp:~stas/+junk/mybranch15:04
stashmm, you're right, it brings new questions15:04
marsnot sure if github has a teams model like that.  Our setup allows for team ownership, and working entirely from the command-line or email15:06
marsyou don't have to touch the web UI if you don't want to15:06
mars(in fact, some LP core devs don't)15:07
stasyep, LP is far better organised from this point of view15:10
=== matsubara is now known as matsubara-lunch
=== salgado-lunch is now known as salgado
=== matsubara-lunch is now known as matsubara
=== beuno is now known as beuno-lunch
=== yofel_ is now known as yofel
persiaI seem to have been logged out of launchpad, and get lots of timeouts attempting to authenticate.17:29
marsChex, ^ known issue?17:30
persiamars: Might just be me though : do you have slowdowns?17:31
marspersia, are you on launchpad.net, or edge.launchpad.net?17:31
persialaunchpad.net17:31
persiaIt works, it's just more slow than usual, so I wonder if there's something up (but it could be local)17:32
marspersia, just making sure.  We had some intermittent slowness yesterday, too.  Just wondering if there is in fact something with the server.17:33
marsserver(s)17:33
=== beuno-lunch is now known as beuno
=== deryck is now known as deryck[lunch]
=== danilos is now known as daniloff
tsimpsonstas: ping18:21
stastsimpson: pong18:21
stashi :)18:21
tsimpsonstain: hey, would you mind joining #ubuntu-bots for a while?18:22
stastsimpson: sounds cool, what exactly i have to do?18:22
tsimpsonjust /join #ubuntu-bots :) re your bug #52450218:22
ubottuLaunchpad bug 524502 in ubuntu-bots "IRCLogin can't handle new Freenode's whois response" [Undecided,Incomplete] https://launchpad.net/bugs/52450218:22
Davieyloggerhead down?18:26
marsDaviey, works for me?  http://bazaar.launchpad.net/~mars/lazr-js/treeview/files18:28
Davieyhmm, that works18:28
Davieyahh, they all seem working now - must have been an interim thing18:28
=== deryck[lunch] is now known as deryck
fillercan lp auth against external ldap, cas, shibb via saml, etc?19:33
fillerlp.net that is ...19:33
fillereven for commercial customers who pony up $ ... ;)19:35
marsfiller, I am afraid it can not.  lp.net authenticates via login over https, like most public web services.19:37
marsfiller, with the notable exception of the Launchpad webservice API: that uses OAuth19:38
lifelessmars: I suspect filler may mean 'does lp have the ability to use external user databases' and-or, 'does lp offer other authentication front-ends for integration with user systems'.19:38
lifelessmars: I'm not sure which in particular they means19:39
fillerits hard to sell $work to get out of hosting vcs in-house when we cant have sso-like auth19:39
filler(even if its not true sso)19:39
fillers/its hard to sell/im having a hard time selling/19:39
lifelessfiller: so what you want is for your internal AAA database to be used by LP when authenticating your staff?19:39
filleri dont ming delegating authz to svn per se.  but we do auth life-cycle mgmt, and the FUD is that an auth island in lp would be ill-maintained, etc19:40
fillers/svn/lp/19:40
fillerbah19:40
lifelesswell there is a risk there. In particular we don't have great tools for organisations to manage their staff logins in LP at the moment; what we do is have a private team with all the canonical folk in it19:41
lifelessand manually add-remove people from that as they join/leave19:41
lifelesshowever the good news is that there are programming APIs to do that19:41
filleryeah.  thats the FUD im trying to answer back with some sort of technical solution.  ;)19:41
lifelessso you could have your directory, whatever it is, automatically remove users when you disable them, by doing a lookup on this private team19:42
lifelessand new users after they sign up on lp (or you could sign them up as part of induction), have it add them similarly19:42
=== salgado is now known as salgado-afk
fillerok.  thats helpful.19:47
fillerthanks, all.19:47
lifelessfiller: anytime19:48
=== EdwinGrubbs is now known as Edwin-lunch
ryehi, we had an "attack" of https://launchpad.net/~bongcaivang changing bug status and switching assignees. Is there any way to restore the old properties in batch mode?19:51
ryemars, ^19:51
marsrye, sinzui may have an answer for you19:52
sinzuirye no19:52
ryesinzui, ok, then this is a call for LP API :)19:53
=== henninge is now known as henninge-afk
Lord-Readmanryan--, tosfire is there http://impoll.net/cgi-bin/v.cgi?p=10231&r=920:18
=== matsubara is now known as matsubara-afk
=== Ursinha-afk is now known as Ursinha-brb
=== Edwin-lunch is now known as EdwinGrubbs
=== nhandler_ is now known as nhandler
zobi1how does a msgid in a translation file kept up-to-date as the template file gets updated in the Launcpad branch?23:56
zobi1Is this a manual process that the developers have to take care of?23:56

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