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

=== Ursinha changed the topic of #launchpad to: codehosting is back -- branch updates are catching up | Read https://help.launchpad.net for help | Help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: see channel #launchpad-dev
=== Ursinha is now known as Ursinha-afk
stochasticHow do I link an Ubuntu package to a sourceforge project?00:18
stochasticOr how do I link a sourceforge bug to a launchpad bug?00:23
stochasticDoes anyone know?00:26
patx2copy n paste?00:28
stochasticpatx2 copy n paste what?  I've tried with the sourceforge link but lauchpad doesn't like that00:28
patx2meh idk00:30
wgrantstochastic: "doesn't like that?"00:31
stochasticwgrant, I pasted the sourceforge link into the "Link to an upstream project" page and it claims "You must choose a project series."00:32
wgrantstochastic: Ah. That's for linking to another Launchpad project (which could potentially reference SourceForge.net as its bugtracker)00:33
stochasticwgrant, I'm trying to link the Muse (ubuntu) package to http://sourceforge.net/projects/lmuse/00:33
wgrantstochastic: If you want to link a Launchpad bug to a SourceForge bug, click 'Also affects project', select the relevant project, and enter the bug URL.00:33
stochasticwgrant that process results in this error:  There is no project in Launchpad named "http://sourceforge.net/projects/lmuse/". Please search for it as it may be registered with a different name.00:35
wgrantstochastic: Select the relevant Launchpad project, not enter some foreign URL.00:36
wgrantI'm trying to check if there is already such a Launchpad project.00:36
wgrantBut Firefox is not being agreeable.00:36
stochasticwgrant, there is no project in launchpad for this software00:37
stochasticwgrant, just the Ubuntu package for it00:37
wgrantstochastic: Then you'll need to create one.00:37
wgrantI suspect this will be made a little more convenient in the coming months, but for now you must register it manually.00:37
wgrantstochastic: is https://launchpad.net/muse not it?00:39
stochasticnope totally different project00:39
stochasticwgrant, okay I've created a project https://launchpad.net/lmuse but how do I link this to sourceforge now?00:41
wgrantGiven that that project seems to have never had anything done on it, it might be a good idea to contact the owner and convince him to rename it.00:42
wgrantstochastic: If you go to https://launchpad.net/lmuse/+edit, you should see somewhere a dropdown listbox to select the bug tracker.00:43
wgrantstochastic: Then go to https://launchpad.net/ubuntu/+source/muse, and enter 'lmuse/trunk' as the project series.00:43
stochasticwgrant, yes I'm starting to see how this is organized.  Quite confusing process to just link a launchpad bug to an upstream bug.00:43
wgrantstochastic: You only have to do it the first time, and you don't actually have to configure the bug tracker on +edit.00:44
wgrantBut as I said, I believe this sort of thing is meant to be a focus of Launchpad development over the next few months.00:44
wgrantAll you actually needed to do was: 1) Create the project. 2) 'Also affects project'. 3) Enter project name. 4) Enter bug URL.00:45
stochasticwgrant, thanks for the help. upstream bug is now linked.00:47
wgrantstochastic: Great.00:47
=== micahg1 is now known as micahg
=== ubott2 is now known as ubottu
jgoppert_can someone delete my extra ppa jgoppert/uvsim ?02:38
micahgjgoppert_: you need to file a request here: https://answers.launchpad.net/launchpad02:42
jgoppert_micahg: thanks02:49
=== flacoste_lunch is now known as flacoste
=== funkyHat_ is now known as funkyHat
RhondaHi there. :)  I wonder, how long is it expected to take until the CoC 1.1 will appear on launchpad.net/codeofconduct?09:08
bigjoolsfta: ping09:18
=== Ursinha-afk is now known as Ursinha
=== Ursinha changed the topic of #launchpad to: codehosting is back -- branch updates are catching up | Read https://help.launchpad.net for help | Help contact: Ursinha | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: see channel #launchpad-dev
=== matsubara_ is now known as matsubara
Ursinhabigjools, hello12:54
bigjoolsUrsinha: hi12:55
Ursinhabigjools, do you have an idea of what could be possibly happening to this user: https://answers.edge.launchpad.net/launchpad/+question/8716712:56
Ursinhayou may understand dput error messages better than I do..12:56
bigjoolsUrsinha: well that's odd - I suspect he has a dput proxy that is refusing connections12:58
bigjoolslet me reply12:58
Ursinhabigjools, thanks a lot12:59
facundobatistaHi all13:02
RhondaUrsinha: hmmm, for a start, I wonder why Paul Hummer claimed the port to be 23 and not 21. :)13:02
facundobatistaI have a question regarding launchpadlib13:02
facundobatistaI'm trying to change the tags attribute from a bug13:03
bigjoolsRhonda: heh13:03
facundobatistaDocumentation (https://edge.launchpad.net/+apidoc/#bug) says that the tags are "Separated by whitespace."13:03
facundobatistahowever, if I see them, I find13:03
facundobatista>>> b.tags13:03
facundobatista['chicharra', 'foundations+']13:03
facundobatistaif I change them as they were a list, the page is not updated even after the lp_save()13:04
facundobatistaif I change them as they were a string, I get a "HTTPError: HTTP Error 400: Bad Request" when doing lp_save()13:04
RhondaBut mistakes happen, and it indeed is strange that dput shouldn't work with that config snippet but ftp should work13:04
facundobatistaso, the question is... how do I handle "tags"?13:04
Ursinhafacundobatista, I do something like: fixed_bug.tags +=['qa-needstesting']13:06
Ursinha(extracted from a script of mine)13:06
facundobatistaUrsinha, that was my first try13:07
UrsinhaRhonda, nice point, but it's weird as you mentioned13:07
Ursinhafacundobatista, that works for me13:07
Ursinhafacundobatista, doesn't work for you?13:07
facundobatistalet me just try again13:07
facundobatistamaybe I broke something in the middle, :)13:07
Ursinhafacundobatista, :)13:07
facundobatistaah, no, I used .append()13:08
Ursinhafacundobatista, yeah, I'd love to understand why it doesn't work13:10
Ursinhafacundobatista, I thought the operations were equivalent13:10
facundobatistaUrsinha, confirmed... doing "+=" works, doing ".append()" doesn't13:11
facundobatistaUrsinha, should I file a bug about this?13:12
wgrantfacundobatista, Ursinha: I bet lazr.restfulclient only attempts to write dirty attributes.13:12
Ursinhaoh, wgrant is here13:12
wgrantAnd appending to a list won't trigger that.13:12
Ursinhahe knows everything13:12
facundobatistaUrsinha, wgrant, so... we should use a tuple there, ;)13:12
facundobatistanobody will try to modify the tuple13:13
facundobatista(and we should fix the docs, are tags are not "Separated by whitespace.")13:13
Ursinhafacundobatista, so filing a bug is good :)13:14
facundobatistaUrsinha, I'll do!13:15
Ursinhafacundobatista, thanks!13:15
facundobatistaUrsinha, wgrant , I commented on #25490113:18
wgrantbug #25490113:19
ubottuLaunchpad bug 254901 in launchpadlib "appending tags to bug.tags is not supported properly on lp_save()" [Low,Triaged] https://launchpad.net/bugs/25490113:19
wgrantAha.13:19
facundobatistawgrant, in that bug there's some discussion about how to follow changes in the object13:19
facundobatista(it's easier to make the object immutable, ;) )13:19
facundobatistawgrant, Ursinha, thanks for the help!13:34
facundobatistag'bye13:35
sladenyo people;  lp appears to be ill:  https://bugs.launchpad.net/ubuntu/+source/seahorse-plugins/+bug/42932213:56
ubottuLaunchpad bug 429322 in seahorse-plugins "seahorse-agent assert failure: ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion failed: (obj && (obj->profile_list == NULL) && obj->orb)" [High,Confirmed]13:56
sladenpermenant "Timeout error"13:57
gmbsladen: THat's bug 471974. E_TOO_MANY_SUBSCRIBERS13:58
ubottuLaunchpad bug 471974 in malone "bug timing out without much sql time" [High,In progress] https://launchpad.net/bugs/47197413:58
gmbOr rather E_WE_ITERATE_TOO_MUCH13:58
sladengmb: ta.14:01
gmbsladen: Jaysus. That bug has 2030 subscribers. No wonder it times out.14:07
gmbAnd all but 51 of those are from duplicates.14:08
sladengmb: it's only started doing that in the last day or so14:08
gmbsladen: Critical mass, I guess. Also, I think we accidentally regressed something in the last rollout. I'm working on a fix now.14:09
sladengmb: in the meantime, is there a manual/workaround to unsubscribe poor suffering  Matthew <matt.s.cleary@gmail.com>14:11
sladengmb: is there a  /+unsubscribe  or somesuch that doesn't cause the SQL hit14:12
gmbsladen: /+subscribe might do what you want; should let you toggle your subscription. But if your subscription is from a duplicate, that might not work.14:13
sladengmb: okay, that loads, I'll post it back to them14:14
gmbOkay.14:15
glen09:27:03  glen> could somebody explain why the items are so long in needs review state? https://translations.launchpad.net/eventum/+imports and what should i do with ones that are in state "failed"?15:18
glenlast time spm said that could *partially* be due to a broken script post the rollout last week.15:18
glenhowever now some days have passed with no change in there15:18
Ursinhadanilos, see glen question above, please15:34
danilosglen, it is so because you are using different paths with your new uploads (i.e. they originally used localization/nl.po and now you are just using nl.po)15:37
danilosglen, they are not recognized as same because different paths usually indicate different templates15:38
glendanilos: but if i upload single file, i'm not able to tell a "path"...15:38
danilosglen, if you don't want to worry about paths, you should probably use single language upload forms, eg. https://translations.edge.launchpad.net/eventum/trunk/+pots/eventum/nl/+upload15:38
glenwhy edge? not main lp?15:39
danilosglen, right; that part of Launchpad could use with a lot of improvement, but just in case, automatic approval should happen in at most a few hours after the upload15:39
danilosglen, ugh, sorry, that's just because I am part of the beta testers team so get redirected to edge automatically15:40
danilosglen, you can remove 'edge.' from the domain there, that'd be fine as well15:40
danilosglen, basically, navigate into "Dutch" and use "Upload translation" there15:40
danilosglen, or use tarball uploads15:40
danilosglen, also, if you want automatic sync, you can use bazaar branches, which is what we recommend these days :)15:41
glenshould i tell it upload update or upload import?15:41
danilosglen, "import" is usually what you want15:41
glendanilos: i'd like to get things OK state first, then enable branch syncing two ways15:41
danilosglen, "update" is for translators15:41
glenin fact i have import from branch enabled, but as seen it;'s broken so i tried to upload15:41
danilosglen, sure, though bzr support is in a slightly better state15:42
glenmaybe i can force it to reimport via bzr?15:42
glen...instead of uploading15:42
glenand the one without directory i should mark as "delete" in https://translations.launchpad.net/eventum/trunk/+imports ?15:43
danilosglen, yeah, you can, but you've actually hit a recent LP bug :(15:43
glenand why it displays me OLD timestamp even i uploaded right now?15:44
danilosglen, there were some changes on our servers and they have not been done perfectly (I am looking at logs, I've seen this happen a few days ago)15:44
danilosglen, old timestamp being displayed is a display issue (i.e. showing the wrong date, date of the first upload)15:45
danilosglen, you can mark new ones as 'deleted' since they'll fail anyway with the same bug (let me find a bug number for you)15:45
danilosglen, it's bug 46416115:45
ubottuLaunchpad bug 464161 in launchpad-foundations "authdb Store for scripts connecting to incorrect database" [Critical,In progress] https://launchpad.net/bugs/46416115:45
danilosglen, what happens in your case is that LP tries to create data records to be able to credit translators from PO files (reading them from Last-Translator fields), but that fails due to the aforementioned DB server reorg we had15:47
glendo i have solution or i just have to wait for probem resolution at launchpad side?15:47
danilosglen: a workaround is to either modify Last-Translator field to point to any existing LP user (i.e. their email) but that will credit all translations to them which is wrong15:49
danilosglen, another is to ask translators from Last-Translator fields to register accounts and then import will succeed15:50
danilosglen, none of them are perfect, but we are working on a fix right now, and it should be available soon (next few days)15:50
glenso it's attempting to make some unregistered accuont for last-translator for in the future if they register associate the credits?15:58
=== yofel_ is now known as yofel
danilosglen, yeah16:01
glenok. i can wait couple more days :)16:02
dreamcat4hi. there seems to be a weird bug in the file release glob.16:18
dreamcat4sinzui ?16:19
sinzuihi16:19
dreamcat4hi!16:20
dreamcat4yes, well now the flavor is fixed, we can see a bit further into it16:20
dreamcat4https://launchpad.net/php-fpm/+download16:20
sinzuiThat look better16:21
dreamcat4the script has to determine which input files are sent to which release.16:21
dreamcat4so its er.. confused16:22
dreamcat4the top 4 files shouldn't be sent to the master series16:22
sinzuiI do not see how to do that16:22
sinzuiI think the fileglob needs improving, and may the master series needs a fileglob16:23
dreamcat4IRSeekBot2: https://launchpad.net/php-fpm/master16:23
dreamcat4andrea-bs: https://launchpad.net/php-fpm/archive16:23
dreamcat4the master and archive globs / dirs are entirely seperate.16:24
dreamcat4but LP is pulling them, everything to 'master' series16:24
dreamcat4there is some guessing in the python scripts, to determine which valid series/release/milestones16:25
sinzuibut php-fpm only has a master series and an archive series, You need to create separate series and separate file globs if you think the lines of development are different16:26
sinzuidreamcat4: launchpad cannot automatically create series because projects organise code in different models16:27
sinzuiThere is some concern that launchpad should not not even create a trunk series when a project is created16:28
dreamcat4yes.16:28
dreamcat4they are entirely seperate, i checked16:29
dreamcat4the issue is that i have these seperate series and file globs. But they are all labeled as 'master' on the downloads page.16:31
sinzuiI think this will fix the glob: http://php-fpm.org/downloads/0.6/php-fpm-0.6*16:31
sinzuimaybe not. I do not understand where you expect each file to be16:32
dreamcat4well. Its that the archive series has a different files source dir16:32
dreamcat4which is http://php-fpm.org/downloads/archive/*16:33
dreamcat4the files from that source dir are appearing in master series.16:33
sinzuiah16:33
sinzuiyes, well16:34
dreamcat4BUT the master series glob shouldn't see the archive directory16:34
dreamcat4so it seems a bug in product release finder16:34
sinzuilaunchpad requires the milestones be unique to a project, *not* a series16:34
dreamcat4code: http://bazaar.launchpad.net/%7Esinzui/launchpad/prf-flavor-loop/files/head%3A/lib/lp/registry/scripts/16:34
sinzuiSo when it located the version, it looked it up and got the milestone, (but it was far a different series)16:35
dreamcat4unique milestones? ah woah. That means we cannot have 2 different milestones each called '0.6' ?16:35
dreamcat4that's a serious design flaw.16:36
sinzuiI have tried to fix this issue in the past, but that requires dismantling of project-groups or a major reimplementation of them. neither is acceptable to my compatriots16:36
dreamcat4yes well okay then16:36
dreamcat4thank you for explaining that16:36
sinzuiI agree it is very serious16:36
sinzuiI brought the issue up just last week again16:36
sinzuiI believe it was on the public list16:36
* sinzui looks16:37
dreamcat4i agree its a hard thing to fix16:37
dreamcat4which mailinglist are these things discussed? launchpad-dev ?16:37
dreamcat4guess i should subscible16:38
sinzuidreamcat4: https://launchpad.net/~launchpad-dev16:39
* sinzui looks for tread16:39
sinzuidreamcat4: https://lists.launchpad.net/launchpad-dev/msg01559.html16:40
sinzuidreamcat4: we should have a specific bug about this issue. I discovered it only after another engineer tried to make milestones unique to the series.16:46
* sinzui reports the bug16:46
JonyBlazeto make a "team profile" does it have to have a unique email?16:47
sinzuiJonyBlaze: teams do not need email addresses.16:48
sinzuiJonyBlaze: I advise you to never give a team an email address unless you are sure you will never need that address for any other purpose. Once the team has an email address, there is no way to transfer it to another person or team16:48
dreamcat4sinzui: i'll raise a bug16:49
JonyBlazehow do I create a team then?16:50
JonyBlazenm, i think i found it16:53
sinzuilaunchpad.net/people16:53
sinzuiJonyBlaze: where did you look first to create a team? Your profile page?, you memberships?16:54
qensebugs.launchpad.net is always timing out now, on edge and on stable16:56
sinzuiquentusrex: which exact url?16:57
=== micahg1 is now known as micahg
toobazHello. Yesterday, I enabled the automatic rosetta -> bazaar translation transfer, but today I discovered it put all the LANG.po files in the root of my branch. How should I tell it to put them in po/ instead?17:03
henningetoobaz: it uses the same directory as your template (pot) has.17:08
toobazhenninge: yes, I know I could reupload everything... and actually, I configured it to take the .pot and .po from the branch itself (it still hasn't done it). However, shall I not loose the information about the current Launchpad translations?!17:09
henningetoobaz: what's the project?17:10
JonyBlazeso i would like to kame a project ppa what is the best way for me to do this17:14
JonyBlazemake rather17:14
JonyBlazei made a project but i dont see where i can add a ppa17:16
bigjoolsJonyBlaze: PPAs are for people or teams, you can't link them to projects (yet)17:16
JonyBlazeahh17:18
JonyBlazebigjools: it would be nice for a project to have ppas :)17:18
bigjoolsyeah, we're working on that17:19
=== thekorn is now known as RainCT007
toobazhenning: sorry, connection problems, if you answered something I lost it17:44
toobazI mean: what to do with the pofiles _now_ on Rosetta? Last time I had a problem of this kind, some admin kindly changed the hierarchy on Launchpad (but I do recognize it was at least a couple of years ago...)17:48
=== RainCT007 is now known as sugar_honey
henningetoobaz: the pofiles are generated in the branch in the same location where the potemplate was in when it was uploaded.17:50
henningetoobaz: I am one of those admins and if you tell me the project and the template, I may be able to help ;-)17:50
toobazhenninge: it's gvb.17:51
toobaztell me if there is anything I must do17:51
* henninge looks17:51
toobaz(I'll obviously take care myself of solving the problem in the branch)17:52
=== sugar_honey is now known as recover
henningetoobaz: err, do you get an oops here, too?17:54
henningehttps://translations.launchpad.net/gvb/trunk17:54
toobazWow. Yes. It didn't before17:54
toobazit may have to do with the fact that there was a queued import (bzr->rosetta)17:55
toobaz(just a supposition)17:55
=== micahg1 is now known as micahg
henningetoobaz: did you delete or rename one of the branches involved?18:02
toobazhenninge: never. "trunk" is the only branch since 2 years18:02
toobazall I did recently was enabling import, export and pushing some commits18:03
henninge_toobaz: so import and export are on the same branch, right?18:05
toobazright18:05
henninge_toobaz: I cannot find out what's wrong with the page atm18:09
henninge_toobaz: but I looked at your branch18:09
toobazand?18:09
henninge_toobaz: The changes in http://bazaar.launchpad.net/~toobaz/gvb/trunk/revision/5918:09
henninge_toobaz: where not necessary apart from renaming the template (.pot).18:10
henninge_toobaz: the "domain-langcode.po" format is only used in tarball downloads and we have a bug for fixing that.18:10
toobazmmmh... It's just that I (had still not discovered about automatic import/export and) thought "if Launchpad does it so, it's better I do too"...18:11
toobazso I can absolutely revert that18:11
toobazthe only problem is if language files keep going in the root18:11
henninge_toobaz: I am sorry about that.18:11
toobazso I have to delete everything from rosetta and let it just restart with everything automatic, right?18:12
henninge_toobaz: so, the current path for the template is po/good-vibrations.pot18:12
toobazthat's ok18:13
henninge_toobaz: ok, I'll change that in the database too, so the file gets assigned to it properly on future updates.18:13
toobazgreat18:14
toobazthanks18:14
henninge_toobaz: also, that means that the exports will go to the po directory, which is what you want, I guess.18:14
toobazexactly18:14
henninge_toobaz: do you only upload the template from bzr or translations, too?18:14
toobazehm... what do you mean?18:15
toobazif I manually upload it?18:15
toobazI won't, if bzr+lp do the job18:15
henninge_toobaz: sorry, I meant the configuration for the automatic imports from bzr.18:16
toobazit only imports from that branch18:16
henninge_toobaz: ah, I got to that page now.18:17
henninge_https://translations.launchpad.net/gvb/trunk/+translations-settings18:17
henninge_toobaz: you import template AND translations18:17
toobazyes18:17
toobazmmh... so they will override anything anyway?18:18
henninge_toobaz: that really only makes sense if you have sources for translations other than launchpad.18:18
henninge_toobaz: you should make sure that they are the same files, I guess18:19
toobazhenninge_: for Italian, I have other sources (me), but if it's a problem I can do that on LP too18:19
toobazsure, I will check18:19
henninge_toobaz: others use a seperate export branch and copy the files to the main branch. But that is just an option.18:19
toobazok18:19
henninge_toobaz: ok, let me fix the template path, first.18:20
=== henninge_ is now known as henninge
henningetoobaz: ok, done18:22
toobazthanks18:22
henningetoobaz: just remove those po files from the root directory of your branch, next export should occur in the po directory.18:22
toobazgreat18:22
toobazthanks again18:22
henningetoobaz: you are welcome18:23
henningetoobaz: I might come back to you about that Oops we get on that page.18:23
henningeit has to do with your branch somehow.18:23
toobazok (I still get it indeed). I think you know my email :-)18:24
henningetoobaz: sure ;)18:24
toobazbye18:24
=== danilos is now known as danilo-afk
high-rezSo, launchpad rewards users for doing dumb things.  Like marking a bug Fix Released when its real status is in progress.  I don't understand why normal users can actually change bug status when its actually assigned.19:00
gdahi19:07
gdasuddenly I can't mail any more to my teams mailing list, I get always "550 Administrative prohibition (in reply to end of DATA command)"19:09
gdawhat could be the reason?19:10
Ursinhahmm, sinzui, do you know what can be happening with gda?19:13
Ursinhaas barry isn't here for me to ask19:13
sinzuiI have no idea19:14
sinzuigda: are you sending or receiving?19:15
gdasending19:16
faganIm trying to link a branch but when I search for it the box says it cant find it19:17
faganHow do I tell it where to look manually19:17
sinzuifagan, is the branch a personal branch in +junk, or a project branch?19:18
sinzuigda which list?19:18
faganIts a team branch19:18
faganhttps://code.launchpad.net/parental-control/trunk/19:18
gdasinzui: the-vdr-team@lists.launchpad.net19:19
faganwrong link19:19
faganhttps://code.launchpad.net/~parental-control-developers19:19
gdaanother team member had success some seconds ago19:19
gdaI tried it two times without succes19:19
sinzuifagan: All branches associated with project are shown at https://code.edge.launchpad.net/parental-control and there is only one. There is also a junk branch at https://code.edge.launchpad.net/~parental-control-developers19:20
sinzuifagan: so the branch belongs to junk at the moment, not to the parental-control project...19:21
faganThe junk branch is the one I want to link19:21
faganOh how do I change that19:21
sinzuifagan: I believe you can change the project it is associated with by editing the details at https://code.edge.launchpad.net/~parental-control-developers/+junk/parentalcontrol19:21
gdaa third time, with only "test" in the body it worked, maybe it is content related19:21
sinzuifagan: or push your local copy to lp:~parental-control-developers/parentalcontrol/name-of-branch19:22
sinzuifagan: branchs always have two owners, a person/team and a project, which as the first two components of the lp: url19:23
faganSo I created it and didnt say what project it belonged to19:23
sinzuigda: https://launchpad.net/~the-vdr-team I believe you can see the admin links. You may want to check if something is going into hold.19:24
gdasinzui: I had already done this, it is nothing on hold there19:25
sinzuigda I believe there is an attachment size limit in mailman (not launchpad). I have seen bug reports about it19:25
gdasinzui: no attachment19:26
sinzuihmm19:26
gda4th time didn't work, tried another one this time I removed some dotted lines19:29
sinzuiI am testing another list to see if mailman has gone belly up19:29
sinzuigda can you put the content in http://paste.ubuntu.com/ so that I can see if something is confusing mailman?19:30
gdahttp://paste.ubuntu.com/315330/19:32
sinzuiI'll send this to another list to verify the content is the issue19:34
sinzuigda: the haibunku list took the message19:36
* sinzui is puzzled19:36
sinzuigda: I even went to the archive as I sent it: https://lists.launchpad.net/haibunku/msg00045.html19:37
gdasinzui: strange, I can post to the list, only this message I can't post19:38
sinzuivery strange. I do not believe there is anything special about haibunku. I do not even know how to make a list special19:38
sinzuigda: join https://launchpad.net/~haibunku , subscribe to the list, and send your sample message to haibunku@lists.launchpad.net19:41
gdasinzui:done, waiting19:44
gdas/:d/: d/19:45
sinzuimy messages went pretty quickly to the list and archive, and I have an ocean between me and the server19:46
gdasinzui: <haibunku@lists.launchpad.net>: host forster.canonical.com[91.189.90.190] said:19:46
gda    550 Administrative prohibition (in reply to end of DATA command)19:46
sinzuigda: I used evolution to send my email.19:47
gdasinzui: I use claws, years already19:47
gdasinzui: I had now success with sending a shortend mail to my list. I remove the part that I had quoted19:49
sinzuigda, test the first quoted part of the message and the...19:49
sinzuiokay19:49
gdas/remove/removed/19:49
sinzuigda: my encoding is utf-8, is that yours?19:50
gdayes, but I don't think that is related.19:51
gdaI see that it is content related, I will try to live with it.19:51
sinzuistaring at the quoted message thinking about misinterpreted content, I think this looks interesting19:51
sinzui> SHUTDOWNCMD in der /etc/default/vdr auslösen muß. Wenn mir jemand ein19:51
gdaBut it did nothing when you sent it.19:52
sinzuiyes, you are right19:53
sinzuigda: do you want to try send fragments of the quoted portion to haibunku?19:54
=== Ursinha changed the topic of #launchpad to: codehosting is back -- branch updates are catching up | Read https://help.launchpad.net for help | Help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: see channel #launchpad-dev
gdasinzui: I think we proved that the reason is my email client sending the quoted part, will test now squirrelmail19:57
gdasinzui: It works, claws is the problem, shit20:01
gdasinzui: thank you for your great help20:01
sinzuithen it is header encoding or content encoding20:01
sinzuigda: the mailman project maintainer works on my team20:02
sinzuigda: https://bugs.launchpad.net/mailman/+filebug report the bug about the content and claws (he does use claws on one of his computers)20:03
gdasinzui: done, thanks, bye20:17
=== {}_ is now known as {0}
=== sale_ is now known as sale
=== matsubara is now known as matsubara-afk
popeyi have a bug which has a link to an upstream bug tracker, but someone has put the wrong bug number, how can i remove the link?21:10
popeyits not obvious21:10
wgrantpopey: Click on the arrow at the left of the task.21:11
wgrantpopey: You'll see options to select other remote bugs there.21:11
popeyyes21:12
popeyand the radio button is on the bug in question21:12
popeywith _two_ radio buttons above it with the same text21:13
popey"None, the status of the bug is updated manually."21:13
wgrantThat will remove the link.21:13
popeyticking one of those lines?21:14
wgrantYes.21:14
wgrantI'm not sure why there are two.21:14
* wgrant checks.21:14
popeyhttps://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/44585221:14
ubottuLaunchpad bug 445852 in linux "SSD stall during boot" [Undecided,Confirmed]21:14
maxbWhat's the protocol for requesting project ownership transfer from Registry Administrators?21:20
beunomaxb, Launchpad question21:21
maxbyes, but do I need to supply proof of eligibility?21:22
beunomaxb, some will help your case  ;)21:22
AlanBellhello21:39
AlanBellI am trying to compile a list of all people who are members of the "Ubuntu Members" group, directly or via nested groups21:40
AlanBelllaunchpad tells me there are 534 people21:40
AlanBellI have manually followed the nesting and I can only find 52021:40
AlanBellis there an automated way to expand and de-duplicate the list of members?21:41
wgrantAlanBell: Note that any member teams will count towards the 534.21:41
wgrantAlanBell: https://launchpad.net/~someteam/+rdf will give you an XML document with information on all team members. I don't know of any other way to expand them.21:42
AlanBellah, so the teams are counted as people21:42
wgrantIt's a bit confusing, but that's how it works internally.21:43
AlanBellok, that helps, I can go back and count the teams now, not sure there are 14 of them but it will certainly get me closer21:43
AlanBellthere are indeed 14 groups21:55
exarkunI think someone told me how to fix this once, but I don't remember what they said: Format <RepositoryFormatKnit1> for http://bazaar.launchpad.net/%7Eexarkun/pyopenssl/trunk/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance21:59
AlanBellthanks for your help wgrant21:59
beunoexarkun, bzr upgrade lp:~exarkun/pyopenssl/trunk21:59
exarkunwell, indeed, that is the obvious answer, I think22:00
=== fjlacoste is now known as flacoste
=== jon is now known as Guest60486
kizzoWhy do the commits made by me from this branch (https://code.launchpad.net/~kizzobot/+junk/mav) do not have a link to my user profile like the commits in this branch (https://code.launchpad.net/~kizzobot/opencog/python-bindings)?23:26
kizzoDoes it have something to do with the SSH keys?  I have reinstalled my OS recently.23:27
lfaraoneLaunchpad claims that bug 198136 's debian bug watch, (debbugs 470236), is not a valid bug number, when it's really there. Is this a LP bug?23:37
ubottuLaunchpad bug 198136 in ubuntu "[needs-packaging] FLAM3" [Wishlist,Confirmed] https://launchpad.net/bugs/19813623:37
pbryanDoes PPA cruft eventually get removed from https://edge.launchpad.net/~username/+related-software ?23:45
pbryanMine shows 3 packages while I'm only maintaining one now.23:46
pbryanhttps://edge.launchpad.net/~pbryan/+ppa-packages  <-- only php-user_0.10-1 is active; the other two should be gone.23:47
wgrantpbryan: That's a permanent upload history.23:47
pbryanAh, okay, so it's on my permanent record. :)23:48
wgrantpbryan: Sources uploaded to a PPA are kept forever.23:49
pbryanOkay, makes sense. :)23:50
pbryanThanks.23:50
cody-somervillewgrant, By sources do you mean the source package?23:51
wgrantcody-somerville: Yes.23:51
pbryanOut of curiosity, what kind of hoops would I need to jump through to get my package into main?23:51
wgrantlfaraone: LP has been having issues lately with bug trackers with insane numbers of watches (ie. debbugs and GNOME Bugzilla)23:51
wgrantpbryan: First get it into universe -- ask #ubuntu-motu about that.23:51
pbryanwgrant: Thx again.23:52
wgrantkizzo: You need to run 'bzr whoami "First Last <email@address.com>"'23:52
wgrantkizzo: The email address is then matched against those on your Launchpad account.23:52
wgrantpbryan: np23:52
cody-somervilleInteresting. I thought they deleted the source package when they delete the binary from the librarian.23:54
wgrantcody-somerville: Binaries are expired after a week, but sources are kept in the librarian forever.23:54

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