/srv/irclogs.ubuntu.com/2004/12/19/#launchpad.txt

dilysMerge to thelove@canonical.com/dists--bazaar--1.1: new build (patch-5)12:03
dilysMerge to thelove@canonical.com/bazaar--devo--1.1: fix up gcc errors on amd64 (patch-34)12:03
=== stub [~stub@213.151.107.243] has joined #launchpad
=== debonzi [~debonzi@213.151.107.243] has joined #launchpad
=== cprov [~cprov@213.151.107.243] has joined #launchpad
debonzijblack, man.. go to speep :)01:50
debonzis/speep/sleep01:50
debonzihehehehe01:50
debonzieven in jokes I write wrong01:50
cprovduhhh 01:50
cprovlol01:51
debonziSee you all01:51
cprovdaf: ping ?01:53
cprovdaf: don't sleep so earlier, dude !!! 02:08
=== Kinnison [~dsilvers@213.151.107.243] has joined #launchpad
=== ..[topic/#launchpad:Kinnison] : Welcome to the launchpad. Please stand clear of the smoking crater. Line on the left, one crack pipe each.
=== silbs [~sbsm0084@213.151.107.243] has joined #launchpad
=== carlos [~carlos@213.151.107.243] has joined #launchpad
=== debonzi [~debonzi@213.151.107.243] has joined #launchpad
=== cprov [~cprov@213.151.107.243] has joined #launchpad
=== stub [~stub@213.151.107.243] has joined #launchpad
=== spiv [~andrew@213.151.107.243] has joined #launchpad
=== elmo [~james@213.151.107.243] has joined #launchpad
=== SteveA [~steve@213.151.107.243] has joined #launchpad
=== BradB [~bradb@213.151.107.243] has joined #launchpad
=== salgado [~salgado@213.151.107.243] has joined #launchpad
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: merge from kiko. (patch-964)10:08
=== jblack_ [~jblack@213.151.107.243] has joined #launchpad
jblack_Any launchpad authentication gurus present? 10:18
spivI guess I count.10:19
jblack_You certainly would.10:19
jblack_I'm looking at the SM auth stuff. I think I know how to do it.10:19
jblack_But  I'm worried about unintended user consequences.10:19
jblack_You know how arch stores the urls for archives in plaintext files stored in ~/.arch-params/=locations/archive/name ? 10:20
spivWell, I didn't know the exact filename involved, but yeah.10:20
jblack_That worries me a little bit that people are going to register urls along the lines of https://launchpaduser:launchpadpass@feedme.sourcecontrol.net/launchpaduser10:21
spivRight.10:23
spivWe don't want that, ideally.10:23
jblack_so I guess the question I'm asking is this: Is the fox already in the henhouse, so to speak? 10:23
=== elmo [~james@213.151.107.243] has joined #launchpad
jblack_I.E., are other launchpad equivilants tolerating/implicitly suggesting the same behavior? 10:24
spivWell, currently that password is used for website access (i.e. logging into ubuntulinux.org)10:24
jblack_s/equivilants/components10:24
dafcprov: don't stay up so late!10:24
spivSo, it'll be in their browser's password manager.  Security-conscious users probably use the "master password" feature of their browser to protect those, thoguh.10:24
spivSo currently users don't need to have passwords in plaintext on their disk.10:25
spivAnd we're just talking about random wiki contributors and things.10:25
spivYou're talking about users that write and publish actual code which other people might want to use, so arguably the importance of protecting that is even higher.10:26
jblack_well, the right way for security concious coders is to either push via sftp, or use signed archives. 10:26
jblack_I can solve the "safe archive" problem by requiring archives be signed.10:26
spivMaybe something like gnome-keyring would help.10:27
jblack_but that doesn't solve the problem with the developer's system getting cracked, and now the cracker knows the users launchpad pw.10:27
spivHang on.10:27
spivIf the code pushes are signed, why do you need as pw at all?10:28
spivs/as pw/a password/10:28
carlosis pqm working?10:28
jblack_signed or not, I don't think we want people randomly able to upload data to other people's stuff. 10:28
spivcarlos: I say a commit about half an hour ago, so I guess so.10:29
spivsaw, rather.10:29
spivHmm.10:29
jblack_remember, its just a filesystem to arch. 10:29
carlosi sent one merge request about half an hour and it's not yet merged...10:29
=== BradB has been waiting for a while
spivIn the ideal world, the software accepting the upload would use the gpg signatures as the auth.10:30
lifelessjblack_: signed lets us determine author for a smart server... spiv - that doesn't work for a dumb server.10:30
=== lulu [~lu@213.151.107.243] has joined #launchpad
jblack_lifeless: is pqm fixed yet? 10:30
spivlifeless: Right, that's what I'm driving at.  I take it we don't want to wait to develop a smart server at this point?10:30
lifelessjblack_: what was your exact error ?10:31
spivcarlos: Well, pqm on chinstrap seems to be active10:31
lifelessoh right, ../bazaar* stuff.10:31
lifelessI'm looking at it.10:31
carlosperhaps it's locked?10:31
spivOr rather, it has processes, but they're not doing much...10:31
jblack_spiv: Yeah. The harder I look at the problem, the more convinced I am that we can't do it a safe way without full fledged accounts, which is a whole can of worms of its own.10:31
jblack_That is, with dumb servers. 10:32
daflifeless: s/--no-diffs/--summary/, pleaaase!10:32
jblack_daf: Of course not. That makes summary inconsistant10:32
jblack_daf: instead, we're putting back "baz changes" with a smarter/better changes. 10:33
lifelessdaf https://bugzilla.ubuntu.com/show_bug.cgi?id=429310:33
spivjblack_: Right.  It looks to me like the trade off of having a dumb server is that you need real accounts.  That's what lets it be dumb :)10:33
jblack_basically baz changes will be  the old changes + tree lint + conflict reporting10:33
jblack_spiv: bingo.10:33
jblack_Which takes us smack dab right where I never wanted to go in the first place. smart servers. :| 10:33
debonzijblack_, conflict reporting is cool10:34
spivWell, to provide real accounts for users in the launchpad db would require smarts in PAM or similiar anyway.10:34
spivSo, how's this for an idea:10:34
lifelesswhy can't twisteds sftp server limit the dirs an upload occurs to ?10:34
spiv(thinking out loud, if it's crap don't hurt me :) )10:34
jblack_after seeing all of the problems with twisted that the rest of the projects have had, I'm going nowhere near it.10:35
dafjblack_: what's the other meaning of "summary"? I haven't come across the term in tla/baz before10:35
spivUse Twisted's SFTP server, put code in to limit uploads to particular locations and verify gpg sigs.10:35
jblack_daf: logs -s|--summary,  abrowse -s|--summary, rbrowse -s|--summary, etc. 10:35
spivlifeless: It can, you can hook it with arbitrary python code :)10:35
dafjblack_: oh yeah, them10:36
jblack_spiv: That won't work with arch today. 10:36
jblack_the only signed file is a inventory file of sorts that lists md5s (and possibly sha1s) 10:36
spivAh, hmm.  I see.10:37
jblack_I've thought about it creatively though...10:37
jblack_for example, adding on "gnupg signed revisions emailed in", but elmo would undoubtedly block on a mailserver.10:37
jblack_think pqm, but email based.10:37
spivWe can certainly use Conch (Twisted's SFTP) to do key-based auth where the public keys are fetched out of the launchpad db.10:38
jblack_spiv: elmo and mark already said they don't like the unique accounts. 10:39
spivjblack_: This doesn't require real accounts.10:39
jblack_so we'd have to hack things up in an interesting way so that different keys gave access to different dirs, but all under one real account.10:39
spivAny more than the website does.10:39
spivThen conch would restrict uploads to locations that user is registered as having access to.10:39
spivYep, conch would make that easy.10:40
jblack_would conch scale to the dozens/hundreds of simultaneous connections we'd eventually need?10:40
spivI think it would.10:40
spivAnd this would be easy to load balance to multiple processes if necessary.10:41
jblack_how do you load balance ssh? 10:41
spivIn some benchmarks, conch is faster than openssh because it doesn't need to fork :)10:42
jblack_Well, I suppose if you could distribute the filesystem, then it doesn't matter which machine ssh comes in...10:42
spivOtherwise, it's about 2-3x slower on raw throughput, and that was 18 months ago.10:42
elmospiv: way to prove  the uselessness of benchmarks :P10:42
jblack_thoughput shouldn't be an issue. 10:42
spivWell, you could just have multiple processes each listening a different port, and something to just round robin to the different ports -- even iptables could do that, maybe.10:43
jblack_spiv: if I go with twisted/conch, I'm not going to have ddaa style problems, am I ? 10:43
spivI doubt it.10:43
=== jblack_ goes off to ponder for a few minutes
spivThere are plenty of other people using Twisted, and ddaa's the only one to have those problems ;)10:43
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: add a launchpad/doc directory for functional doctests that will be system documentation, create a canonical.launchpad.components namespace to contain the bits of launchpad's CA and add and document a thing that knows how to get the subscriber email addresses of a bug, including maintainer and assignment assignee email addresses (patch-965)10:43
spivelmo: Yeah :)10:44
lifelessjblack_: pqm is email based.10:45
lifelessso 'pqm but email based' is uhm... nuts10:45
spivlifeless: I think he means 100% email based, i.e. delivering changesets via email too?10:46
lifelesspqm supports that fully.10:46
spivOoh.10:46
spivThat's probably worth investigating then.10:46
lifelessneed a better ui to generate them for pqm, and could use some twekas/extensions for niceness.10:46
lifelessbut right now, I'm not interested in writing a new archive vfs layer : we need to solve this using the existing C clients capabilities.10:47
daflifeless: I hear I broke PQM in new and interesting ways yesterday10:51
=== Kinnison beats up on daf for coming second and thus winning
lifelessdaf: don't think so.10:52
lifelesswheres bazetta10:52
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: Fixed a bad check in postgres (patch-966)11:10
=== jblack__ [~jblack@static-209-158-45-74.scr.east.verizon.net] has joined #launchpad
Kinnisonelmo: did you get anywhere with fetching debian keyrings to mawson?11:25
stubelmo: We need python-geoip on macquarrie11:26
elmostub: done11:27
elmoKinnison: no, I need to work around my own firewall, but I'm working on it11:27
Kinnisonelmo: *grin*11:31
stubelmo, spiv: What is the hostname:port of the production auth server11:40
elmolaunchpad.ubuntu.com ?11:42
elmooh auth11:42
elmoit's on macquarie11:42
stubnmap macquarie11:42
elmoonand it seems to be on 899911:43
stubTa11:43
=== elmo beats stub
stubelmo: Can you please install nmap on belgrano?11:43
=== stub runs away quickly
elmospiv: ?11:44
elmolifeless, steve and jblack are looking for you11:44
dafspiv: did we come to a conclusion about "Something tried to set a _connection.  Ignored."?11:49
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: small fix in getting bug cc'ers. integrate with notification machinery so that maintainers and assignees get notifications too. (patch-967)11:52
BradBSteveA: ping11:57
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: utility for create Distro/DistroRelease (patch-968)12:10
=== carlos wants a pqm process only for him
KinnisonI just want pqm to merge my tiny gina patch ready for tomorrow12:16
daflifeless: 'baz add foo; baz commit -s "add foo" -- foo' still doesn't work -- is it intended that this change?12:20
lifelessdaf: yes.12:21
dafgrooovy12:21
dilysMerge to thelove@canonical.com/dists--bazaar--1.1: new build (patch-6)12:21
dilysMerge to thelove@canonical.com/bazaar--devo--1.1: clean up merge 3 way temp dir after use (patch-35)12:21
Kinnisonlifeless: Do we have 'baz undo -o ++fooshit foo.c foo.h' yet?12:22
dafKinnison: we do, and verily it rocketh12:22
lifelessbaz undo -o ++fooshit -- foo.c foo.h12:22
Kinnisonany change we can lose the -- ?12:22
elmohas anyone got mail pending for pqm?12:30
elmoas in, mail they've yet to send12:30
KinnisonI've sent one which pqm has yet to act upon12:31
elmoanyway, next person to commit, please send your mail to pqm@pqm.ubuntu.com instead and let me know when you've done so12:32
dilysMerge to thelove@canonical.com/dists--bazaar--1.1: new build (patch-7)12:33
dilysMerge to thelove@canonical.com/bazaar--devo--1.1: clean up merge 3 way temp dir after use (patch-36)12:33
lifeless'taking one penalty card and syaing that I have done so' :)12:34
Kinnisonlifeless: ?12:34
Kinnisonlifeless: did pqm eat my mail again?12:34
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: a little more gina debug stuff (patch-969)12:40
Kinnisonwoo12:41
KinnisonA mere 1h10m for that merge12:41
Kinnisonpqm is teh_fastest12:41
=== debonzi [~debonzi@213.151.107.243] has joined #launchpad
=== sabdf1 [~mark@213.151.107.243] has joined #launchpad
stubelmo: There is an apache.conf in /srv/roundup.ubuntu.com (that won't work, because it needs the SSL certificate it refers to generated). There is a roundup server running and listening on port 8080 for the proxypass stuff to be wired up.12:58
elmok12:59
elmosabdf1: dude, you're sending mail as mark@localhost.localhost01:01
=== kiko [~kiko@213.151.107.243] has joined #launchpad
Kinnisonelmo: btw, your changelog for keyring.ubuntu.com is ubunut-keyring01:03
elmosweet01:03
KinnisonI giggled :-)01:04
kikoyou ubunuts01:07
=== Kinnison [~dsilvers@213.151.107.243] has joined #launchpad
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: Fixed a bad check in postgres, really (patch-970)01:16
elmospiv: that means you too 01:36
elmoand anyone else who's been using the old address :P01:37
lifelesselmo: what address should I point the new bazaar committer at ?01:38
elmowell I'd prefer if someone test it first, but it's: pqm@pqm.ubuntu.com01:47
elmostub: okay, it's up01:48
elmoand I opened port 443 to the world01:48
elmotho, it just tracebacks very prettily ATM01:48
=== Kinnison [~dsilvers@213.151.107.243] has joined #launchpad
lifelessELMO02:04
elmoLIFELESS02:05
lifelessah thanks.02:05
lifelessgpg can't get to subkeys.pgp.net right now :[02:05
lifelessthat ah breaks it.02:05
elmoerr, uh, why does it need to ?02:05
lifelessto get the gpg key I'm trying to import.02:06
elmoso, err, 'gpg --export 0x<ID> > moo; scp moo chinstrap:' ? :P02:07
lifelessarh. I have a useful script that I have to rewrite now.02:08
elmoonce I get a proxy on the LAN you can proxy through that02:13
elmos/on/back on/02:13
elmoand not have to change your script02:13
lifelesssure. but I have to rewrite it /now/ for aaron.02:14
elmomeh, dude, you're importing a key - if you're importing it from a trusted source, what on earth do you need a script for?02:14
lifelessI'm going to rewrite it, just bitching.02:16
lifelessoh, and I remember now : I can't ssh in to pqm to copy that file across simply.02:30
carlosstub: ping02:59
dilysMerge to thelove@canonical.com/dists--bazaar--1.1: new build (patch-8)03:00
dilysMerge to thelove@canonical.com/bazaar--devo--1.1: baz now has conflict tracking (of a sort) (patch-37)03:00
daf^^ oo03:00
lifelesssomeone show some unicode03:07
elmoa03:07
lifelessthe A word03:07
daf03:07
lifelessdaf: ooh pretty03:07
daflifeless indeed,  is pronounced "ooh"03:11
daferm, yeah03:11
=== daf shakes his fist at irssi's unicode bugs
lifeless:}03:11
lifelessI guess I'm going to find them out myself now that I'm runnning uxterm03:11
dafthe only problems I have are with line-editing03:12
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: fix the product vocabulary breakage now that products don't require projects, remove the crack-fueled Product.fullname() stuff, then fix the product vocabulary again to deal with that and include executable documentation to show how it all works (patch-971)03:14
dafstub: how do I get a launchpad_ftest_template DB?03:34
=== lulu [~lu@213.151.107.243] has joined #launchpad
spivdaf: cd database/schema; make ?03:36
dafhrm03:36
dafI did that earlier today03:36
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: Add canonical.database.reconnect, transparent reconnection support for psycopg (patch-972)03:37
dafoh, that worked03:38
dafgrumble03:38
kikoWHERE IS MY FUELAGE04:03
kikodaf, can't you get the name of the person doing the commit to RF?04:03
carloslifeless: dude I don't see it04:04
carloslifeless: could you send me it by mail, please?04:04
dafkiko: well, it can be guessed at04:05
dafkiko: I don't have time to change it now04:05
dafkiko: you're welcome to change it04:05
kiko'patches welcome' is so bogus :-P04:14
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: Layout changes on Distro/DistroRelease (patch-973)04:14
SteveAkiko: pqm should send this information in the email it sends04:15
SteveAdilys would need to guess by seeing who made most patches or something like that04:16
dafSteveA: there's a solution that works 90% of the time that can be implemented without changing PQM04:16
daf(i.e. guessing)04:16
dafbut I'm not going to spend time on it now04:16
kikopqm is on mescaline04:23
=== kiko waaahs
stubdaf: What spiv said04:29
lifelesselmo: so, your jabber still doesn't pop up does it ?04:31
elmono, seb128 says it's a reported, upstream, bug04:32
dafstub: yar -- I did that earlier today, so it must have mysteriously disappeared somehow04:32
elmoin fact, gnome's regressed even further, and I can't keyboard switch to my jabber client anymore04:32
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: Rosetta fixes for Carlos (patch-974)04:33
salgadoBradB, do plone's css have something predefined to make a leftmenu (like it do for tabs, with contentViews)?04:33
salgadoI mean, the plone.css file located in templates/ (I wasn't able to find nothing there)04:35
lifelessurgle. that sucks.04:36
BradBsalgado: dunno dude, i learned CSS on a very as-needed basis. :)04:39
BradBs/learned/learn/04:39
dilysMerge to thelove@canonical.com/dists--bazaar--1.1: new build (patch-9)04:40
dilysMerge to thelove@canonical.com/bazaar--devo--1.1: rename all cmd-* files to *, reducing path info duplication (patch-38)04:40
salgadoBradB, exactly the same way I did... thanks, anyway04:43
dilysMalone bug #109 fixed for package launchpad: Fix fullname() database/product.py, with test04:46
dilyshttps://dogfood.ubuntu.com/malone/bugs/10904:46
dilysNew Malone bug #126: "Need to run Launchpad at the interactive Python prompt", submitted by Brad Bollenbach04:51
dilyshttps://dogfood.ubuntu.com/malone/bugs/12604:51
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: Soyuz SourcePackage builddepens new layout. Some more soyuz fix. Merge from kiko. Moved rosetta ProductView import inside productTranslations method. Import it from outside makes the python package launchpad.browser have two ProductView wich makes pain. Should be moved out since rosetta.browser classes are moved (or merged) in launchpad.browser. (patch-975)05:06
kikoIT IS A MIRACLE05:07
=== lulu [~lu@213.151.107.243] has joined #launchpad
=== jordi [~jordi@115.Red-213-96-69.pooles.rima-tde.net] has joined #launchpad
jordicarlos: would this be the right channel to point at rosetta blowups when^Wif they happen?05:21
jordicarlos: in any case, importing XQF worked.05:21
jordiI guess you need to approve the template or something.05:22
jordiand I need to know if I can upload already-made translations to the database or that's in TODO05:23
carlosjordi: yeah05:26
carlosbut better a mail to daf & me05:26
carlosso we don't forget it if we cannot fix it in that moment05:26
jordinod05:28
jordiwell, if you can fix or are on it, I prefer to spare the mail. :)05:28
jordianyway, can you approve the stuff, and can I import an already existing pofile?05:29
carlosjordi: I don't see it05:29
carlosare you sure it did not failed? ;-)05:29
jordino.05:30
carlos(it's possible you didn't get feedback about it O:-) )05:30
jordihttps://rosetta.shuttleworthfoundation.org/products/xqf05:30
carlosjordi: seems like you found a bug, because i don't see it as pending of being imported05:35
carloscould you send me an email with that report? thanks.05:35
jordiwhich report?05:38
BradBfiling this stuff in malone would do this sort of thing automatically, assuming daf/carlos are properly setup as maintainers of the relevant product.05:43
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: translation form improvements (patch-976)05:43
carlosjordi: that you sent a translation and I don't see it in the moderation queue05:43
carlosBradB: but he don't have access to malone05:44
carlosthat's why I ask mails, if you get a way to use it as we use rosetta, we will redirect the bug reports there05:44
carlosBradB: that could be a good thing05:44
carlosso we test rosetta and malone at the same time05:44
carlosBradB: could you ask steve/mark about it?05:45
jordicarlos: oh. A bug report. Sure.05:48
=== kiko kicks pqm
jordiI guess I have no more access to malone now. That would be TRT :/05:48
carlosjordi: no, you cannot reach malone anymore05:48
jordik05:48
kikohave you kicked your pqm today?05:51
=== lulu [~lu@213.151.107.243] has joined #launchpad
=== kiko [~kiko@213.151.107.243] has joined #launchpad
kikodilys!!06:09
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: More layout Improves(?) (patch-977)06:12
kikowtf is MY merge06:18
kikowaaaaah06:18
dilyskiko: naughty children don't get merges06:21
=== salgado [~salgado@213.151.107.243] has joined #launchpad
=== SteveA [~steve@213.151.107.243] has joined #launchpad
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: Some more stuff from kiko. (patch-978)06:38
kikoALELUIA06:38
=== spiv waits for dilys to say "...just kidding"
spiv;)06:41
Kinnisonspiv: heh06:44
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: Undo kiko's work for today. (patch-979)06:55
BradBthe hell?! :)06:56
=== kiko strangles daf
dilyskiko: :-P06:56
BradBthat was amazingly realistic06:57
BradBthe humans are taking over the machines!06:57
=== kiko looks weird at BradB
=== BradB 's computer looks weird at kiko
KinnisonNo dude, your computer just looks weird07:01
KinnisonIt only has one mouse button07:01
Kinnisontalk about retarded07:01
KinnisonAnd your internal wireless doesn't work07:01
KinnisonI mean... talk about suck07:01
BradBazho!07:02
KinnisonA-word back atcha07:02
=== salgado [~salgado@213.151.107.243] has joined #launchpad
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: fix bug activity to log most of the rest of the important things that can happen to a bug, and add a (human-readable) functional doctest detailing how it works (patch-979)07:21
=== SteveA is reminded of "the A team"
KinnisonDoo do doooooo, da da doooooo07:21
=== SteveA is now known as SteveNotA
=== SteveNotA is now known as SteveA
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: More and more UI Improves (patch-980)07:34
jordiIf gnome-terminal crashes, is it reasonable to blame seb?07:47
spivjordi: He fixed my gnome-terminal crash bug, so probably ;)07:49
=== BradB [~bradb@213.151.107.243] has joined #launchpad
jordispiv: lucky. I already reported this one. It's hard to reproduce without my totally slow laptop: right click, and while the terminal options dialog is being drawn, click again.07:55
jordiBoom!07:55
spivjordi: That's the one I reported.07:59
spivIt's apparently fixed in hoary.07:59
spivseb closed the bug, anyway ;)07:59
jordiwhy isn't seb in here...08:01
jordispiv: kewl to know!08:01
jordiI guess I need to find the patch for Debian.08:01
spivjordi: https://bugzilla.ubuntu.com/show_bug.cgi?id=316708:02
jordiI love when people just do work for you. Thanks :)08:03
spivNo worries :)08:09
!lilo:*! group contact added for EOGEO, Ltd., of Needham, Massachusetts, USA. EOGEO is an IRS 501(c)(03) organization chartered to provide access to geospatial data to the not-for-profit sector and the general public. (http://www.eogeo.org/)08:16
=== silbs [~sbsm0084@213.151.107.243] has left #launchpad []
!lilo:*! pending group contact verification: lugbari08:33
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: LaunchBag (patch-981)08:37
!lilo:*! group contact added for NetBSD Foundation, New York, NY USA. category: not-for-profit/code09:07
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: Improving DistroTools utilities class and more layout improves (patch-982)09:08
cprovlifeless: ping09:24
cprovlifeless: email for you 09:28
lifelessmm ?09:29
lifelessmail is horked right now, if its urgent just tell me.09:30
lifeless(its filtering which takes /ages/ away from home)09:30
cprovlifeless: ok, baz crashes on star-merge with: /pqm/build_dir/thelove@canonical.com/thelove@canonical.com---bazaar--devo--1.1/src/baz/libarch/namespace.c:427:botched invariant09:32
cprov    arch_valid_package_name (name, arch_maybe_archive, arch_req_package, 1)09:32
cprovPANIC: exiting on botched invariant09:32
cprovversion ->  1.1-~20041208153409:32
cprovlifeless: any idea ? 09:33
kikodilys, dilys, dilys09:39
lifelesswhats the merge command you are running ?09:39
lifelesssorry, wireles playing silly games09:39
cprovbaz star-merge -t 09:40
lifelesswith no parameters ?09:40
cprovrocketfuel archive ...09:41
cprovlifeless: am I missing some parameter ?09:42
lifelesscprov: whats the exact command you type in.09:42
lifelesscopy and paste it please09:42
cprov!!!! -> baz star-merge -t rocketfuel@canonical.com/launchpad--devel--009:44
cprovit works with delta 09:45
lifelessthats very strange.09:45
lifeless(let me try.09:45
cprovlifeless: ok09:46
lifelessoh, (IMO) sexy:09:47
lifelessrobertc@lifelesslap:~/source/canonical/bazaar/src/baz$ ../../debian/build/baz/baz/baz changes09:47
lifeless* looking for robert.collins@canonical.com--general/bazaar--devel--1.1--patch-33 to compare with09:47
lifeless* comparing to robert.collins@canonical.com--general/bazaar--devel--1.1--patch-3309:47
lifelessA   tests/.arch-ids/test-changes.sh.id09:47
lifelessA   tests/test-changes.sh09:47
lifeless M  commands/changes.c09:47
lifeless M  libarch/changeset-report.c09:47
lifeless M  libarch/changeset-report.h09:47
lifeless M  tests/Makefile.in09:47
lifeless(yes, the stepped output is intentional)09:47
lifeless(but perhaps the columns are wrong.)09:47
dilysMerge to rocketfuel@canonical.com/launchpad--devel--0: Some more stuff from kiko. (patch-983)09:49
cprovlifeless: and ?09:49
lifelesscprov: it appears to have run just fine. I'm upgrading my baz now, as you ahve a newer one.09:50
cprovlifeless: I just used "-t" 5 or 6 today ... I'd only used delta, I don't know if it is related.09:51
kiko5 or 6 times09:57
cprov...yeah09:59
!lilo:*! group contact added for unixboard, a german forum site for linux and unix users... http://www.unixboard.de ; category, informal/webmedia10:02
kikobanzai baby10:11
=== sabdf1 [~mark@213.151.107.243] has left #launchpad []
lifelessbah silly wireless10:16
dilysMerge to thelove@canonical.com/dists--bazaar--1.1: new build (patch-10)10:32
dilysMerge to thelove@canonical.com/bazaar--devo--1.1: reimplement a changes command for local tree changes, replacing the temporary problems command bug #4293 (patch-39)10:32
dilysMerge to thelove@canonical.com/dists--bazaar--1.1: new build (patch-11)10:48
dilysMerge to thelove@canonical.com/bazaar--devo--1.1: replace diff --nodiffs with diff --summary. Bug #4293 (patch-40)10:48
=== carlos [~carlos@213.151.107.243] has joined #launchpad
dilysNew Malone bug #127: "please add a button to copy the original text to the translation", submitted by Sebastien Bacher 11:45
dilyshttps://dogfood.ubuntu.com/malone/bugs/12711:45

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