[00:05] anyone here? [00:10] Bodsda: yep [00:12] jml, hey, a couple of days ago i set up a project on LP and put a file on a bzr branch, but i had to reinstall my system since then and now, when running bzr init i get bzr: ERROR: Already a branch: ".". is this a problem? [00:13] Bodsda: I don't think so. "bzr init" will try to make a new branch in the current directory. If you are already a branch, it'll give you that message. [00:14] Bodsda: if you want to get your files off Launchpad, just 'bzr branch ' [00:14] jml, ok cool,.,. and ive done bzr add has this now put the files on LP? [00:14] Bodsda: no, it wouldn't have. [00:15] Bodsda: 'bzr add' just tells Bazaar to start tracking files. You'll have to do 'bzr commit' to store them in your branch. [00:15] and depending on how you have things set up, you might have to do 'bzr push' to publish them on Launchpad. [00:15] yeah, did that aswell [00:15] jml, ok, cheers [00:17] np [00:19] jml, my changes should appear soon here yes? -- https://code.launchpad.net/termtutor [00:20] Bodsda: yes. [00:23] jml, i havent seen any changes online yet,.,. can youtell me if this is correct? [00:23] bod@bodubuntustu:~$ cd /home/bod/python_files/launchpad_bzr/ [00:23] bod@bodubuntustu:~/python_files/launchpad_bzr$ bzr init [00:23] bzr: ERROR: Already a branch: ".". [00:23] bod@bodubuntustu:~/python_files/launchpad_bzr$ bzr add [00:23] added termTutorv0.1 [00:23] added termTutorv0.1/README [00:23] added termTutorv0.1/chp1.py [00:23] added termTutorv0.1/chp1_q.py [00:23] added termTutorv0.1/chp1q.py [00:24] added termTutorv0.1/intro.py [00:24] added termTutorv0.1/locations [00:24] added termTutorv0.1/run_this.sh [00:24] added termTutorv0.1/termTutor.py [00:24] bod@bodubuntustu:~/python_files/launchpad_bzr$ bzr commit -m "first update to source files" [00:24] Committing to: /home/bod/python_files/launchpad_bzr/ [00:24] missing termTutor [00:24] added termTutorv0.1 [00:24] added termTutorv0.1/README [00:24] added termTutorv0.1/chp1.py [00:24] added termTutorv0.1/chp1_q.py [00:24] added termTutorv0.1/chp1q.py [00:24] added termTutorv0.1/intro.py [00:24] added termTutorv0.1/locations [00:24] added termTutorv0.1/run_this.sh [00:24] added termTutorv0.1/termTutor.py [00:24] deleted termTutor [00:24] Committed revision 2. [00:24] oops,.,.that was meant to be a pastebin link,.,.sorry [00:25] Bodsda: have you pushed those changes to your branch? [00:25] Bodsda: pastebin the output of "bzr info" [00:25] jml, that is all ive done,.,.spiv,.k [00:26] http://paste.ubuntu.com/19493/ [00:26] i havent pushed it [00:27] spiv, jml,,. how can i push the files? [00:28] "bzr push" [00:29] spiv, Permission denied (publickey). [00:29] bzr: ERROR: Connection closed: please check connectivity and permissions (and try -Dhpss if further diagnosis is required) [00:30] i had to reinstall my OS after setting up the keys and bzr -- could that affect it spiv ? [00:30] there's a clue there -- do you have an ssh key set up in launchpad? [00:30] if you created a new key, then yes [00:30] yes [00:31] Bodsda: have you still got the private key for the public key on LP? [00:31] jml, err,. no,. after the reinstall i would have probably lost that info [00:31] unless its online somewhere [00:32] shall i create a new ssh key? [00:32] Bodsda: that's probably a good idea. [00:32] ok [00:36] jml, ok, i just made a new ssh key, shall i try bzr push again? [00:36] Bodsda: you need to tell Launchpad about your new SSH key first [00:36] jml, yeah, i just added it on there [00:37] Bodsda: did you delete your old one from Launchpad? [00:37] yep [00:37] bzr push [00:37] Bodsda: ahh ok. [00:37] worked [00:37] Bodsda: cool! [00:37] Pushed up to revision 2 [00:37] is the output [00:37] i guess thats good [00:37] yep [00:38] Bodsda: give LP a couple of minutes and the new revision should appear on https://code.edge.launchpad.net/~bodssocks/termtutor/termtutor [00:38] jml, cool cheers,.,. how can i remove a file from there? [00:39] Bodsda: You just remove it from your branch using bzr. [00:39] Bodsda: and then push up the new version [00:40] jml, i dont understand,.,. i add them with bzr add do i remove them with bzr remove ? [00:40] Bodsda: that's right. [00:40] kk cheers [01:04] jml, hi again, just another quick question,,.what ive added to the branch is a folder with 6/7 files in it, but its actually added a bin file (being the oflder) and 6/7 files, is there a way of it just being a folder so you can download 1 thing and all the files are inside? [01:05] Bodsda: I'm not 100% sure what you mean. [01:06] jml, is there a way of getting all these files -- http://bazaar.launchpad.net/~bodssocks/termtutor/termtutor/revision/2 -- with 1 download? without downloading them all seperately is what i mean [01:07] Bodsda, uhh, why are you downloading through the web? [01:07] kiko, because i have no idea wth im doin ;~) [01:08] Bodsda, ah, that makes sense. :) [01:08] plz excuse he n00bness [01:08] but how do i download my files? [01:08] he=the [01:08] Bodsda, sure. can you explain what you are trying to do, big-picture? [01:10] kiko, yeah sure,.,. i am writing a python program, and i have people asking for the code, i have hosted it on LP and now im trying to download them because i wanted to know how to do it [01:10] Bodsda, okay. you download code in a bazaar branch using bzr? [01:11] kiko, ok, assume im your long lost grandmother,.,.step by step plz [01:11] Bodsda, sure. :) [01:14] ;~) [01:16] Bodsda, so, let's check out this URL: https://edge.launchpad.net/termtutor [01:16] Bodsda, if you look at "Latest branches" you'll see one owned by you! [01:17] https://code.edge.launchpad.net/~bodssocks/termtutor/termtutor [01:17] ok [01:17] if you look at that page, you'll notice that there's instructions there on how to "Get this branch" [01:17] just run that command [01:17] you'll have a copy of the whole repo! [01:18] oh,.,.kiko,.,. cool,,.thanks alot m8 [01:18] no problemo === kiko is now known as kiko-zzz [01:18] all my probelms solved for today -- im off to bed,,.,.night === Bodsda is now known as Bodsda|SNORE === nickellery is now known as nickellery_ === nickellery_ is now known as nickellery === barry-away is now known as ghost === ghost is now known as barry === rockstar_ is now known as rockstar [03:16] how long does launchpad take to "import" my key so i can push? [03:17] DBO: PGP key? [03:17] rsa [03:17] SSH keys should be usable immediately [03:18] it keeps comming back saying i dont have a registered ssh key [03:18] but im staring at it... [03:18] DBO: are you logging in with your Launchpad user name? [03:18] DBO: pastebin a transcript of what you're trying to do? [03:19] bzr push bzr+ssh://bazaar.launchpad.net/%7Edo-plugins/do-plugins/trunk/ [03:19] Launchpad user 'jason' doesn't have a registered SSH key [03:19] Permission denied (publickey). [03:19] bzr: ERROR: Connection closed: please check connectivity and permissions (and try -Dhpss if further diagnosis is required) [03:19] mmmm oops [03:20] probably should add my user name eh? [03:20] Yeah :) [03:20] are you Launchpad user "jason"? [03:20] thanks [03:20] DBO: or use launchpad-login and use lp:~do-plugins/do-plugins/trunk [03:20] (or tweak your ~/.ssh/config to always use the right username for that host) [03:20] DBO: you can add a stanza to ~/.ssh/config so you don't need to remember [03:20] .ssh/config to the rescue [03:20] oh wow, no imagination in this team [03:20] something like: [03:20] Host bazaar.launchpad.net [03:21] User xxxx [03:21] yeah just a completely brain fart [03:21] sorry about that... [03:22] i for the life of me couldn't figure out what I was doing wrong [03:22] easy mistake to make [03:24] well i dont know who all is working on LP [03:24] but keep it up, its the best dev tool i've used === nickellery is now known as asdf === asdf is now known as nickellery [03:40] hey i have a question is there any editors? so i can open the MO and PO files? [03:40] so i can translate? [03:46] TiMiDo: if you are looking for desktop software for editing PO files, gtranslator or kbabel might be worth looking at [03:46] (you can also do the translations through the web, of course) [03:47] thnx jamesh [06:47] Is bzr slow right now? [06:47] Oh god, this repo is using knits. [06:47] Never mind. [06:48] I'll switch to bzr+ssh.. [06:52] anyone willing to help import a new project? [06:56] ianm_: sure. [06:56] ianm_: what needs doing? [06:57] jml: it's not in any version control atm [06:57] jml: so I'll just put a .tar.gz online, ok? [06:57] ianm_: whatever suits you. [06:58] jml: it includes a sqlite database (2.3M), is there anything special to do for that? [06:58] ianm_: let's step back a bit [06:59] ianm_: you want to put your sourcecode on Launchpad as a new project? [06:59] right [06:59] ianm_: ok. have you registered the project? [06:59] yeah [06:59] https://launchpad.net/~ian-mcintosh [06:59] oh [06:59] no not this one [06:59] others [07:00] hi. not sure if this is the right channel to ask, but how do i open a bug task for ubuntu in launchpad? i closed a firefox task as it is not due to it but some other package which i am not sure of. i have tired also affect distro but it gives me an error [07:00] ruiboon: this is the right channel to ask on. what error do you get? [07:00] ianm_: the first step is registering a project. [07:00] jml: ok. on it [07:01] jml: i went to the +distrotask page, select ubuntu and leave the package name blank. error: "This bug is already on Ubuntu. Please specify an affected package in which the bug has not yet been reported." [07:01] ruiboon: what's the bug? [07:01] jml: bug 238834 [07:02] Launchpad bug 238834 in firefox "Unable to make a screenshot when clicking on the arrow on the right of the star in url bar." [Undecided,Invalid] https://launchpad.net/bugs/238834 [07:02] ruiboon: hmm. so you want to say that it's on ubuntu but not on the firefox ubuntu package? [07:02] interesting.. [07:04] jml: this bug is definitely not a firefox bug. but i do not know the correct package for it. thus opening up a generic ubuntu task [07:04] ruiboon: sounds sensible to me. [07:04] BjornT: ^^ [07:06] ruiboon: That's discouraged. You might ask in #ubuntu-bugs for help in identifying the right package. [07:06] (Of course, this doesn't mean LP oughtn't have an interface: it may be interesting for other projects) [07:07] persia: ah.. Thanks. will go over and ask it === mwhudson_ is now known as mwhudson [07:22] ruiboon: to target it to ubuntu itself, without a package, you have to edit the firefox task, and clear out the package name [07:24] BjornT: thanks [07:30] ianm_: how's it going? [07:47] jml: ok it's up https://launchpad.net/amigo [07:48] ianm_: cool. [07:52] ianm_: now, I could swear there was a way to add a tarball for a release of a project [07:52] Launchpad is listing push URLs for new hosted branches that don't work [07:52] sadmac: what's the error you're getting? [07:53] jml: bzr: ERROR: Transport operation not possible: http does not support mkdir() [07:53] sadmac: ah, that's because you haven't done "bzr launchpad-login" [07:53] sadmac: ahh yeah, there's a trick with that. You have to tell bzr your launchpad login: [07:53] sadmac: bzr launchpad-login [07:53] sadmac: the launchpad bzr plugin could be more helpful about that :( [07:54] I'm pretty sure recent versions of bzr do warn you about it. [07:54] jml: oh, good :) [07:54] or at least, I got a warning about it today when I was using bzr 1.6b2 on a new system :) [07:55] jml: http://info.openanswers.org/downloads/amigo-0.5.tar.gz [07:55] spiv,jml:thanks [07:55] ianm_: do you want to put that into version control on Launchpad? [07:55] jml: yeah [07:56] ianm_: cool! do you have bzr on your system? [07:56] jml: just installed it [07:56] (new machine) [07:57] ianm_: ok. so, basically you need to do something like this: [07:57] tar xzf amigo-0.5.tar.gz [07:58] cd amigo-0.5 [07:58] bzr init [07:58] bzr add [07:58] bzr ci -m "Initial import of amigo" [07:58] ok [07:58] bzr push lp:~/amigo/trunk [08:02] done (btw had to do the launchpad-login thing mentioned above) [08:02] ianm_: oh right, forgot to mention that :) [08:03] ianm_: what you can do now is set the new branch as amigo's development focus [08:04] which is Launchpad's way of saying 'trunk' [08:04] it'll also mean people can get your code by doing 'bzr branch lp:amigo', which is handy [08:06] done. does it look right? [08:07] ianm_: looks great! [08:07] awesome, thanks for the help! [08:07] ianm_: my pleasure. === mwhudson__ is now known as mwhudson === nijaba` is now known as nijaba [11:18] quick query on merged accounts, Should the email aliasing not change to be that of the new account? [11:53] When I push to a project the projects recent revisions page shows "By