/srv/irclogs.ubuntu.com/2008/08/24/#launchpad.txt

thekornhi, anyone from the API team around?11:00
thekorncan you please point me to the xsl stylesheet you use to convert the wadl file to a human readable format11:01
=== ulim_ is now known as ulim
=== DasIch_ is now known as DasIch
compengihello. i created a new bazaar branch under "irssi-text" but i can't figure out how to add files to this branch15:34
compengisomeone told me that i should creat a branch in my /home through "bzr init" as what i've done is "bzr init Scripts/audacious/" then tried to run " bzr add bzr+ssh://compengi@bazaar.launchpad.net/~compengi/irssi-text/audacious" i get bzr: ERROR: Not a branch: "bzr+ssh://compengi@bazaar.launchpad.net/~compengi/irssi-text/audacious/".15:39
compengiwhat have i done wrong and what should i do15:39
=== jaypipes-afk is now known as jaypipes
jelmercompengi, hi15:52
jelmercompengi, still there?15:52
compengiyes15:52
jelmercompengi, you would want to "bzr add" local files15:53
compengii just did it15:53
jelmerunder the directory in which you ran "bzr init"15:53
jelmerafter that, "bzr commit" and push to launchpad15:53
compengii did bzr commit and it opened bzr_log.sthH0e file15:54
compengiin nano15:54
compengijelmer any idea/15:56
jelmercompengi, you should enter a commit message15:56
jelmercompengi, you may want to read the 5 minute tutorial to bzr15:57
jelmerhttp://doc.bazaar-vcs.org/bzr.dev/en/mini-tutorial/index.html15:57
compengijelmer, but i don't get something. how does it commit if i didn't specify path to launchpad?15:57
jelmercompengi, it commits locally15:58
jelmercompengi, you have to use a separate command to upload the changes to launchpad (bzr push)15:58
compengiOkay..16:00
compengijelmer, should i push? $ bzr push bzr+ssh://compengi@bazaar.launchpad.net/~compengi/irssi-text/audacious/16:00
compengibzr: ERROR: Target directory bzr+ssh://compengi@bazaar.launchpad.net/~compengi/irssi-text/audacious/ already exists, but does not have a valid .bzr directory. Supply --use-existing-dir to push there anyway.16:00
jelmercompengi, try with --use-existing-dir16:00
compengijelmer, $ bzr push --use-existing-dir bzr+ssh://compengi@bazaar.launchpad.net/~compengi/irssi-text/audacious/16:01
compengibzr: ERROR: Could not acquire lock "[Errno 11] Resource temporarily unavailable"16:01
compengi/usr/lib/python2.5/site-packages/bzrlib/lock.py:79: UserWarning: lock on <open file u'/home/compengi/irssi-text/audacious/.bzr/checkout/dirstate', mode 'rb' at 0x85424e8> not released warn("lock on %r not released" % self.f)16:02
jelmercompengi, looks like you have a lock still open on that branch16:02
jelmertry "bzr break-lock <url>"16:02
compengidone16:02
compengitry again?16:03
jelmeryeah16:03
compengiUnable to obtain lock file:///home/compengi/irssi-text/audacious/.bzr/branch/lock16:03
compengiheld by compengi@compengi on host compengi [process #5678]16:03
compengilocked 6 minutes, 5 seconds ago16:03
compengiWill continue to try until 17:08:2116:03
compengijelmer, which means it's still locked?16:04
jelmeryep16:04
compengi=/16:04
jelmerYou may be able to use break-lock again16:05
jelmerNot sure what else could help16:05
jelmerperhaps one of the lp devs can comment?16:05
compengiwas tha a question for me? :P16:06
compengithat*16:06
jelmerno, I was just hoping to get the attention of the lp developers16:06
compengioh16:07
compengijelmer, i'm doing it like this $ bzr break-lock bzr+ssh://compengi@bazaar.launchpad.net/~compengi/irssi-text/audacious/16:07
compengiis it correct first16:07
jelmeryeah16:07
compengiOkay16:07
compengijelmer, btw i tried to run bzr commit in the directory i get "Unable to obtain lock file:///home/compengi/irssi-text/audacious/.bzr/branch/lock" could be same reason16:09
jelmerdo you still have the commit editor open perhaps?16:09
compenginope16:09
compengii'll delete the file and try to commit again16:11
compengiO.o16:11
compengisame16:11
compengiadd is locked also16:12
compengi:S16:12
jelmersorry, not sure what's going wrong on your end16:13
compengijelmer, maybe try to restart bzr?16:13
jelmercompengi, ?16:13
compengijelmer, it's an application isn't?16:13
jelmercompengi, every time you invoke it you start a new instance of it16:14
compengiweird what's happening16:16
compengijelmer, is there a way to check how many branches are created using init?16:17
jelmercompengi, ? bzr init creates only one branch always16:18
compengioh16:18
compengifor example if i ran init in another directory it would switch to that one?16:18
jelmercompengi, no, it would create a branch there as well16:18
compengiand how to remove it?16:19
jelmercompengi, Remove the .bzr directory it created in that directory16:19
compengijelmer, i deleted the branch in that directory, recreated it, commited, break-locked the url then pushed and it worked16:25
compengijelmer, ermm.. so when i changed the file, i need every time to only recommit and push16:27
compengichnage*16:27
jelmeryep16:27
compengichange*16:27
compengiOkay.. thanks16:27
jelmeryou can also "bind" the branch you have locally to the one on launchpad16:27
jelmerif you do that, you only have to commit, it'll do the push automatically16:27
compengioh16:28
compenginice16:28
compengii need to run bin?16:28
compengibind*16:28
jelmeryep, bind with the url of the branch on launchpad16:28
compengiworked. thanks16:29
compengijelmer, could i bother you with 1 more question?16:38
andrea-bscompengi: try to ask anyhow; if someone here knows the answer, he'll try to reply16:42
compengiin the branch that i created the bug reports are assigned to the main branch or to the one i created?16:44
andrea-bscompengi: branches aren't linked to bugs automatically, you have to do this manually16:45
compengiandrea-bs, which is should do "link to a bug report"16:46
andrea-bscompengi: sorry, I can't understand what do you mean16:47
compengiandrea-bs, i should clink on "link to a bug report"16:47
compengito link it16:47
compengior it's done another way16:48
andrea-bscompengi: Yes, you can use "link to bug report". An another way to do this is to open the bug page and click on "link to branch"16:49
compengiandrea-bs, hmm.. i linked something not related =/16:58
andrea-bscompengi: there's a button to remove the link somewhere16:58
compengithat's what i'm looking for16:58
andrea-bscompengi: let me try on staging :)16:59
compengi:16:59
compengi:)16:59
compengiandrea-bs, found it :)17:00
andrea-bscompengi: great, staging's a bit slow today17:01
compengibtw when you do "link to a bug report" you need to specify a bug to link it to this branch but this is something else from creating a bug report tool for this branch17:02
andrea-bscompengi: linking bugs to branches is only useful when the branch contains a fix for the bug17:03
andrea-bscompengi: and the branch is generally different by the main development trunk17:03
compengii see..17:04
compengithanks for everything :)17:05
andrea-bsyou're welcome :)17:05
compengiis there a way to unsuscribe from launchpad?17:11
andrea-bscompengi: sure: https://launchpad.net/people/+me/+deactivate-account17:12
compengigreat :D17:12
=== fta_ is now known as fta
AnMasterhi I got issues with registering a release17:38
AnMasterbasically Summary and Description would end up the same for this release17:38
AnMasteralong with a detailed change log17:38
AnMasteryet it doesn't like when I leave the description empty17:38
AnMasterand I can't see the change log17:40
AnMasterhttps://launchpad.net/cfunge/trunk/0.3.0/ should display the change log17:41
AnMasterbut it doesn't17:41
=== emgent is now known as emgent`
AnMaster<AnMaster> https://launchpad.net/cfunge/trunk/0.3.0/ should display the change log19:26
AnMaster<AnMaster> but it doesn't19:26
AnMasterwhen I click edit I see the change log19:27
AnMasterwhy is this19:27
TurlHello21:52
Turlanyone?22:09
mwhudsonhi22:28
Turli was wondering whether you could review a translation?22:29
mwhudsoni can't no22:29
Turlwho can? do you know?22:30
mwhudsonjtv or danilos, i expect22:30
mwhudsonthey're probably enjoying their sundays, though22:30
Turlok22:32
Turlwhy does it take so long?22:32
mwhudsonhow long have you been waiting?22:36
Turl3-4 days22:39
mwhudsonwell, most of that has been weekend, i guess22:40
Turlit seems so22:42
Turlbut isn't it automated?22:42
Turlmachines work on weekends too :p22:42
mwhudsoni'm getting beyond the limits of my knowledge here22:50
firstmani have an account in lauchpad deactivated asociated with an no longer available email address. How can i delete that user account?22:50
mwhudsonfirstman: ask a question at answers.launchpad.net/launchpad, i'd say22:51
firstmanok mwhudson thanks u22:51
mdkeTurl: translations get reviewed by the translation team for your language who work on the particular project. So for example, for Ubuntu, it's the Ubuntu translation teams - https://translations.launchpad.net/+groups/ubuntu-translators23:24
Turlmdke, I didn't mean that23:32
TurlI mean, if I upload a .pot for my own project23:32
TurlI have to wait until launchpad reviews it23:32
kikoTurl, I want to get rid of that process for our next cycle23:34
kikoit creates too much confusion23:35
kikoso either we're going to have a turnaround in under 24h, or no wait at all23:35
Turlkiko, next cycle? you mean, next rosetta version?23:35
kikoTurl, the next 4 months, which I start officially tomorrow :)23:36
Turl:)23:36
Turlso it'll be soon :D23:37
kikoheh23:37
kikoit's a process change23:37
kikoso let's see23:37
Turlbtw, is there any possibility of php-gtk2 getting included in ubuntu's repos?23:41
cody-somervilleTurl, Why are you asking here?23:41
Turllaunchpad=ubuntu isn't it? or is there a #ubuntu channel?23:41
Turloh sorry, #ubuntu exists :p23:42
wgrantI'm yet to work out where people get the impression that Launchpad is Ubuntu.23:43
wgrantAnd why on earth would anybody want to write a GUI app in PHP!?23:43
cody-somervillewgrant, Some people enjoy crack, thank you very much :P23:43
ajmitchcody-somerville: I thought it fell more under masochism23:44
cody-somervilleMore sadistic than masochism, I'd say.23:45
cody-somervilleAt least from a legacy maintainer POV23:45
mdkehaving said that, the first question is easier to answer23:46
wgrantYou must not maintain that sort of thing.23:46
mdkeit's probably because they are both sponsored by Canonical and Ubuntu is Launchpad's biggest project23:46
wgrantIt should be stomped on and destroyed.23:46
cody-somervilleLaunchpad? I think scottk would agree there.23:46
Turlheh, PHP is not bad for GUIs :p if you think like that, why would anyone write a GUI in python?!23:47
cody-somervilleAs for PHP, I don't mind it and I PHP 6 is like the post plastic surgery of PHP 423:47
wgrantBecause Python doesn't utterly suck.23:48
Turlphp doesn't suck23:48
cody-somervillePython doesn't utterly suck, no, but it does suck :P23:48
* cody-somerville thinks PHP and Python both have their purposes.23:48
TurlPHP is good for all kinds of tasks23:48
Turlserver scripting, GUI things, CLI programs...23:49
cody-somervilleI'm sure it is... just as good as assembly, no doubt23:49
Turlit can even be compiled!23:49
Turllook at Roadsend's PHP compiler23:49
cody-somervilleTurl, Lets continue this discussion in ##php, mmkay?23:50
wgrantWhy use PHP for those when there are languages that aren't designed for breaking the web?23:50
Turl¬¬23:50
* mwhudson sings the 'all languages suck' song23:53
cody-somervillehi5!23:53
cody-somervilleso true23:53
Turlwell, if you think like that also perl-gtk sucks :p23:54
wgrantOh, it does.23:55
wgrantI've had to deal with one thing written in it.23:55
Turlwell... xD23:55
kikowgrant, hey, don't aggravate end-users. they already have to deal with PHP -- isn't that bad enough? :)23:56
wgrantThere are some tasks to which languages just are not suited.23:56
Turljust look at my PHP code ;) it isn't the most wonderful thing on earth but it doesn't suck that hard :p23:56
Turlcode.launchpad.net/downitnow23:56
wgrantkiko: Indeed, indeed.23:56
kiko;)23:56
* kiko yawns23:57
kikoman it is WAY past bedtime for us londoners23:57
* spm evil chuckles at kiko yawning....23:57
kikoI'll see you tomorrow. stay out of wars meanwhile. language, falklands or otherwise.23:57
wgrantOh, you're still in London?23:57
kikoI just got back in :-(23:57
lifelesswow, a page of php chat. Really -> ##php please.23:57

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