[00:22] hey wgrant [00:25] Hi randomusername. [00:25] hey [00:26] did they find anything in my absence? [00:26] Not that I saw. [00:37] Though, we found another user with the same issue [00:38] We did. [00:38] And it's broken on staging now. [00:38] So we can get someone to poke easily. [00:38] The thing is, the data migration patch looks fine. [00:41] randomusername: Can you try logging into dogfood.launchpad.net? Do you have the same problem there? [00:41] dogfood? [00:42] It's a test server. [00:42] do you want me to test it now? [00:42] Ideally. [00:42] Just see which account it logs you in as. [00:43] huh, odd. staging/~ddorda does not oops, but staging/~tiagosilva does, whilst both of those oops on lpnet [00:44] Oh. [00:44] I see the problem. [00:44] randomusername: You've logged in on staging lately, haven't you? [00:45] wgrant: dunno what you mean [00:45] just tested it on dogfood and I'm tiagosilva29 ~_~ [00:45] randomusername: Have you visited and logged into staging.launchpad.net in the last few days? [00:45] nope [00:45] Hmm, odd. [00:45] But I see the problem, anyway. [00:46] So. [00:47] Let's see... [00:50] randomusername: Is your primary email address on https://login.launchpad.net/ shown on https://launchpad.net/~tiagosilva29? [00:51] yes [00:53] uhm [00:53] actually no [00:53] depends [00:53] Hm? [00:53] my openid login address was say XXX [00:53] was = is [00:54] but I later changed my _launchpad_ email address to XXX+floss [00:54] about a couple of months ago, I think [00:55] Around June, I suspect. [00:55] What happened here is this: [00:56] uhm [00:56] XXX+launchpad , tbh [00:56] - You changed your Launchpad email address to have a +launchpad suffix. [00:56] yes [00:56] - Something (a package upload or translation import, perhaps) came along with your old email address, saw it wasn't linked to an profile, so created a placeholder profile for that address. [00:58] crap [00:59] Now, Launchpad's login code changed last Thursday. Until then, it would use an internal string to identify your account. Now it looks up the email address and that identifying string, takes the profile that owns the email address, and confirms that the ID string is also associated with that profile. [00:59] If they're not the same profile, it believes the email address, and moves the identifier onto the profile with that email address. [00:59] So it saw your ~tiagosilva29 with the login.launchpad.net email address, and moved your authentication identifier over to that. [01:00] So now ~tiagosilva has no means of authentication, which is why it's OOPSing. [01:00] You can probably fix this by using the normal account merge functionality. [01:00] But... [01:00] We should probably see if a general fix is possible. [01:00] what a mess [01:00] Rather. [01:00] (a package upload or translation import, perhaps) -> on my part? [01:01] or something else, like another translator in the portuguese team with a .po file? [01:01] It could have been a PO file. [01:01] I can't see exactly what. [01:02] For one of the other problematic users, it was a PO file. [01:04] bloody hell [01:05] so, should I use the account merge? [01:07] Not yet. [01:07] Need to check if there's anything else we can do first. [01:13] okay [01:13] wgrant: I have to go to sleep, I'll try to be here around the same time tomorrow, k? [01:13] thanks for everything so far [01:14] randomusername: With any luck we'll have a resolution by then. [01:14] ;) === Ursinha-brb is now known as Ursinha-afk === Lcawte is now known as Lcawte|Away [03:03] I'm having a problem reporting a bug :( [03:04] h00k: What is the problem? [03:04] nhandler: Disclaimer: using edge [03:04] nhandler: Sorry, there was a problem connecting to the Launchpad server. [03:04] wait a minute and refresh, or let us know in #launchpad, etc. [03:05] I had a kernel oops on maverick and apport was trying to report it [03:05] h00k: IIRC, there were some apport issues that they were working on earlier. [03:06] Alright [03:16] nhandler: It does a duplicate check, asks me for details, and when I hit 'Submit' is when I get this [03:16] to actually post the bug [03:25] Who should I talk to about team privacy? [03:27] mrevell [03:43] h00k: Bug 636801 [03:43] Launchpad bug 636801 in Launchpad Bugs "+filebug with lots of apport attachments results in a 502 (affected: 1, heat: 6)" [High,Triaged] https://launchpad.net/bugs/636801 [03:46] I don't know that it necessarily has a lot of attachments [03:46] perhaps [03:48] h00k: Kernel bugs normally do... what was the URL? [03:55] wgrant: https://bugs.edge.launchpad.net/ubuntu/+source/linux/+filebug/5ca89d78-bfa3-11df-905e-0025b3df357a?field.title=WARNING:+at+/build/buildd/linux-2.6.35/net/wireless/core.c:633+wdev_cleanup_work%2B0xe1/0x110+[cfg80211]() [03:55] wgrant: does this help? [03:57] h00k: Indeed. [03:57] h00k: It has 21 attachments. [03:57] == lots [03:57] wgrant: gotcha, okay. I marked that bug as affecting me [03:58] Great. [03:58] I'm just not sure how to file it ;) [03:58] potentially just wait until it gets fixed? Will that link stay valid? [03:58] wgrant: ^ [03:58] The link will break soon :( [03:59] I think it expires after around a day. [03:59] d'aw [04:03] Can I save those attachments somehow and report a bug and attach them one-by-one? [04:05] h00k: If you can find the file locally, you can remove bits that look irrelevant and reupload. [04:05] It's just a MIME document, from which you can remove files easily. [04:06] (reupload to https://launchpad.net/+storeblob -- it will give you an ID to put in the +filebug URL) [04:36] wgrant: okay, thanks, I'll take a look when this movie is over [05:03] Hello. For some reason I can't push to a certain branch in launchpad. When I do a "bzr push lp:projectname" it hangs at console and never prints any output. [05:05] I just tried pushing to +junk and it was successful. [05:07] sensae: does that project have a trunk defined? [05:08] nigelb: Yes. I just got it to successfully push, but only by deleting the defined trunk before pushing it. The trunk was defined and even said "This branch has no content. Bzr push lp:nbtparser to populate it" (a message to that effect) [05:08] nigelb: Also, I wasn't using the short name lp:nbtparser, I was trying to push to lp:~blainepace/nbtparser/trunk . [05:09] sensae: That's strange [05:10] nigelb: I tried to recreate it by defining a 'testbranch', and then pushing to it and I got an error "Target directory already exists but does not have .bzr folder." [05:11] * thumper reads [05:12] sensae: which project? [05:12] thumper: nbtparser [05:12] ..Odd. I just got some errors about maximum recursion depth. [05:13] sensae: which version of bzr are you using? [05:13] thumper: 2.2.0 [05:13] sensae: which OS? [05:14] thumper: OSX [05:14] sensae: did you delete the old branch or just move it? [05:14] thumper: Which branch are you referring to? [05:15] sensae: you don't have a trunk branch set right now [05:15] sensae: you should do a bzr whoami so it includes your email address [05:16] sensae: then launchpad can work out who you are and give you revision karma :) [05:16] thumper: is bzr launchpad-login my@email.com ? [05:16] *ie [05:16] no [05:16] bzr whoami "My name " [05:17] your bzr launchpad-login should be your LP id [05:17] thumper: I see, set properly now. So that would effect my ability to push to ie lp:~blainepace/project/trunk ? [05:18] no [05:18] not at all [05:18] that is strange [05:18] although... [05:18] sensae: That's where I was trying to push, because I knew I hadn't linked the trunk branch as the main development focus [05:18] the bzr client does do an xmlrpc lookup [05:18] and we have some known issues right now with the xmlrpc server [05:18] sensae: :) as of Thursday last week [05:19] sensae: you can go bzr push lp:project and it will set dev focus for you :) [05:19] and create the branch [05:20] thumper: I got around it by actually deleting the branch on lp and then pushing to the nonexistent trunk branch. [05:20] sensae: there is something else strange going on [05:20] thumper: Though I'm still getting an error when I try pushing to a 'testbranch' I created. Just for playing with this strange behavior. [05:20] sensae: can I get you to try something for me? [05:21] sensae: what error? [05:21] thumper: Sure, and basically 'directory already exists, but .bzr does not exist.' [05:21] thumper: I just got it to push, but I had to use --use-existing-dir [05:21] * thumper nods [05:21] we are wanting to change the register branch page [05:21] to say "just push branches" [05:21] don't bother creating them first [05:22] the system gets a tad confused [05:22] -nods- Seems like it's easier anyway [05:22] it has been floating further up my todo list [05:23] sensae: just try 'bzr push lp:nbtparser' [05:23] sensae: and let me know what happens [05:23] thumper: Alright [05:25] thumper: It created a branch trunk-1 alongside my 'trunk' branch [05:25] sensae: expected since you had a branch called trunk already [05:26] thumper: That's because I didn't flag my trunk branch as the main line, correct? [05:27] sensae: that is because it creates a new branch for trunk, but cleverly avoids name conflicts [05:28] sensae: if you find yourself getting weird bzr errors again [05:28] sensae: can you run with -Dhpss [05:28] sensae: and file a bug with ~/.bzr.log attached? [05:28] thumper: Ah. Yeah, I deleted trunk-1 and then attached trunk to my 'trunk' series, and it attached it to lp:nbtparser [05:28] sensae: you may want to clense older info from the file [05:28] thumper: Sure. [05:28] sensae: thanks [05:30] I've got to say, even though there are some hiccups sometimes with using lp and it takes some getting used to, I'm enjoying it a lot more than github. It's a plus that this channel is so friendly and helpful :) [05:30] thanks [05:41] I had one other question. --fixes lp:bugnumber should do what exactly? Close the bug? I see no effect on my lp project page [05:44] sensae: it should link the branch to the bug [05:44] mwhudson: Ah, alright. It looks like it did that. As I said above, I'm a github convert so I'm used to "closes #2" automatically linking -and- closing an issue. [05:46] sensae: it's not necessarily appropriate to mark the bug as fixed until the --fixes revision makes it into trunk [05:46] if you made assumptions about workflow, we could do stuff automatically [05:46] but launchpad doesn't do that [05:47] mwhudson: I'm not meaning it as a detraction from launchpad, while it would make my particular workflow a bit easier I understand the reasoning behind just linking the branch. Marking it myself isn't a big deal and tbh the added flexibility and lack of assumptions is one of the reasons I moved to lp :) [05:49] sensae: heh, interesting [05:49] it has been on another todo list to at least add a fix committed to the appropriate bug task [05:49] but... [05:50] it hasn't reached the top :( [08:25] Is it possible to have the LP bug tracker monitor bzr commits for a project and update bug status based on commit messages? [08:26] lucidfox: it will link them to the bugs but at the moment not change the status [08:26] however there is a script that will update them [08:26] lucidfox: That's being planned, though [08:26] poolie: ^^ [08:26] poolie> Okay, is it possible to automatically link commits to bugs then? [08:27] and if yes, how? [08:27] There's some bug about it, to set bug status to Fix Committed when the bug gets fixed in the main devel branch [08:27] lucidfox: 'bzr ci --fixes lp:397315' [08:27] lucidfox: just use this method: [08:27] bzr commit -m "foo message" --fixes lp:BUGNUMBER [08:27] Oh, thanks [08:28] I didn't even know about the shortned "bzr ci" syntax, always typed "bzr commit" [08:30] even I didn't know [08:31] What's the matter with LP? All pages are ugly now! No layout! [08:31] Anyone else over here? [08:34] bilalakhtar: Known issue with edge. [08:34] Investigation ongoing. [08:34] Production is fine. [08:35] * bilalakhtar disables redirect [08:36] wgrant: hey! I am unable to disable redirect! What should I do? [08:37] bilalakhtar: Wait a few minutes until it's fixed. [08:40] bilalakhtar> how does one disable the edge redirect? [08:40] lucidfox: At the bottom of an edge page there is a link 'Disable edge redirect' [08:40] lucidfox: but that isn't working now [08:40] yep :/ [08:41] That usually disables redirection for 2 hours [08:43] bilalakhtar, lucidfox: You could manually set an inhibit_beta_redirect=1 cookie on *.launchpad.net [08:43] wgrant: who cares :D I will wait [08:44] alas, Epiphany doesn't allow manually editing cookies [08:44] Anyway, rollback is in progress. === LinuxJedi|away is now known as LinuxJedi === bpeel_away is now known as bpeel === mrevell changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: mrevell | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ === doko_ is now known as doko [10:40] What's the standard way to credit Launchpad translators in the about dialog? [10:41] I see that Transmission, for example, has a "Launchpad Contributions:" field in the about dialog [10:41] how is it maintained? [10:42] lucidfox, it depends on the toolkit you use. Generally there is a special string in translations called translator-credits that LP automatically fills in. Both GTK and KDE have facilities in their standard About dialogs to read that string and automatically show the translator credits [10:43] hmm [10:43] lucidfox, e.g. http://library.gnome.org/devel/gtk/unstable/GtkAboutDialog.html#gtk-about-dialog-get-translator-credits [10:43] so do I need to add msgid "translator-credits" to the .pot file? [10:44] yes [10:44] * lucidfox nods [10:45] in gtk you can do it so: http://library.gnome.org/devel/gtk/unstable/GtkAboutDialog.html#gtk-about-dialog-set-translator-credits [10:47] jtv, henninge, Launchpad does not add a 'translator-credits' msgid to translations, does it? It only fills it in automatically if the original template has such a string, if I'm not mistaken [10:47] dpm: that's right [10:47] ok, thanks jtv [10:48] * lucidfox adds N_("translator-credits") somewhere [10:50] lucidfox, _("translator credits") should be enough, there is no need for plurals (assuming you are using N_ as a macro for ngettext() ) [10:51] ...oh, so *that's* what N_ is [10:51] What's the equivalent of Qt's QT_TR_NOOP? [10:51] as in "Mark this string as translatable, but return it verbatim" [11:30] hmm [11:30] so the Launchpad automatic export uses filenames in the format (langcode).po [11:31] but manual export uses (projectname)-(langcode).po [11:31] not very convenient for merging :( === matsubara-afk is now known as matsubara [13:52] Hi there, I can't push any changes to Launchpad [13:52] I'm concerned I have not set something up right on the project hosting end [13:54] I have logged in to launchpad using "bzr lp-login" and the branch.conf contains bzr+ssh urls [13:54] Do I need to set up a team, even though I am the owner of the branch? [13:55] The branch is simpleio/trunk [13:55] What is the exact command you are running and in what way does it error? [13:56] [13:56] joel@chondestes: ~/Public/src/trunk > bzr push lp:~adamsonj/simpleio/trunk [13:56] bzr: ERROR: Cannot lock LockDir(lp-104002896:///~adamsonj/simpleio/trunk/.bzr/branchlock): Transport operation not possible: readonly transport [13:56] Every topic I've seen on the web the people were trying to use http [13:57] a simple "bzr push" results in the same error [13:57] I've also tried this from a checked-out branch [13:58] joel`: What's your Launchpad username? [13:58] adamsonj [13:58] "Joel J. Adamson" [13:58] Ah. [13:58] That's an import branch you're trying to push to. [13:58] Oh? [13:59] Okay: that's what I was afraid of... [13:59] Am I not really hosting my code on Launchpad as I thought? [14:00] You've set up a read-only code import. You'll need to create a new writable branch. [14:00] Okay, how do I do that? (thanks!) [14:00] At https://edge.launchpad.net/simpleio/trunk/+edit, empty the Branch field. [14:00] Then 'bzr push lp:simpleio' should work. [14:01] Do I have to checkout (branch) again? [14:01] No. [14:01] I'm confused: what does "You haven't yet told Launchpad where your source code is for simpleio trunk series" mean? [14:01] You'll push your existing branch up into a new trunk branch. [14:01] Is that not what I did? [14:01] joel`: We just unset that. [14:01] okay [14:01] Since it was set to a read-only import. [14:02] Oh, I get it, so now when I push _then_ the code will be there? [14:02] Exactly. [14:02] okay let me try it... [14:02] Pushing to lp:simpleio will create a new Launchpad-hosted branch. [14:02] "Created new branch." it says [14:03] Okay, now the reloaded project page says the right thing [14:03] The branch is now named trunk-1, though. [14:03] So you should probably rename the 'trunk' import to something else, or maybe even delete it. [14:03] okay...I suppose I can change that somewhere? [14:03] Then rename trunk-1 to trunk. [14:04] Use the 'Change branch details' link on the right of the branch page. [14:16] I seem to be all set up except that I'd like to delete a series and I can't figure out how to get to it (to delete it) [14:17] You only have a trunk series. [14:17] Why do you want to delete one? [14:17] There was another one [14:17] I tried to delete it, and I got an error saying I couldn't because it was the focus of development [14:17] so I created another one ("trunk") and made that the focus of development [14:18] Did launchpad read my mind ? [14:18] Oh, right, there is another one. [14:18] But marked as Experimental, so I couldn't see it. [14:18] Click the 'View full history' link on the project page. [14:19] Okay, that worked [14:19] thanks [14:20] Great. [14:46] Okay, I've finally gotten everything sorted out [14:47] I feel like a lot of things on the website are very well-hidden [14:47] Am I the only one who thinks the layout is confusing? [14:47] I'll spend more time reading the manual [14:48] joel`, you aren't the only one. [14:50] joel`, What in particular do you find confusing? I'd love to talk to you more about what's been confusing and what we can make better. Soon I'm going to be writing a report on how we can improve the experience for new users. [14:51] mrevell: I see a lot of empty space on the pages, and I can never seem to find what I'm looking for [14:52] For example, I'll read the manual about adding a release download file, but then I go to the page that *I think* the manual referred to and I can't find the link it referred to [14:52] I should have spent more time going over the general concepts, as once I have those the specifics are easy for me [14:52] I can't say whether that's a deficit in the manual or in my own patience === Meths_ is now known as Meths === LinuxJedi is now known as LinuxJedi|away === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [15:08] It's been almost 15 minutes since I pushed this branch: https://code.edge.launchpad.net/~soren/nova/ec2-security-groups [15:08] It still says "Updating branch...". Are there problems with the branch scanner thingy? [15:23] soren: yes there is [15:24] soren: Stacked branches take long time occasionally to get scanned === Lcawte|Away is now known as Lcawte [15:41] bilalakhtar: I don't think it's to do with stacking? [15:41] maxb: I think it is. Stacked branches take considerably more system resources in scanning/merging/committing [15:42] I am doubtful of "considerably". "slightly", perhaps === LinuxJedi|away is now known as LinuxJedi [15:49] Hi there, what time format should I use in a poll, if I want it close today at midnight GMT -5 ? [15:56] Andphe, I *think* you can use a variety of time formats and Launchpad'll work out what you mean. So, as LP runs in UTC/GMT, you'd want to go for 5am tomorrow GMT, so try 05:00 15/09/2010 ... let me know if that works. [15:57] mrevell, thanks [15:57] np === yofel_ is now known as yofel [17:08] Hi all, is it possible to have a "latest version" download link? === spike_ is now known as spikeC === spikeC is now known as spike_ === matsubara is now known as matsubara-lunch === spike_ is now known as spikeWRK === Ursinha is now known as Ursinha-lunch [17:36] I own a project, have unsubscribed from being emailed about stuff that I report, yet I still get emails when I change descriptions/add comments/change tags etc. can I stop this, it's agitiating [17:37] seems a bit silly from the code/logic side of things to be emailed about actions I perform [17:38] sproaty, [17:38] sorry, I meant in regards to bugs. [17:39] sproaty, We're introducing improved configuration options for what email you receive. gmb or deryck will know when that's gonna be available [17:39] either of you around? [17:39] very nice :) [17:40] it's cool to know it's in the making, it doesn't bother me that much (only a bit :P) === bpeel is now known as bpeel_away [17:51] hi mrevell, sproaty. Yes, this will be configurable for you, it should be live somewhere in the next 4-6 weeks. [17:51] thanks deryck === Ursinha-lunch is now known as Ursinha [18:03] * gmb EoDs. Night all. === mrevell changed the topic of #launchpad to: http://launchpad.net/ | 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: https://dev.launchpad.net/ [18:21] thanks deryck === matsubara-lunch is now known as matsubara [18:21] np === leonardr is now known as leonardr-away === dendrobates is now known as dendro-afk === leonardr-away is now known as leonardr [19:10] where should i contact if i have a question about paste.ubuntu.com ? [19:11] jpds might know.. [19:11] is this about how you need to login with your launchpad account in order to download pastes? [19:12] no [19:12] ah well [19:12] i'd like to ask that question, really. =) [19:12] hyperair: theres a plasmoid in KDE that we can use to create pastese [19:12] *pastes [19:12] ah i see. [19:12] that's nice. [19:12] and? [19:12] im writing a backend for paste.ubuntu [19:12] there's a command line alternative pastebinit [19:12] some of them are at : http://websvn.kde.org/trunk/KDE/kdebase/workspace/plasma/generic/dataengines/share/backends/ [19:12] it already uses paste.ubuntu.com [19:13] hyperair: yes but with the plasmoid you can grab text from a irc client and drop it on the plasmoid and pastebin's it [19:13] or drop a file and itll do the needfull [19:13] i think you're missing my point. [19:13] pastebinit is open source [19:13] needful [19:13] you can lift the implementation from there [19:13] i was grepping the script too ;) [19:14] =) [19:14] but theres no mention of paste.ubuntu in the source.. ill have to look at the lp page [19:15] shadeslayer: take a look at /etc/pastebin.d/ [19:15] specifically /etc/pastebin.d/paste.ubuntu.com.conf [19:15] oh there.. === dendro-afk is now known as dendrobates [19:16] i believe it provides a mapping of pastebinit-specific keys to the form fields [19:16] and then does a POST request [19:16] basically, hack open the form and post it? [19:18] hyperair: um.. i lost track.. what are we talking about? plasmoid or script ? [19:18] you're writing a backend for the plasmoid, right? [19:18] i'm talking about the pastebinit's implementation, and how you could go about figuring out how to implement the said backend for your plasmoid [19:19] oic [19:19] well.. the backend can be written in ruby/JS/python i think... i chose JS [19:19] could probably even do a bash script using curl to handle it, really. [19:20] i dunno about js running out of the browser, but with python you could practically lift the entire pastebinit code and magically gain support for all of pastebinit's backends. [19:21] hmm.... well.. IIRC the pastebin plasmoid dev said his data engines supported JS [19:23] hyperair: http://blog.morpheuz.cc/28/08/2010/updates-on-plasma-land/ [19:24] 2nd para [19:24] * hyperair shrugs [19:24] well if you choose to do it with js, good luck. i've never done js outside of a browser =) [19:24] ive never done JS.. ever [19:25] lol [19:25] what languages have you done? [19:25] i just learned some bits and pieces from w3schools :P [19:25] hyperair: c++ and qt [19:29] well time to learn a new language then ^_^ [19:32] hyperair: aye :D [19:32] its quite easy tbh [19:32] i mean.. easier after you learn C++ and Qt [19:32] of course. [19:33] especially C-like languages [19:33] yep [19:34] stgraber: pokes if your around [19:34] hyperair: btw i couldnt get pastebinit to work with *.pastebin.com ... [19:35] dunno whats the issue [19:35] stgraber: is there a API for paste.ubuntu.com [19:36] shadeslayer: it's likely that pastebin.com broke its API again. [19:36] hmm [19:36] could be.. [19:36] but really, the so called "API" is really just the form names [19:36] take out firebug or chrome's something-or-other inspector [19:36] or just view source [19:37] and check the names of the fields [19:37] it's really simple [19:38] hyperair: ill looky tomorrow... sleep has taken over my brain right now :P [19:38] =) [19:38] time for me to sleep too [20:06] what happened here: [20:06] $ bzr push lp:~smoser/junk/editbp [20:06] Using default stacking branch /~sathishmanohar/junk/main at lp-74167632:///~smoser/junk [20:06] Created new stacked branch referring to /~sathishmanohar/junk/main. [20:06] that was a fresh bzr init'd repo [20:07] smoser: and thats what the output says [20:07] Created new stacked branch referring to /~sathishmanohar/junk/main. << [20:07] i should really go to sleep... [20:07] right. thats what confused me. [20:08] smoser: also #bzr [20:25] hello [20:28] I lost my password, and the launchpad didn't send me a e-mail with instructions to change it [20:28] this is happening since yesterday [20:28] thoughts ? === bilalakhtar_ is now known as bilalakhtar [20:49] Is there something wrong with malone not closing bugs automatically? [20:50] hi bilalakhtar. Yes, there's a known bug about this, that's being worked on. Let me see if I can find the bug number.... [20:53] hmmm, maybe I'm thinking of something else. [20:53] no it exists [20:54] the fix landed on stable I think [20:54] ok, I couldn't find the bug. [20:55] Was this a malone bug? Or Soyuz? [20:55] bug 635524 [20:55] Launchpad bug 635524 in Launchpad itself "bugs are not closed anymore with uploads to the archive (dup-of: 634045)" [Undecided,New] https://launchpad.net/bugs/635524 [20:55] Launchpad bug 634045 in Soyuz "Regression: Launchpad-Bugs-Fixed header no longer works (affected: 2, heat: 20)" [High,Fix committed] https://launchpad.net/bugs/634045 [20:56] ah, there. thanks! bilalakhtar ^^ [20:56] Thanks deryck ! [20:56] * bilalakhtar will leave now [21:10] hi everyone, I think there is an xmlrpc interface for filing bugs in malone (because I read the source) is this documented anywhere? [21:11] ttps://help.launchpad.net/API [21:12] lifeless: thanks [21:32] Can someone with the necessary magic powers tell me why this project is deactivated? https://edge.launchpad.net/fun3compiler [21:34] its bare bones [21:34] fun 3 compiler / fun 3 compiler [21:34] no driver, no branch on the series, no milestones [21:34] My only interest in it is that it's got a code import which is a testcase for an obscure bzr-svn bug :-) [21:35] sinzui: oh all-knowing-about-CHR one [21:35] sinzui: is ok to reactivate this, hand ownership to registry admins ? [21:35] or even maxb ? [21:35] there's nothing on the review whiteboard, sadly. [21:36] I am a bit confused why it's called "fun3compiler", given the upstream seems to be called "open64" [21:36] Maybe I should just delete the current import and reregister it under a properly named project record [21:37] hell yeah [21:37] sorry, let me express my enthusiasm for clean data in this area. [21:40] * sinzui looks [21:41] lifeless, yes the project can be reactivated and given to anyone. [21:41] I wish there was a note about why it was deactivated. [21:42] me too [21:43] maxb, do you want the project? I suppose the user asked for it to be disabled and no one updated the whiteboard. I paste the question or email into the subject when I disable a project [21:43] looks like the user experimented with a branch and left [21:44] I think the project name is bogus. It needs to be renamed to "open64" or somesuch [21:45] I don't really care about it, other than it's a testcase for a bzr-svn bug which avoids needing to run bzr-svn on the KDE repo :-) === ajmitch_ is now known as ajmitch [21:49] sinzui: I think the best thing to do would be to either rename the project to open64 , or leave it deactivated and I will move the import branch to a new project record [21:50] I can rename it now [21:52] this is no fun. mab, we need a real admin to change the owner. I can either rename it out of the way, or we precede and I wait for this to be given to ~registry [21:52] ^maxb [21:54] OK, shall I file a question, then, for the maintainer change, and editing all instances of "fun 3" in the metadata to say "Open64" ? [21:57] file a Q [21:58] I really want a take control of this project button, but I think I would be over reaching my powers. [21:59] Doesn't seem unreasonable for that to be in the remit of a registry admin [21:59] maxb: proprietary projects. [21:59] maxb: commercial customers : registry admins are on the 'dev' side of our devops coin [22:00] the set of people to be blamed for a breach/issue in that area is - by policy- as small as possible. === bpeel_away is now known as bpeel === mdeslaur_ is now known as mdeslaur [22:04] Should I directly assign my question to the losas? [22:04] oh, no, I can't. Launchpad was lying when it displayed an edit-pencil on that field [22:04] https://answers.edge.launchpad.net/launchpad-registry/+question/125431, anyway === Lcawte is now known as Lcawte|Away === spike_ is now known as spikeWRK [23:22] max: I think all is done for https://edge.launchpad.net/open64 if you needs any changes ping me or any lp engineer. [23:29] maxb: ^ [23:29] looks good, thanks === matsubara is now known as matsubara-afk