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

Rinchenimports are run on demand and then every 12 hours after (usually)00:00
Rinchen(by on demand I mean when they are created)00:00
Rinchenexarkun, if it is that bug, the fix will be deployed on Wednesday with the roll-out00:01
wgrantOh.00:01
Hobbseewow, one of the bugs that i'd filed back at UDS sevilla got triaged!  Thanks Matsubara!01:30
* wgrant applauds.01:31
wgrantWhich was it?01:31
Hobbseethe square hackergotchi bailing out if it wasn't the exact resolution it wanted, rather than scaling it.  https://bugs.edge.launchpad.net/launchpad-registry/+bug/11356401:31
ubottuLaunchpad bug 113564 in launchpad-registry "If you upload a square hackergotchi, the image should be scaled to the correct resolution, instead of erroring out." [Undecided,Triaged]01:31
wgrantAha.01:31
markybobi've been waiting for translations for almost two hours now.  anyone know what's going on?02:07
exarkunHm.  I uploaded a .pot this morning and it's still in the "needs review" state.  Is that what you're talking about too?02:08
markybobno, i mean download po files02:10
=== mikrox is now known as mikro
HobbseeYou know, i'd be really interested to know how many people have said that it affects them, on https://bugs.edge.launchpad.net/ubuntu/+source/xorg/+bug/28130804:02
ubottuLaunchpad bug 281308 in xorg "xserver-xorg-input being removed on upgrade" [High,Confirmed]04:02
wgrantOoh, there's a bug now?04:04
* wgrant closes.04:04
Hobbseewgrant: oh, is that your fault?04:04
wgrantOh.04:04
wgrantI see, not the one I thought.04:04
Hobbseeno, not that one.04:04
wgrantAh, actually, yes it is.04:04
Hobbseewgrant: that particular one makes people's keyboards and mice not work after upgrades.04:04
Hobbsee(if -evdev doesn't stay installed)04:05
ajmitchthat sounds like a fun bug04:05
ajmitchI thought there was a 'me too' feature added?04:05
Hobbseeajmitch: there is.  You just can't see the numbers at all.04:05
persiaMe too is only for beta testers04:05
wgrantHobbsee: Right, that's the bug...04:05
wgrantAnd malone-me-too has no viewing UI.04:06
Hobbseewgrant: you've fixed it, or you're fixing it?04:06
ajmitchHobbsee: that's unfortunate04:06
wgrantHobbsee: It's not a bug.04:06
wgrantIt was removed for users who blindly upgraded in a 3 hour period last night.04:06
ajmitchcan it still be reproduced by people?04:07
wgrantIf their mirror synced during that three hours and hasn't again, sure.04:07
Hobbseewgrant: it seems to have been goin gofr longer than that...04:09
wgrantHobbsee: What do you mean?04:10
Hobbseeas in, people have been reporting it for longer04:10
wgrantHmmm.04:11
* Hobbsee watches -devel04:12
mdkeit used to be possible to download translations for all templates in a source package. That feature appears to have disappeared, does anyone know why?11:20
mdke(bug 147186 if anyone wants to follow up)11:25
ubottuLaunchpad bug 147186 in rosetta "Download all translations for a source package" [Medium,Confirmed] https://launchpad.net/bugs/14718611:25
=== fta_ is now known as fta
lucazade_hi14:02
lucazade_i get some issue with launchpad bzr, may i ask here?14:03
lucazade_my bzr seems to be locked, i don't know how to unlock it14:04
lucazade_anyone?14:05
geserthere is a break-lock option for bzr or so14:06
lucazade_http://pastebin.com/m3f4cdd4614:07
lucazade_i get this when i try to push14:07
lucazade_bzr brake-lock doesn't help14:08
LarstiQlucazade_: did you supply the richt branch to break-lock?14:09
LarstiQlucazade_: `bzr break-lock lp:~murrine-themes-team/murrine-themes/trunk/`14:09
lucazade_trying with this14:10
lucazade_that was the trick14:11
lucazade_thanks man!14:11
=== abentley1 is now known as abentley
=== lamont` is now known as lamont
LeefmcQuestion: How do you remove a commit from launchpad? I'm been testing and toying with bazaar trying to figure out a workflow for light checkouts, but i uploaded a commit that i didnt want to. How can i remove it?15:42
=== bascule is now known as Bascule
=== Bascule is now known as bascule
exarkunLeefmc: you can push a new branch overtop of an existing branch15:42
exarkunLeefmc: that will completely destroy the existing branch15:42
Leefmcnice, ok15:43
Leefmcso i just revert to the branch i want, and then push it, correct?15:43
Leefmcexarkun: On a side note, mind if i ask you a bzr question? Its related to a workflow involving launchpad, so im not sure if its best here or in #bazaar15:44
exarkundepends exactly what you mean by "revert"15:44
exarkuneh I hardly know anything about bzr ;)15:44
exarkunyou can ask but I probably don't know the answer15:44
Leefmcwell i kept a copy of my old repo, so i didnt even need to "remove" the bad commit, it never existed in my local repo :)15:44
Leefmcah, well i'll try in #bazaar then :)15:44
exarkunLeefmc: ah yes, so if you push the old, the new should be completely gone15:45
exarkunyou'll probably have to pass --overwrite15:45
Leefmck, thanks15:45
exarkunbecause bzr doesn't want to destroy data by default :)15:45
Leefmcexarkun: Still around?15:53
exarkunyep15:54
LeefmcLooks like your up if you dont mind, #bzr is dead15:54
exarkunsure15:54
LeefmcWell my method of workflow (coming from Git, i really enjoy it) is to be able to rapidly create new branches of test code and switch to each easily. I do this in bzr by creating my branches (/trunk, /test) and having a working directory with a light checkout, so my IDE can stick to a single directory and i dont need to jump around when switching from /trunk to /test15:56
Leefmcmake sense? Now my issue is when i want to somehow take code from launchpad and bring it into my pipeline.15:56
LeefmcIm not sure if i should be merging or updating, but either way, from /wrk (my working lightcheckout), it tends to destroy my light checkout.. or so it seems.15:57
=== doko_ is now known as doko
LeefmcI'd rather not have to cd ../trunk, update/merge, cd ../wrk, update /trunk, or something.. thats a bit of a crappy workflow. Any thoughts on what my workflow "should" be to achieve my desired effect?15:57
exarkunHmm, the crappy workflow you describe is pretty much the one that I use (I mostly use svn though). :)15:58
Leefmcbasically my goal is to never leave my working directory, but still update/merge code from launchpad15:58
LeefmcHehe, i miss Git :o15:58
LeefmcIm debating if Launchpad is worth it anyway. I mean bazaar works good enough (not as good as git imo, but thats just preference), but im using bzr FOR launchpad.. and launchpad is a bit of a pain.. slow as tar most days.15:59
Leefmcexarkun: Out of curiosity, do you use a lightcheckout like i do? If so, do you push from your lightcheckout?16:03
LeefmcOr does the push even matter where it comes from, since assuming you committed, the lightcheckout and the real branch are the same16:03
exarkunI don't think so.  I usually use regular checkouts.16:04
exarkunI assume "lightcheckout" is some fancy feature I've never heard of before. ;)16:04
LarstiQLeefmc: the push will happen from the branch you are bound to, so that shouldn't matter.16:06
LarstiQLeefmc: as long as you don't have uncommitted changes and expect them to be pushed, of course.16:06
LeefmcLarstiQ: Yea, thats what i assumed. The lightcheckout, and commands that come from that checkout, are sort of proxied to the bound branch correct? But why do commands like update and merge not seem to perform this proxied affect?16:07
Leefmc*moving convo to #bzr16:07
LarstiQexarkun: see --lightweight in `bzr help checkout`16:08
krowHi!  Can I copy just the head off of a tree from launchpad? I don't want the entire revision history, just the most recent copy?  Would it also be possible to do a range?16:31
LarstiQkrow: yes, how to do it depends on exactly what you're after16:36
krowLeefmc: What I want is just a copy of the lp:mysql-6.0 tree, bit skip all of the revisions. AKA just a download of what is the current state.16:39
krowLarstiQ: : What I want is just a copy of the lp:mysql-6.0 tree, bit skip all of the revisions. AKA just a download of what is the current state.16:39
krowLarstiQ: I want to make a diff off it and my local tree. I don't need the history right now.16:40
LarstiQkrow: is your local tree non-bzr?16:40
krowLarstiQ: I do not have a local bzr mysql-6.0 tree16:41
LarstiQok16:41
LarstiQkrow: in that case, I'd probablly do `bzr checkout --lightweight lp:mysql-6.0`16:41
LarstiQkrow: that will only get you the files in the working tree, but no history (it will contact the branch on lp for any history operations, but if you diff your local tree with some non bzr tool, that doesn't matter)16:42
LarstiQkrow: so that is what I'd do in your situation16:42
LarstiQkrow: in other situations, there are other options :)16:42
krowLarstiQ: Thanks, that is really all I need in this case. I know at some point there was a request to be able to do some sort of backfill. AKA give me the last 20 revisions, and if I want more history I will ask. I have never heard about what came of that.16:43
LarstiQkrow: right, bzr branch --stacked16:45
LarstiQkrow: or if your local tree was bzr, bzr diff -rbranch:lp:mysql-6.0 would have given you the diff16:46
krowLarstiQ: The real problem is that I am rarely long enough at a stable link to get a full copy of the tree from bzr. Its rather large and the process is slow. At the moment I can cheery pick which works "ok"16:50
LarstiQkrow: full copy including history?16:51
krowLarstiQ: Right16:51
LarstiQkrow: yeah, I can see that.16:52
krowOne of these days I want to understand what is happening, don't get me wrong, I like Launchpad and bzr from almost all standpoints is excellent, but bitkeeper did this same operation in a fraction of the time. It is the one thing I would really like to see fixed.16:54
krowLarstiQ: Thanks for your help!16:56
=== Adri2000_ is now known as Adri2000
=== nebi is now known as nebi|away
=== nebi|away is now known as nebi

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