=== verterok_ is now known as verterok | ||
poolie | rockstar: i don't want to be a wet blanket by imo the sparklines are pretty useless at present therefore it's not worth fixing bugs there | 00:51 |
---|---|---|
rockstar | poolie, I do what I'm told. :) | 00:54 |
poolie | that's the spirit :) | 00:54 |
rockstar | poolie, you wouldn't like thumper when he's angry. | 00:54 |
poolie | you pass the test :) | 00:54 |
=== kiko is now known as kiko-zzz | ||
mwhudson | spm: ping | 02:44 |
spm | mwhudson: heyo, sorry for delay | 03:56 |
mwhudson | spm: hi! | 03:56 |
meoblast001 | hi | 03:56 |
mwhudson | spm: can i get you to run some queried for me? | 03:56 |
spm | sure | 03:57 |
mwhudson | spm: er, #launchpad-dev i guess | 03:57 |
ShadowBelmolve_ | Hello, launchpad can use git and yaml files for translation? //for a project | 04:07 |
thumper | ShadowBelmolve_: Launchpad doesn't handle git natively | 04:15 |
thumper | ShadowBelmolve_: but you can import git into bzr | 04:15 |
thumper | ShadowBelmolve_: but I'm not sure how it hooks into the translations stuff | 04:15 |
ShadowBelmolve_ | thumper, hmm, have a way to users translate a file via launchpad? | 04:16 |
thumper | ShadowBelmolve_: sorry, don't know | 04:16 |
ShadowBelmolve_ | thumper, hmm, ok | 04:16 |
thumper | ShadowBelmolve_: danilo, jtv or maybe wgrant could answer | 04:16 |
wgrant | I don't know a whole lot about translations. | 04:17 |
wgrant | But Launchpad primarily supported gettext. | 04:17 |
wgrant | So you should aim to get a gettext .pot file. | 04:17 |
wgrant | It certainly doesn't support anything YAML-based. | 04:17 |
wgrant | I'm not aware of any YAML-based translation mechanism. | 04:17 |
thumper | what is YAML? | 04:18 |
wgrant | A markup language that Ruby people like. Somewhat like JSON. | 04:18 |
ShadowBelmolve_ | wgrant, I've using I18n project from rubyforge, the same used by rails | 04:18 |
ShadowBelmolve_ | thumper, a example of YAML file http://gist.github.com/157832 | 04:19 |
thumper | ah | 04:20 |
VP | How can I change my email in lauchpad? | 06:47 |
poolie | thumper: still around? | 07:09 |
real34 | Hi all! | 07:51 |
real34 | I am trying to set up a space for the translation of the CakePHP project on launchpad | 07:52 |
real34 | but I'm stuck with this page : https://translations.launchpad.net/cakephp/+imports where all the imports are in state "need review" | 07:53 |
wgrant | real34: The first import of a new template or translation needs to be reviewed by a Launchpad Translations developer. | 07:53 |
real34 | do you have any idea on who has to review these files? | 07:53 |
real34 | oh ok | 07:53 |
real34 | and how long does it take approximately? | 07:54 |
wgrant | I believe they're normally done in a working day or two. | 07:54 |
real34 | thanks for the information wgrant! | 07:54 |
wgrant | real34: No problem. | 07:55 |
real34 | afterwards, the changes made to the translations will have to be validated by our team isn't it | 07:55 |
wgrant | Correct. | 07:55 |
dpm | real34: you can also have a look at https://help.launchpad.net/Translations/ImportPolicy#Sample%20directory%20layout | 07:55 |
real34 | sounds great ;) | 07:55 |
real34 | dpm, yes I saw it once the files where uploaded | 07:56 |
real34 | the structure was the one used in CakePHP to organize the translation file | 07:56 |
real34 | I took it directly from the github account already in place to start the translation effort | 07:57 |
dpm | ok | 07:57 |
real34 | I will wait for a few days, and if there is a problem I'll reorganize them ;) | 07:57 |
dpm | real34: I'll ping one of the developers when they come in. Hopefully we can get them approved today | 07:58 |
real34 | thank you very much ;) | 07:58 |
dpm | real34: as you were asking for how to validate changes to translations, you might also find this interesting -> https://help.launchpad.net/Translations/YourProject#Maintaining%20quality | 07:59 |
real34 | can I continue to work on the po file in parallel to merge it with the submitted french po file? | 07:59 |
dpm | real34: what do you exactly mean? Are you editing the french PO file locally and would like to have it merged with the submitted one? | 08:00 |
real34 | dpm, yes kinda because I planned to work on it today | 08:01 |
real34 | but it seems to be impossible in fact... | 08:01 |
dpm | real34: sure, you can work on it locally and merge the changes later. There are different ways to do this. I think an easy one is to wait until the submitted file has been imported, then download the PO file through the Launchpad UI, then | 08:03 |
dpm | do a 'msgmerge localfile.po exportedfile.po > newfile.po' and upload it to Launchpad through the UI | 08:04 |
dpm | And don't forget to add the "X-Launchpad-Export-Date: <date of export>\n" header to the file you are trying to upload | 08:05 |
real34 | and when uploading it via the UI it will not have to be validated again by the launchpad team? | 08:06 |
real34 | because I wouldn't like to bother them everyday :D | 08:06 |
real34 | (because it is still experimental from my side ;) ) | 08:06 |
dpm | real34: no, the human validation only happens the first time. On subsequent uploads, files are automatically approved if they are ok. It still not instantaneous, it will still take a couple of hours, but it will be automatic | 08:07 |
real34 | dpm, I got it! thank you very much for your help | 08:09 |
* real34 thinks the launchpad team is cool :D | 08:09 | |
dpm | real34: np :-) feel free to ask if you need more help (I'm not part of the LP team, but I also think they're cool ;)) | 08:10 |
real34 | ... well, I think I come with a new question for you guys :D | 08:19 |
real34 | I am trying to add a new code import for the cakephp project | 08:19 |
real34 | it use Git as SCM, and there is a field for the repo URL : "The URL of the git repository. The MASTER branch will be imported." ... but I don't know what kind of URI it is | 08:20 |
real34 | I tried "http://code.cakephp.org/source", "git clone dev@code.cakephp.org:cakephp.git" and "dev@code.cakephp.org:cakephp.git" unsuccessfully ... any idea? | 08:21 |
real34 | (I didn't found either the relevant page in the documentation) | 08:21 |
mdke_ | I've just tried one myself, and I used git://git.gnome.org/projectname | 08:22 |
mdke_ | no idea if that will work though | 08:22 |
real34 | woow awesome mdke_ ... "git://code.cakephp.org/source" seems to be ok! | 08:26 |
real34 | thanks ;) | 08:26 |
mdke_ | no worries | 08:26 |
=== happyaron_ is now known as happyaron | ||
=== Guest77821 is now known as NCommander | ||
=== NCommander is now known as Guest33254 | ||
=== Guest33254 is now known as NCommander | ||
=== NCommander is now known as Guest82317 | ||
=== Guest82317 is now known as NCommander | ||
=== sabdfl1 is now known as sabdfl | ||
=== yofel_ is now known as yofel | ||
=== noodles775 is now known as noodles775-afk | ||
=== kiko-zzz is now known as kiko | ||
=== salgado changed the topic of #launchpad to: https://launchpad.net/ | Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: salgado | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel | ||
=== mrevell is now known as mrevell-lunch | ||
=== noodles775-afk is now known as noodles775 | ||
=== sabdfl1 is now known as sabdfl | ||
geser | is bazaar.launchpad.net having problems? | 13:38 |
mwhudson | geser: not particularly i think | 13:41 |
geser | http://bazaar.launchpad.net/~ubuntu-dev/ubuntu-dev-tools/trunk/files gives me "Please try again" and "Sorry, there was a problem connecting to the Launchpad server." | 13:42 |
mwhudson | bazaar.launchpad.net runs many services though | 13:42 |
mwhudson | ok yes, that's not working | 13:42 |
mwhudson | geser: it's back | 13:43 |
mwhudson | i'll have to look at what went wrong tomorrow | 13:43 |
mwhudson | (i.e. not at 1am) | 13:43 |
geser | thanks | 13:43 |
=== mrevell-lunch is now known as mrevell | ||
=== noodles775_ is now known as noodles775 | ||
=== salgado_ is now known as salgado | ||
=== micahg1 is now known as micahg | ||
=== lamont` is now known as lamont | ||
dpm | jtv: as the only LP translations dev around, I have to borrow you for several things :) -> someone was asking to get their translations approved this morning: "<real34> I am trying to set up a space for the translation of the CakePHP project on launchpad but I'm stuck with this page : https://translations.launchpad.net/cakephp/+imports where all the imports are in state "need review"" | 15:41 |
jtv | dpm: going there now... | 15:41 |
bittin | Hello some launchpad admin here that can delete my old Launchpad account and move over the data to a new one? | 15:52 |
salgado | bittin, have you tried merging these two accounts (https://launchpad.net/people/+requestmerge)? | 15:53 |
bittin | i dont remember the password of my old one thats why i ask | 15:53 |
=== gary_poster is now known as gary_poster_brb | ||
bittin | and dont think i got that that email account anymore | 15:54 |
salgado | you'd only need access to the email address of the old account, but if you don't have that then we need admins to do it | 15:54 |
bittin | i dont | 15:55 |
salgado | bittin, please ask a question at https://launchpad.net/launchpad/+addquestion | 15:55 |
bittin | but did a new one | 15:55 |
bittin | with same nick but with 1 | 15:55 |
bittin | in the end | 15:55 |
bittin | and merged it | 15:56 |
mattik_ | Hello. Is there some problem with launchpad? I can't report bug | 16:01 |
mattik_ | I use windows firefox because I have wubi bug | 16:01 |
mattik_ | Our edge server has a lower timeout threshold than launchpad.net, so we can catch those before they hit a wider audience. As a member of the Launchpad Beta Testers team, you're more likely to experience them. If this is blocking your work, you can disable redirection. | 16:02 |
mattik_ | Or am I banned? | 16:02 |
LarstiQ | mattik_: unlikely | 16:03 |
LarstiQ | mattik_: you can disable the redirection and see if that helps | 16:04 |
salgado | mattik_, what is preventing you from reporting bugs? | 16:07 |
mattik_ | I cannot disable it | 16:08 |
salgado | mattik_, you can disable the redirection at https://launchpad.net | 16:09 |
=== gary_poster_brb is now known as gary_poster | ||
mattik_ | ok. I try to find solution, but disable button doesn't work fo me. I have to disconnect network because of storm | 16:10 |
=== thekorn_ is now known as thekorn | ||
=== noodles775_ is now known as noodles775 | ||
=== dpm_ is now known as dpm | ||
=== deryck is now known as deryck[lunch] | ||
=== noodles775 is now known as noodles775-afk | ||
mb74 | hi | 17:32 |
mb74 | can someone help me with ppa and branches on launchpad? | 17:32 |
mb74 | i'm new to this services on this site | 17:33 |
mb74 | and i've got problems signing the sources | 17:33 |
LarstiQ | mb74: in what sense? | 17:34 |
=== kyselejsyrecek is now known as kyselejsy | ||
=== kyselejsy is now known as kyselejsyrecek | ||
mb74 | first question is how do i sign a ".changes" file? | 17:45 |
salgado | mb74, AFAIK, it's changed automatically by the devscripts, when you build the package | 17:47 |
salgado | mb74, e.g. I use 'debuild -S' and it looks up my key (using the email address in the changelog) and signs the .changes for me | 17:48 |
=== salgado is now known as salgado-lunch | ||
salgado-lunch | brb | 17:50 |
mb74 | i've built it with dpkg-buildpackage | 17:51 |
pace_t_zulu | hey guys... how do i delete bazaar branch? | 17:53 |
pace_t_zulu | hello? | 17:54 |
pace_t_zulu | it's a vcs-import | 17:54 |
gary_poster | pace_t_zulu: the guy who would usually be able to help you just headed off for lunch. Do you see a trash can next to the name? That's the usual approach. If it is a vcs-import it might not work that way though. If you don't see a trash can I'll ask somebody else to come over and help. | 17:56 |
mhall119|work | pace_t_zulu: a local branch, or one in launchpad? | 17:58 |
_gpg_ | hello | 18:01 |
_gpg_ | (My ethernal pathetic question, sorry again if i'm boring with it, any of you know when the source code will be released ? i mean, the exact day/night) | 18:02 |
mhall119|work | _gpg_: it's already released | 18:04 |
_gpg_ | oh ! nvm sory agaƩin | 18:04 |
_gpg_ | mhall119|work, received cahn motd lately, i'm so happy ! | 18:04 |
pace_t_zulu | mhall119|work: a launchpad vcs-import | 18:06 |
pace_t_zulu | gary_poster: no trashcan... it is owned by "VCS imports" | 18:06 |
gary_poster | pace_t_zulu: ok. last try before I ask somebody else: gimme the link and I'll see if I happen to have privileges | 18:10 |
pace_t_zulu | https://code.launchpad.net/~vcs-imports/skia/trunk gary_poster | 18:10 |
=== EdwinGrubbs is now known as Edwin-lunch | ||
=== salgado-lunch is now known as salgado | ||
=== mrevell is now known as mrevell-dinner | ||
=== sale_ is now known as sale | ||
=== deryck[lunch] is now known as deryck | ||
geser | mb74: you can it afterwards with debsign (on the ..._source.changes file) and you need to build a source package only (debuild -S or dpkg-buildpackage -S) | 18:44 |
=== gary_poster is now known as gary_poster_fud | ||
=== dpm is now known as dpm-afk | ||
=== micahg1 is now known as micahg | ||
mac9416 | Hey, y'all, apparently I'm not getting proper credit for a commit: https://code.launchpad.net/~keryx/keryx/trunk | 21:03 |
mac9416 | It doesn't link to my account | 21:03 |
kklimonda | mac9416, I think it happens if for some reason LP cannot map email from commit to any account. Just a hunch. Or maybe that's because your email isn't public? | 21:11 |
mac9416 | kklimonda, yes that must be it. Seemed like hiding it was a good idea at the time. I'll change it to public | 21:12 |
salgado | mac9416, is mac9416@keryxproject.org linked to your account in launchpad? | 21:16 |
=== salgado changed the topic of #launchpad to: https://launchpad.net/ | Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: - | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel | ||
mac9416 | salgado, yes, that's my defule | 21:16 |
mac9416 | *default | 21:16 |
mac9416 | Made email address public :-) | 21:17 |
mac9416 | Hopefully, that'll fix it. | 21:18 |
salgado | I don't think it will | 21:20 |
mac9416 | That's not a good thing | 21:20 |
salgado | rockstar, any idea why mac9416's commits are not linked to the LP account? | 21:20 |
* rockstar looks | 21:22 | |
mac9416 | I feel like there are a bunch of highly skilled surgeons staring into my account "whatda you make of it, doctor?" | 21:22 |
mac9416 | :-P | 21:22 |
rockstar | mac9416, your email address needs to be surrounded it <> | 21:23 |
rockstar | bzr whoami "mac9416 <mac9416@keryxproject.org>" | 21:23 |
mac9416 | OK, I did that in bazaar.conf | 21:23 |
mac9416 | Alright | 21:23 |
mac9416 | Done | 21:23 |
mac9416 | Then, I hope that will fix it :-) | 21:27 |
=== gary_poster_fud is now known as gary_poster | ||
=== cprov is now known as cprov-afk | ||
=== salgado is now known as salgado-afk | ||
=== ripps_ is now known as ripps | ||
=== gary_poster is now known as gary_poster_fud | ||
kblin | hi | 23:06 |
kblin | now that launchpad can track bugtrackers hosted at code.google.com, how do I get my project's bugtracker into that dropdown list? | 23:07 |
=== Edwin is now known as Guest15459 | ||
=== Guest15459 is now known as EdwinGrubbs | ||
deryck | kblin, in project registration. So "change details" from your project page, and look for "Bugs are tracked" section. | 23:21 |
kblin | yeah, there's a couple of code.google.com trackers in that dropdown, but mine isn't | 23:22 |
wgrant | There's no way to add a new bugtracker there. | 23:22 |
wgrant | You can create one by adding a bugwatch for a URL on that bug tracker, or add one at https://launchpad.net/bugs/bugtrackers. | 23:22 |
deryck | ah, I thought it was more generic from the project config. Shows what I know. | 23:23 |
mb741 | i've currently uploaded a package with dput to a ppa I've created. The upload seemed to be successfull, but the ppa is still empty. After uploading I got the following error: Not running dinstall | 23:26 |
mb741 | Is that error relevant? | 23:27 |
mb741 | Why do I get this error= | 23:27 |
mb741 | ? | 23:27 |
wgrant | mb741: That's not an error, and it's not relevant. | 23:28 |
wgrant | mb741: You should receive an email within 5 minutes of the upload unless you didn't sign the package properly with an OpenPGP key known to Launchpad. | 23:29 |
beuno | wgrant, I wonder if we can make dput tell this to the user? | 23:29 |
beuno | "If you don't recieve email within..." | 23:29 |
kblin | wgrant: ok, now I've added a bug tracker, but it's still not in the dropdown list, does that take a while? | 23:30 |
wgrant | kblin: It shouldn't, I don't think. | 23:30 |
wgrant | But maybe you hit replication lag. | 23:30 |
wgrant | beuno: That would be a reasonable idea. | 23:30 |
kblin | wgrant: ok, I'll just go to bed and try tomorrow :) | 23:31 |
mb741 | How do I import the openpgp key in launchpad? I've created a ssh key and imported it. But it seems that for signing packages a different key is needed ??? | 23:32 |
beuno | wgrant, what would I file a bug against? dput? | 23:32 |
wgrant | beuno: Yes. | 23:33 |
wgrant | But... | 23:33 |
wgrant | Maybe this should wait until it is worked out what is happening with FTP. | 23:33 |
wgrant | Since there have long been plans to replace it with SFTP, and give immediate upload feedback. | 23:33 |
wgrant | There's a Soyuz bug or two on it. | 23:33 |
beuno | wgrant, would the change for dput still get into karmic? | 23:34 |
beuno | I don't think sftp will happen in the next 2-3 months | 23:34 |
wgrant | beuno: You could make this change in Karmic, yes. | 23:35 |
beuno | wgrant, thanks. I will file the bug and figure out which developer could do it | 23:37 |
beuno | wgrant, bug 406645 | 23:43 |
ubottu | Launchpad bug 406645 in dput "On upload, tell the user they should expect an email from Launchpad" [Undecided,New] https://launchpad.net/bugs/406645 | 23:43 |
beuno | in case you have any contacts :) | 23:44 |
lifeless | that one is problematic thogh, as lp won't mail if the gpg key is wrong | 23:45 |
lifeless | and if its right, they've almost certainly done an upload before | 23:45 |
beuno | so maybe the message can be improved | 23:45 |
beuno | the point is, if the suer didn't get an email, something's wrong | 23:45 |
beuno | we need to tell them that | 23:45 |
lifeless | right | 23:46 |
lifeless | or agreed ;P | 23:46 |
beuno | super, I like un-controversial | 23:46 |
beuno | I don't get much of it :) | 23:46 |
* beuno -> home | 23:47 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!