/srv/irclogs.ubuntu.com/2008/06/12/#launchpad.txt

Bodsdaanyone here?00:05
jmlBodsda: yep00:10
Bodsdajml, 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:12
jmlBodsda: 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:13
jmlBodsda: if you want to get your files off Launchpad, just 'bzr branch <url-to-branch>'00:14
Bodsdajml, ok cool,.,. and  ive done     bzr add     has this now put the files on LP?00:14
jmlBodsda: no, it wouldn't have. 00:14
jmlBodsda: 'bzr add' just tells Bazaar to start tracking files. You'll have to do 'bzr commit' to store them in your branch.00:15
jmland depending on how you have things set up, you might have to do 'bzr push' to publish them on Launchpad.00:15
Bodsdayeah, did that aswell00:15
Bodsdajml, ok, cheers00:15
jmlnp00:17
Bodsdajml, my changes should appear soon here yes? -- https://code.launchpad.net/termtutor00:19
jmlBodsda: yes.00:20
Bodsdajml, i havent seen any changes online yet,.,. can youtell me if this is correct?00:23
Bodsdabod@bodubuntustu:~$ cd /home/bod/python_files/launchpad_bzr/00:23
Bodsdabod@bodubuntustu:~/python_files/launchpad_bzr$ bzr init00:23
Bodsdabzr: ERROR: Already a branch: ".".00:23
Bodsdabod@bodubuntustu:~/python_files/launchpad_bzr$ bzr add00:23
Bodsdaadded termTutorv0.100:23
Bodsdaadded termTutorv0.1/README00:23
Bodsdaadded termTutorv0.1/chp1.py00:23
Bodsdaadded termTutorv0.1/chp1_q.py00:23
Bodsdaadded termTutorv0.1/chp1q.py00:23
Bodsdaadded termTutorv0.1/intro.py00:24
Bodsdaadded termTutorv0.1/locations00:24
Bodsdaadded termTutorv0.1/run_this.sh00:24
Bodsdaadded termTutorv0.1/termTutor.py00:24
Bodsdabod@bodubuntustu:~/python_files/launchpad_bzr$ bzr commit -m "first update to source files"00:24
BodsdaCommitting to: /home/bod/python_files/launchpad_bzr/00:24
Bodsdamissing termTutor00:24
Bodsdaadded termTutorv0.100:24
Bodsdaadded termTutorv0.1/README00:24
Bodsdaadded termTutorv0.1/chp1.py00:24
Bodsdaadded termTutorv0.1/chp1_q.py00:24
Bodsdaadded termTutorv0.1/chp1q.py00:24
Bodsdaadded termTutorv0.1/intro.py00:24
Bodsdaadded termTutorv0.1/locations00:24
Bodsdaadded termTutorv0.1/run_this.sh00:24
Bodsdaadded termTutorv0.1/termTutor.py00:24
Bodsdadeleted termTutor00:24
BodsdaCommitted revision 2.00:24
Bodsdaoops,.,.that was meant to be a pastebin link,.,.sorry00:24
jmlBodsda: have you pushed those changes to your branch?00:25
spivBodsda: pastebin the output of "bzr info"00:25
Bodsdajml, that is all ive done,.,.spiv,.k00:25
Bodsdahttp://paste.ubuntu.com/19493/00:26
Bodsdai havent pushed it00:26
Bodsdaspiv, jml,,. how can i push the files?00:27
spiv"bzr push"00:28
Bodsdaspiv, Permission denied (publickey).00:29
Bodsdabzr: ERROR: Connection closed: please check connectivity and permissions (and try -Dhpss if further diagnosis is required)00:29
Bodsdai had to reinstall my OS after setting up the keys and bzr -- could that affect it spiv ?00:30
mwhudsonthere's a clue there -- do you have an ssh key set up in launchpad?00:30
mwhudsonif you created a new key, then yes00:30
Bodsdayes00:30
jmlBodsda: have you still got the private key for the public key on LP?00:31
Bodsdajml, err,. no,. after the reinstall i would have probably lost that info00:31
Bodsdaunless its online somewhere00:31
Bodsdashall i create a new ssh key?00:32
jmlBodsda: that's probably a good idea.00:32
Bodsdaok00:32
Bodsdajml, ok, i just made a new ssh key, shall i try bzr push   again?00:36
jmlBodsda: you need to tell Launchpad about your new SSH key first00:36
Bodsdajml, yeah, i just added it on there00:36
jmlBodsda: did you delete your old one from Launchpad?00:37
Bodsdayep00:37
Bodsdabzr push00:37
jmlBodsda: ahh ok.00:37
Bodsdaworked00:37
jmlBodsda: cool!00:37
BodsdaPushed up to revision 200:37
Bodsdais the output00:37
Bodsdai guess thats good00:37
jmlyep00:37
jmlBodsda: give LP a couple of minutes and the new revision should appear on https://code.edge.launchpad.net/~bodssocks/termtutor/termtutor00:38
Bodsdajml, cool cheers,.,. how can i remove a file from there?00:38
jmlBodsda: You just remove it from your branch using bzr.00:39
jmlBodsda: and then push up the new version00:39
Bodsdajml, i dont understand,.,. i add them with   bzr add      do i remove them with     bzr remove      ?00:40
jmlBodsda: that's right.00:40
Bodsdakk cheers00:40
Bodsdajml, 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:04
jmlBodsda: I'm not 100% sure what you mean.01:05
Bodsdajml, 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 mean01:06
kikoBodsda, uhh, why are you downloading through the web?01:07
Bodsdakiko, because i have no idea wth im doin ;~)01:07
kikoBodsda, ah, that makes sense. :)01:08
Bodsdaplz excuse he n00bness01:08
Bodsdabut how do i download my files?01:08
Bodsdahe=the01:08
kikoBodsda, sure. can you explain what you are trying to do, big-picture?01:08
Bodsdakiko, 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 it01:10
kikoBodsda, okay. you download code in a bazaar branch using bzr? 01:10
Bodsdakiko, ok, assume im your long lost grandmother,.,.step by step plz01:11
kikoBodsda, sure. :)01:11
Bodsda;~)01:14
kikoBodsda, so, let's check out this URL: https://edge.launchpad.net/termtutor01:16
kikoBodsda, if you look at "Latest branches" you'll see one owned by you!01:16
kikohttps://code.edge.launchpad.net/~bodssocks/termtutor/termtutor01:17
Bodsdaok01:17
kikoif you look at that page, you'll notice that there's instructions there on how to "Get this branch"01:17
kikojust run that command01:17
kikoyou'll have a copy of the whole repo!01:17
Bodsdaoh,.,.kiko,.,. cool,,.thanks alot m801:18
kikono problemo01:18
=== kiko is now known as kiko-zzz
Bodsdaall my probelms solved for today -- im off to bed,,.,.night01:18
=== 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
DBOhow long does launchpad take to "import" my key so i can push?03:16
jameshDBO: PGP key?03:17
DBOrsa03:17
jameshSSH keys should be usable immediately03:17
DBOit keeps comming back saying i dont have a registered ssh key03:18
DBObut im staring at it...03:18
jameshDBO: are you logging in with your Launchpad user name?03:18
mwhudsonDBO: pastebin a transcript of what you're trying to do?03:18
DBObzr push bzr+ssh://bazaar.launchpad.net/%7Edo-plugins/do-plugins/trunk/03:19
DBOLaunchpad user 'jason' doesn't have a registered SSH key03:19
DBOPermission denied (publickey).03:19
DBObzr: ERROR: Connection closed: please check connectivity and permissions (and try -Dhpss if further diagnosis is required)03:19
DBOmmmm oops03:19
DBOprobably should add my user name eh?03:20
spivYeah :)03:20
jameshare you Launchpad user "jason"?03:20
DBOthanks03:20
thumperDBO: or use launchpad-login and use lp:~do-plugins/do-plugins/trunk03:20
spiv(or tweak your ~/.ssh/config to always use the right username for that host)03:20
jameshDBO: you can add a stanza to ~/.ssh/config so you don't need to remember03:20
mwhudson.ssh/config to the rescue03:20
mwhudsonoh wow, no imagination in this team03:20
jameshsomething like:03:20
jameshHost bazaar.launchpad.net03:20
jamesh  User xxxx03:21
DBOyeah just a completely brain fart03:21
DBOsorry about that...03:21
DBOi for the life of me couldn't figure out what I was doing wrong03:22
mwhudsoneasy mistake to make03:22
DBOwell i dont know who all is working on LP03:24
DBObut keep it up, its the best dev tool i've used03:24
=== nickellery is now known as asdf
=== asdf is now known as nickellery
TiMiDohey i have a question is there any editors? so i can open the MO and PO files?03:40
TiMiDoso i can translate?03:40
jameshTiMiDo: if you are looking for desktop software for editing PO files, gtranslator or kbabel might be worth looking at03:46
jamesh(you can also do the translations through the web, of course)03:46
TiMiDothnx jamesh 03:47
PengIs bzr slow right now?06:47
PengOh god, this repo is using knits.06:47
PengNever mind.06:47
PengI'll switch to bzr+ssh..06:48
ianm_anyone willing to help import a new project?06:52
jmlianm_: sure.06:56
jmlianm_: what needs doing?06:56
ianm_jml: it's not in any version control atm06:57
ianm_jml: so I'll just put a .tar.gz online, ok?06:57
jmlianm_: whatever suits you.06:57
ianm_jml: it includes a sqlite database (2.3M), is there anything special to do for that?06:58
jmlianm_: let's step back a bit06:58
jmlianm_: you want to put your sourcecode on Launchpad as a new project?06:59
ianm_right06:59
jmlianm_: ok. have you registered the project?06:59
ianm_yeah06:59
ianm_https://launchpad.net/~ian-mcintosh06:59
ianm_oh06:59
ianm_no not this one06:59
ianm_others06:59
ruiboonhi. 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 error07:00
jmlruiboon: this is the right channel to ask on. what error do you get?07:00
jmlianm_: the first step is registering a project.07:00
ianm_jml: ok. on it07:00
ruiboonjml: 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
jmlruiboon: what's the bug?07:01
ruiboonjml: bug 23883407:01
ubottuLaunchpad 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/23883407:02
jmlruiboon: hmm. so you want to say that it's on ubuntu but not on the firefox ubuntu package?07:02
jmlinteresting..07:02
ruiboonjml: this bug is definitely not a firefox bug. but i do not know the correct package for it. thus opening up a generic ubuntu task07:04
jmlruiboon: sounds sensible to me.07:04
jmlBjornT: ^^07:04
persiaruiboon: That's discouraged.  You might ask in #ubuntu-bugs for help in identifying the right package.07:06
persia(Of course, this doesn't mean LP oughtn't have an interface: it may be interesting for other projects)07:06
ruiboonpersia: ah.. Thanks. will go over and ask it07:07
=== mwhudson_ is now known as mwhudson
BjornTruiboon: to target it to ubuntu itself, without a package, you have to edit the firefox task, and clear out the package name07:22
ruiboonBjornT: thanks07:24
jmlianm_: how's it going?07:30
ianm_jml: ok it's up https://launchpad.net/amigo07:47
jmlianm_: cool.07:48
jmlianm_: now, I could swear there was a way to add a tarball for a release of a project07:52
sadmacLaunchpad is listing push URLs for new hosted branches that don't work07:52
jmlsadmac: what's the error you're getting?07:52
sadmacjml: bzr: ERROR: Transport operation not possible: http does not support mkdir()07:53
spivsadmac: ah, that's because you haven't done "bzr launchpad-login"07:53
jmlsadmac: ahh yeah, there's a trick with that. You have to tell bzr your launchpad login:07:53
jmlsadmac: bzr launchpad-login <your-lp-login>07:53
spivsadmac: the launchpad bzr plugin could be more helpful about that :(07:53
jmlI'm pretty sure recent versions of bzr do warn you about it.07:54
spivjml: oh, good :)07:54
jmlor at least, I got a warning about it today when I was using bzr 1.6b2 on a new system :)07:54
ianm_jml: http://info.openanswers.org/downloads/amigo-0.5.tar.gz07:55
sadmacspiv,jml:thanks07:55
jmlianm_: do you want to put that into version control on Launchpad?07:55
ianm_jml: yeah07:55
jmlianm_: cool! do you have bzr on your system?07:56
ianm_jml: just installed it07:56
ianm_(new machine)07:56
jmlianm_: ok. so, basically you need to do something like this:07:57
jmltar xzf amigo-0.5.tar.gz07:57
jmlcd amigo-0.507:58
jmlbzr init07:58
jmlbzr add07:58
jmlbzr ci -m "Initial import of amigo"07:58
ianm_ok07:58
jmlbzr push lp:~<username>/amigo/trunk07:58
ianm_done (btw had to do the launchpad-login thing mentioned above)08:02
jmlianm_: oh right, forgot to mention that :)08:02
jmlianm_: what you can do now is set the new branch as amigo's development focus08:03
jmlwhich is Launchpad's way of saying 'trunk'08:04
jmlit'll also mean people can get your code by doing 'bzr branch lp:amigo', which is handy08:04
ianm_done.  does it look right?08:06
jmlianm_: looks great!08:07
ianm_awesome, thanks for the help!08:07
jmlianm_: my pleasure.08:07
=== mwhudson__ is now known as mwhudson
=== nijaba` is now known as nijaba
davmor2quick query on merged accounts,  Should the email aliasing not change to be that of the new account?11:18
tehkWhen I push to a project the projects recent revisions page shows "By <email address hidden>" is there anyway to avoid that?11:53
PengAvoid what?11:54
tehkWell I want it to link to my launchpad account11:55
tehkHere is my example: https://code.launchpad.net/~awn-extras/awn-extras/trunk11:56
thekornrun   bzr whoami "Frank Chu <fchu@example.com>"11:56
Pengtehk: Email addresses are only shown if you're logged in.11:57
Pengtehk: Also, you need to put < and > around your address in your whoami for it to be parsed correctly.11:57
tehkPeng: That was the issue, thanks. '<>'11:57
mptGoooooooooooooooooooooood afternoon Launchpadders!12:00
=== barry__ is now known as barry
=== mrevell is now known as mrevell-lunch
LaibschHi, I am trying to import an SVN branch from code.google.com.  But both attempts at https://code.launchpad.net/subdownloader/+branches have failed12:44
LaibschI think I am making a stupid error.  Is there someone kind enough to have a quick look?12:44
intellectronicaLaibsch: iirc there problems importing from google code's svn repositories. let me see if i can find more information12:50
Laibschthat would be very much appreciated12:56
thumperLaibsch: code.google.com is notorious for dropping connections while we are attempting to import the branch12:56
thumperLaibsch: often many attempts will fail then one will succeed12:57
Laibschhehe, I guess someone (with a bad product) does not like competition12:57
Laibsch;-)12:57
thumperLaibsch: leave the import attempt going12:57
thumperLaibsch: it may well succeed at some stage :-)12:58
Laibschthumper: Just so that I am not wasting my time with an incorrect setup, would I need to import http://subdownloader.googlecode.com/svn or http://subdownloader.googlecode.com/svn/trunk ?12:59
* thumper goes to look12:59
thumperLaibsch: I think you revision 19 may be quite large13:04
thumperLaibsch: it is possible that our process that watches for output is killing the import prematurely13:04
LaibschOK, do you have sufficient privs to restart the import for https://code.launchpad.net/~vcs-imports/subdownloader/trunk ?13:07
thumperLaibsch: it is running now13:07
Laibschcool, thanks13:08
thumperLaibsch: but it looks as if it will be killed again :(13:08
Laibsch:-(13:08
* Laibsch takes a look at r1913:08
thumperLaibsch: I'll talk with the main import dude in about 8 hours13:08
thumperLaibsch: it could be the revision after 19, not sure13:08
* thumper goes to sleep now13:08
Laibschthumper: sleep tight.  Thank you.13:11
Laibschthumper: Looks like it went through!13:14
LaibschYay!13:14
LaibschActually, I don't think it did.  It was just the error message was different13:20
=== salgado-afk is now known as salgado
=== Mez is now known as Mez|DPC
=== mrevell-lunch is now known as mrevell
lucashi15:37
lucasI'm working on a script that fetches bug data from launchpad. apparently, edge.launchpad.net is slightly faster than launchpad.net itself. is the content of the DB the same, or is edge.launchpad.net lagging behind?15:38
jameshlucas: edge.launchpad.net runs off the same database as launchpad.net but has slightly newer code15:39
lucasok, thank you15:40
kikolucas, intriguing that it's slightly faster though!15:41
lucaskiko: maybe it's just less loaded by other requests15:42
kikolucas, it runs on the same machines :)15:42
kikojust different codebase15:42
kikoand server processes15:42
lucasthen maybe you allocate too many server processes to edge ;)15:43
kikoheh15:43
Hobbseelucas: don't say that.15:47
Hobbseelucas: if you're looking for slow, connect from au.15:47
* Hobbsee appreciates all speed gains :P15:47
=== _neversfelde is now known as neversfelde
nhandlerCould someone point me to a guide for setting up a LP hosted project to use LP as its Bug Tracker?16:23
=== kiko is now known as kiko-fud
kiko-fudnhandler, well, help.launchpad.net contains all the documentation. what are you asking for specifically?16:48
mtaylornhandler: go to the project page, click "Change details"16:49
mtaylornhandler: there's a selection area in the middle "Bugs are tracked" ... there's not much more to it than that16:50
nhandlermtaylor, Thanks. the project isn't mine, so I can't test it, but I'll pass the info along. Thanks16:50
=== Jarlskov is now known as Jarlen
=== salgado is now known as salgado-lunch
=== kiko-fud is now known as kiko
twruottuHow do I remove a project/package from a bug?17:29
PengIf you can't, just resolve it Invalid.17:30
mptThat's bug 134217:33
ubottuLaunchpad bug 1342 in malone "Can't delete spurious "Affects" lines (bugtasks) from bug reports" [Low,Confirmed] https://launchpad.net/bugs/134217:34
jcastrokiko: around?17:46
kikojcastro, phone17:48
=== salgado-lunch is now known as salgado
mathiazHi - is there a text version of a team package bug reports (eg https://bugs.launchpad.net/~ubuntu-server/+packagebugs) ?18:22
kikomathiaz, not of the actual listing -- I'd love a CSV export to be done though18:33
=== matsubara is now known as matsubara-lunch
mathiazkiko: well - I'm looking to extract the list of subscribed packages by a team - I'll scrape the html for now18:35
kikomathiaz, yeah, soon you'll be able to use a launchpad python client library -- just ask barry!18:49
=== matsubara-lunch is now known as matsubara
=== mrevell_ is now known as mrevell
Rinchen>> LP meeting right now at #launchpad-meeting19:01
kikobefore people ask19:07
kikoyes19:07
kikothere is a weird iframe in every page on edge19:07
kikoworking on it :)19:07
=== mrevell changed the topic of #launchpad to: Launchpad downtime on 17th, 18th and 19th June - see http://tinyurl.com/5bgye5 | https://launchpad.net | Next meeting, all welcome: Thu 12 June 2008, 1800UTC #launchpad-meeting | Help: https://help.launchpad.net | Questions and spam reports: https://answers.launchpad.net/launchpad | Channel logs: http://irclogs.ubuntu.com
=== mrevell changed the topic of #launchpad to: Launchpad downtime at times on 17th, 18th and 19th June - see http://tinyurl.com/5bgye5 | https://launchpad.net | Next meeting, all welcome: Thu 12 June 2008, 1800UTC #launchpad-meeting | Help: https://help.launchpad.net | Questions and spam reports: https://answers.launchpad.net/launchpad | Channel logs: http://irclogs.ubuntu.com
qenseare there currently changes being made in the beta template?19:18
qenseI've got an empty text box in the left-bottom of every page with the text 'close' under it, which seems clickabel, but isn't19:18
qenseand the drop-down boxes don't work19:18
kikoheh19:19
kiko<kiko> before people ask19:19
kiko<kiko> yes19:19
kiko<kiko> there is a weird iframe in every page on edge19:19
kiko<kiko> working on it :)19:19
qenseok :)19:19
qenseI just got an email from Tom Berger explaining all this19:19
intellectronicaqense: no, the empty box is a bug. the new bug page layout is here to stay :)19:20
qenseOK, I'm reading the email now. I think it explains everything19:20
qensebut what has happened to the image rendering? it's horrible now!19:20
kikoimage rendering?19:21
qensewell, not rendering of course, but their quality is horrible19:21
kikoqense, shift-reload?19:22
matsubarakiko: https://devpad.canonical.com/~matsubara/bug-page.png19:22
matsubaraintellectronica: ^19:22
qenseshift+r doesn't seem to do anything at all Weird FF19:23
beunokiko, also, the new bug page seems to have broken javascript for expanding the information on the right side\19:23
intellectronicamatsubara: anything in particular i should focus on? looks just like it does on mine19:23
intellectronicabeuno: really? what problem are you experiencing (with JS)?19:24
beunointellectronica, Error: initInlineHelp is not defined19:25
beunoSource File: https://bugs.edge.launchpad.net/bzr/+bug/13920219:25
beunoLine: 6819:25
ubottuLaunchpad bug 139202 in bzr ""Could not acquire lock" error doesn't tell you how to fix it" [Medium,Fix released] 19:25
matsubaraintellectronica: not sure how the page is supposed to look, but it sure looks weird to me. the Actions menu, the bug title wrapping, no icons for the dupe, privacy and question links19:25
intellectronicabeuno: yes. we're aware of that, but that's not related to the new bug page. that's a problem in the main template. hopefully we;ll have a fix shortly19:25
intellectronicamatsubara: don't worry, you'll get used to it with time :P19:26
beunointellectronica, ah, cool. Thanks  :)19:26
intellectronicabeuno: thanks for helping test these changes19:27
beunoicons look cool  :)19:27
intellectronicamatsubara: if you find things changes that are too hard to swallow, raise bugs. we can still change stuff until the release19:27
intellectronicabeuno: cool. mpt will be thrilled to hear that19:28
matsubaraintellectronica: will do19:28
kikointellectronica, it's just system change shock syndrome. you will need to ignore the first weeks of complaints :)19:28
intellectronicawhat complaints?19:28
qensepedro already said he didn't like it ;)19:30
qense<pedro_> iak looks awful19:30
qenseso that's one large bug traiger not liking it19:30
matsubaraintellectronica: so, the subscribers portlet and search portlet should disapper too?19:31
intellectronicamatsubara: at some point in the future, but for now they stay where they are19:31
qenseI've got someone at #ubuntu-youth who says the registration process is broken19:32
matsubaraintellectronica: okay, because they don't work for me (i.e. clicking the arrow doesn't unfold it)19:32
qensehe says he's sure that he has filled everything correctly.19:32
matsubaraqense: how broken?19:32
qensethe information 'can't be understand'19:32
qense(ed)19:33
intellectronicamatsubara: yes. i suspect this is a result of the initInlineHelp JS error19:33
matsubaraokie19:33
intellectronicamatsubara: portlet collapsing/expanding doesn't work on any page :(19:33
matsubaraouch19:33
qenseI19:34
qense ve got no problems with registereing19:35
qenseI think it's a problem of the user19:36
matsubaraqense: do you have the URL of the page? the one he's using to register19:37
qenseI gave him the https://launchpad.net/ubuntu/+filebug page19:37
matsubarawrong one, should be launchpad.net/launchpad/+filebug19:37
qensebut he wants to file a bug against ubuntu19:37
matsubaraoh, I thought you pointed him to file a bug about the registration problem19:38
qenseno :)19:38
qenseI'm asking him to copy the content of the field19:39
qensehe's using a @live.com address19:40
qenseand he doesn't want to give the address19:40
qenseare things like hotmail and live banned somehow?19:42
matsubarasurely not19:42
qenseOK, that's really weird19:42
matsubarawell, you can ask him to private message me describing the problem plus the data he's using19:43
qenseOK19:43
qense(what's the command for PMing? :P)19:43
Jarlen. /msg19:44
qenseok19:44
qenseincomming PM19:45
matsubaraqense: you need to be registered on freenode to be able to private message19:45
matsubaraor he needs to be registered :-)19:45
qenseah noo!19:45
beunooh, so, LP is giving my timeouts19:57
beunoedge19:57
beunois that expected?19:57
beuno(never got a timeout before)19:57
matsubarabeuno: sort of. edge is running really bleeding edge code there.19:59
beunomatsubara, alright, as long as you guys know about, It's aaaaaaaall good20:00
SpookyEThi20:19
SpookyETCan one link me to a tutorial on how to use PPA's bzr? I'd like to store packages in bzr. Idealy, only "debian" folders. Do you use +junk?20:19
beunoSpookyET, you want to get the latest version of bzr from PPA?20:21
SpookyETbeuno: I just want version control for the packages I upload to PPA.20:25
beunoSpookyET, I don't follow. You don't need anything special to do that20:26
beunoand they're not related in anyway20:26
SpookyETbeuno: Isn't bzr just for projects?20:26
beunoSpookyET, bzr is for *anything* you want to use it for20:26
beunoyou can version your projects20:26
=== Rinchen changed the topic of #launchpad to: Launchpad downtime at times on 17th, 18th and 19th June - see http://tinyurl.com/5bgye5 | https://launchpad.net | Next meeting, all welcome: Thu 19 June 2008, 1800UTC #launchpad-meeting | Help: https://help.launchpad.net | Questions and spam reports: https://answers.launchpad.net/launchpad | Channel logs: http://irclogs.ubuntu.com
beunoand you can upload them to PPA independently20:27
beunoSpookyET, https://help.launchpad.net/BzrHowto20:27
beunomaybe that's what you're looking for20:27
beunoand, seperatly, https://help.launchpad.net/PPAQuickStart20:27
SpookyETi presume that you can't store .orig.tar.gz or anything big like that20:28
beunowell, you can, yes. Not sure why you would though. Versioning just code is much more useful20:28
SpookyETIt's not my code. 20:28
SpookyETI want to use it for packages I modify or create20:29
Odeesihi20:29
beunoSpookyET, so you just want to version the debian/ directory20:29
beunowhat size is the tar.gz?20:29
SpookyETbeuno: Yep. 20:30
SpookyETbeuno: from small to very large20:30
beunoSpookyET, I recommend just versioning the debian/ directory20:30
beunoand leave the rest out20:30
Odeesimay i just ask a small question?20:31
beunobut, well, bzr let's you do it anyway you want, so, unless files are in the hundreds of megs, choose any workflow that works for you20:31
SpookyETit would have been nice if dh_make was smart enough to download the .tar.gz similar to pacman, conary20:31
beunoOdeesi, sure20:34
Odeesiwell, I am running a rootserver with Ubuntu Dapper Drake... unfortunately, I now need software for it that requires Gutsy Gibbon... so, as I don't want to reinstall everything, is there any chance to upgrade to gutsy as edgy is no longer supported?20:35
beunoOdeesi, ah, this probably isn't the channel to ask that20:36
beuno#ubuntu would be more appropriate for support20:36
Odeesiah, okay... sorry ;)20:37
SpookyETOdeesi: just create a dapper drake package20:43
SpookyETbeuno: bzr-builddeb I'm not sure it works without having everything20:46
Odeesiwell, the prob is that it's proprietary software... so I can't just create a dapper package :(20:46
SpookyETOdeesi: is it in the repo, or downloaded from somwhere else?20:47
Odeesiit's from somewhere else20:48
SpookyETupgrade20:50
SpookyETchange sources.list20:51
Odeesiwell, that's the prob, I mean, if there would be a chance to either upgrade directly to gutsy or to upgrade first to edgy, it woulda be cool... but as edgy ain't supported anymore, the repo from edgy ain't available (at least to me) anymore20:51
SpookyETOdeesi: backup and try gutsy directly20:52
Odeesiwell, that's the other problem ;) I don't have physical access to the server and am just able to connect via SSH... which is usually fine, but in this case it sorta s*cks 20:53
OdeesiSo I either need a possibility to upgrade to Gutsy directly or to somehow upgrade to edgy first20:55
SpookyETWhy haven't you upgraded years ago?20:58
Odeesibecause until now, I was happy with 6.06 LTS21:00
kikoOdeesi, gutsy?21:02
OdeesiI need to get to gutsy from dapper, yes21:02
kikowhy gutsy?21:02
kikowhy not hardy?21:02
Odeesibecause with hardy I would have the problem that e.g. Plesk doesn't work21:02
OdeesiParallels only provide installation packages for dapper and gutsy :(21:03
Odeesisame with some other proprietary software21:03
kikoOdeesi, I think iamfuzz is rectifying parallels at least21:03
Odeesiwell, that would be Plesk then... but other proprietary software I need also just works with older ubuntus... and gutsy is atm the version where I need to make the smalles compromises 21:07
kikoOdeesi, I really wouldn't upgrade to gutsy if I were you21:08
Odeesiwhy not?21:10
=== mwhudson_ is now known as mwhudson
SpookyETOdeesi: buggy crap21:16
=== salgado is now known as salgado-afk
=== Mez|DPC is now known as mez
=== mez is now known as Mez|DPC
=== fta_ is now known as fta

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