/srv/irclogs.ubuntu.com/2010/03/29/#launchpad.txt

lfaraoneThere's no way for an API application to modify your SSH keys, is there?04:08
lifelesscould be04:14
lfaraoneExample, groundcontrol used to script the login process to do the initial user setup, copying over keys etc, but that broke when there was a change in the LP login method. Is there a "better" way we can accomplish the same thing without having to SRU every time LP changes something in the webif?04:14
lifelessif the ssh keys are exposed over the api04:14
lifelessif they aren't, you can add them04:14
lifelessand propose a patch04:14
lfaraonelifeless: nothing in 1.0 or devel included the word "ssh", so no :(04:15
lfaraonelifeless: Imagine I have a few years' work with Python, but none with Zope or Storm. Would it be feasable for me to add the functionality and get it merged before... say... lucid comes out?04:16
lfaraonelifeless: more direct question, the component in question would be the lp registry, right?04:20
lfaraonelooks like somebody beat me to it, bug 35723504:21
ubottuLaunchpad bug 357235 in launchpad-registry "A user's ssh keys are not currently available throug the APIs" [Low,Triaged] https://launchpad.net/bugs/35723504:21
dickelbeckhi, need help on a "question" at launchpad04:26
dickelbeck10547704:27
lifelesslfaraone: pop into #launchpad-dev, you'll get help04:28
spmah yes. I never did get to that on friday.... ran out of time.04:28
dickelbeckspm: are you talking to me?04:30
spmdickelbeck: yup04:30
dickelbeckspm: if patience is the requirement, and it has a payoff, I', all in.04:31
spmheh; it's a moderately complexish task; and doing it last thing on a friday is not my idea of a Good Thing™ :-)04:31
dickelbeckspm: the mbox file represents a snapshot, and the old list is still in use.  the problem then becomes that the longer the delay, the bigger the hole in the continuity of the historical record becomes.  So thanks in advance for getting this done ASAP.04:35
spmahh I see. I shall endeavour to get that done in the next few hours then.04:36
dickelbeckspm: I you don't mind then, I will point you to a different file, updated with all the latest postings.  Thanks a million.04:41
spmsure04:41
dickelbeckspm: Wonderful, just a few more minutes.04:45
spmdickelbeck: np; I'm stuck on another task I'm trying to complete within the next 40 mins anyway; so no super urgent rush.04:46
=== MTecknology is now known as Z
=== Z is now known as MTecknology
dickelbeckspm: the updated kicad-develop mbox file is now http://f1.grp.yahoofs.com/v1/wCWwS1zsqBkDG8GD_eIBb0U2i5R8VUlZzYyxwE_sAfefDAm43CHG_qxMLkid3gS36j7L69-ovb754ggNbSjbKAGxOiladx0b1A/kicad-devel.mbox.bz205:13
spmnice url! ta05:14
davidstraussHow can I set up a project container for other projects?06:22
RAOFThe launchpad terminology for that is a “project group”, I believe.06:24
RAOFYou need to ask for one in question on Launchpad answers.06:25
davidstraussRAOF: thanks06:26
spmdavidstrauss: exactly what RAOF said; plus if you can explain why you want it and the like; it's invariably the first question back you'll be asked. May be worthwhile checking a few other requests for same to get the vibe. ??06:36
davidstraussspm: Thanks. Posted: https://answers.launchpad.net/launchpad/+question/10587406:37
=== Hellow is now known as cpruitt
=== cpruitt is now known as collinp
=== collinp is now known as collin
=== akher0n is now known as akheron
ubuntujenkinsI am rather new to this ppa lark it took four hours to get it right i have jsut got this rejection, i have followed the link but I can't uderstand how the instructions will help me File quickshot_0.0.8.tar.gz already exists in Quickshot Daily, but uploaded version has different contents. See more information about this error in https://help.launchpad.net/Packaging/UploadErrors.10:35
ubuntujenkinsFiles specified in DSC are broken or missing, skipping package unpack verification.10:35
ubuntujenkins?I already ahve a package in the ppa but it is a daily ppa and i need to update it10:36
Hobbseeyou need to bump the version each time10:39
Hobbseeversion~20100329 would work10:40
bigjoolsHobbsee!10:40
wgrantHobbsee! indeed.10:40
wgrantHaven't seen you around in a while.10:40
bigjoolsand on that note I have to rush out10:40
ubuntujenkinsHobbsee: do I just change it in the setup.py file?10:41
wgrantubuntujenkins: If you're generating the tarball daily, try naming it quickshot_0.0.8~bzr20100329.orig.tar.gz, or with a similar VCS-based suffix.10:41
ubuntujenkinsOk I will have a go10:42
Hobbseegreetings!10:44
Hobbseei lurk and drop in occasionally :)10:44
nigelboh, I see a ghost :D10:45
Hobbseeubuntujenkins: likely, get it to generate the date and add it to your version numbers in debian/control10:45
ubuntujenkinsthat sound the best way Hobbsee, I shall do so10:47
Hobbsee:)10:47
ubuntujenkinsok I am a new to allot of programing this year how do i add the date?10:48
ubuntujenkinsThis is my debian/control file it was probably generated by quickly http://pastebin.com/2hbC8x3L how do I make the version change in this/11:09
ubuntujenkins*?11:09
suji11how to file a needs packaging bug in launchpad?11:17
maxbubuntujenkins: What are you trying to do?11:17
ubuntujenkinsmaxb I am trying to get the date added to the end of the version number automatically so that i can upload daily builds11:18
maxbubuntujenkins: The version of a package is not stored in debian/control. It comes from the top entry in debian/changelog11:19
nigelbubuntujenkins, you might want to see https://wiki.ubuntu.com/DailyBuilds/BzrBuilder11:19
ubuntujenkinsO Hobbse said it was in the in the control file, if i follow your link nigelb does that update the change log file automatically?11:21
nigelbwhy do you want to update the changelog automatically for a daily build?11:22
maxbnigelb: uh, because you have to?11:22
nigelbthat is the recipie that folks i know having daily builds use11:23
nigelbit should use the bzr revision to update stuff11:23
wgrantbzr-builder updates the changelog automatically.11:23
ubuntujenkinsthis couldn't get any more complex11:23
nigelbwgrant, thanks :)11:23
ubuntujenkinsright i will follow the instructions and ask for more help if needed11:24
ubuntujenkinsthanks guys11:24
ubuntujenkinsI have the revisions system set up right now however my package got rejected with Unhandled exception processing upload: ubuntujenkins@ubuntujenkins-pc is not a valid email address. How do i make the changelog pick up my e-mail and not my computer name?12:32
wgrantubuntujenkins: Have you set the DEBMAIL environment variable properly?12:34
ubuntujenkinsI haven't set that variable how do i set it?12:34
=== doctormo_ is now known as doctormo
ubuntujenkinsI have done export DEBEMAIL="my@emailaddress.com"12:42
ubuntujenkinsexport DEBFULLNAME="Full Name" but that makes no difference12:42
ubuntujenkinsobviously replacing them with the right values12:43
ubuntujenkinsany ideas anyone this e-mail thing is causing the build to fail13:10
ensevenHi there! Is something going on on answers.launchpad.net? I've got a problem in sending more information to an answer. I always get: "Timeout Error: Sorry, something just went wrong in Launchpad. Error ID: OOPS-1549M1497"13:20
ubottuhttps://lp-oops.canonical.com/oops.py/?oopsid=1549M149713:20
=== Ursinha-afk is now known as Ursinha
ensevenAnyone awake? Or all busy by resolving this problem? ;-)13:25
=== matsubara-afk is now known as matsubara
=== tumbleweed_ is now known as tumbleweed
=== flacoste_afk is now known as flacoste
ensevenHi all! Launchpad does not work correctly! Now I get: "Sorry, there was a problem connecting to the Launchpad server. If the problem persists, let us know in the #launchpad IRC channel on Freenode." So here I am! ;-)14:34
dickelbeckCan someone help me with "question" 105477  (stm was on it, but if he is not here, I need someone else please.)15:11
dickelbecksorry, spm was on it, not stm15:14
dickelbeckthe mbox file represents a snapshot, and the old list has now been suspended so we avoid a hole in the continuity of the historical record.  So thanks in advance for getting this done ASAP.15:19
=== salgado changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Recent problems browsing branches should be fixed. | Help contact: salgado | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/
salgadoenseven, are you still getting that error?15:36
ensevensalgado: Now I posted by e-mail and it was added correctly.15:38
ensevensalgado: Shell I try to add someting more by WWW?15:38
stainsilly question - how can I change my password at launchpad.net ?15:42
nigelbstain, login.launchpad.net15:43
salgadoenseven, yeah, if you could try adding just a small comment15:47
=== soren_ is now known as soren
stainnigelb: thanks, that works15:50
nigelb:)15:50
stain(a link could be great!)15:50
salgadostain, that link has been added already.  it will be in production after the next rollout15:51
salgadomthaddon, can you have a go at https://answers.launchpad.net/launchpad-registry/+question/105477 ?15:52
ensevensalgado: Now it works. The comment I tried to post before was much longer. Is there a limit of characters to be added?15:53
salgadoenseven, I don't think so, but the length of the comment may be what caused the timeout.  can you reproduce on staging?15:54
mthaddonsalgado: have a few things going on at the moment - is it assigned to ~canonical-losas?15:54
stainsalgado: yay :)15:55
salgadomthaddon, it is, yes15:55
mthaddonsalgado: ok, we'll get to it when we can15:55
salgadomthaddon, cool, thanks15:55
ensevensalgado: Reproduce on staging? Sorry, what does that mean?15:56
salgadodickelbeck, the people who can deal with that are a bit busy now, but they'll get to it as soon as they find some time15:56
salgadoenseven, staging is our sandbox server, where we test things that we don't want to do on production. all changes there are reset15:58
salgadoin this case, you could just try posting that same comment on https://answers.staging.launchpad.net/ubuntu/+source/ctdb/+question/10560515:58
dickelbecksalgado: Understand, but I want to re-emphasize that the old list is off line now, and that puts me in a bad spot politically until the import is completed.  So time is of the essence now.15:59
ensevensalgado: Yes, I could reproduce it right now.16:02
ensevensalgado: timeout again!!!16:02
salgadoenseven, care to report that as a bug at https://launchpad.net/launchpad/+filebug ?16:05
salgadodickelbeck, ack, I'll see if I can get somebody else to have a look16:07
salgadombarnett, any chance you can have a look at https://answers.launchpad.net/launchpad-registry/+question/105477 ?16:09
=== matsubara is now known as matsubara-lunch
ensevensalgado: There are already two oben bugs that match my problem: https://bugs.launchpad.net/bugs/403863 & https://bugs.launchpad.net/bugs/35790716:12
ubottuUbuntu bug 403863 in launchpad-foundations "Timeout edge redirect notice logic inverted" [Undecided,Fix committed]16:12
ensevensalgado: shell I add a new one?16:12
salgadoenseven, yeah, these are not the same as the one you encountered16:13
getxsickekhem16:14
getxsicki know its not really realated to LP, however...i try to set p nigtly builds, and obviously i have to sign packages, i use gpg-agent, but for the first time i have to type my pass, is it possible to not typing it?16:15
ensevensalgado: I am adding a new bug. Shell I add the whole text I tried to post? This might only work by e-mail, like it did before. The whole text is 145k characters.16:20
salgadoenseven, you could just link to the question itself (https://answers.launchpad.net/ubuntu/+source/ctdb/+question/105605/+index)16:21
mbarnettsalgado: i will try and take a look in a bit.  i am a little buried right at the moment though.16:26
ensevensalgado: Ok. the new bug is: https://bugs.launchpad.net/launchpad/+bug/55095416:27
ubottuUbuntu bug 550954 in launchpad "Timeout when inserting a long comment on answers.launchpad.net WWW interface" [Undecided,New]16:27
ensevensalgado: Thanks! :)16:27
salgadoenseven, thank you!16:28
=== salgado is now known as salgado-lunch
ees1bkHi.... I'm trying to get a PPA to work on launchpad - is this the right forum?16:52
tumbleweedwe can probably help, yes16:53
ees1bkCheers16:53
ees1bkI have a package that builds find on an Ubuntu host using debuild.16:53
ees1bkI've uploaded it with dput (after several failed attempts due to distribution and control file "issues").16:54
tumbleweedURL for your PPA?16:54
=== deryck is now known as deryck[lunch]
tumbleweedoh, failure at submission16:54
ees1bkno, it's now starting the build OK and then bombing out with:16:55
noodles775ees1bk: I'm just on my way out, but if it's failing on the PPA builders, have you built it successfully using pbuilder locally? (this should setup a very similar env.)16:56
* noodles775 goes for dinner.16:56
ees1bkdh_installchangelogs -i -k ChangeLog16:56
ees1bkinstall: cannot change ownership of `debian/wacs/usr/share/doc/wacs/changelog.Debian': Operation not permitted16:56
ees1bkdh_installchangelogs: command returned error code 25616:56
ees1bkpbuilder?  It builds just fine with debuild -uc -us16:56
tumbleweedees1bk: why is it trying to change the owenrship?16:56
ees1bkand I've now fixed the signature part so debuild -S works with -k<myid>16:57
tumbleweedees1bk: https://wiki.ubuntu.com/PackagingGuide/Intro/Pbuilder16:57
AndrewGeeHi all. I keep getting "Unexpected form data" error messages when submitting most forms on launchpad. Is there any obvious solution I've missed, or should I perhaps file a bug?17:00
ees1bkUmmm.... dh_installchangelogs isn't anything to do with me.  I just call it 'cos dh_make put it in the template.17:00
tumbleweedees1bk: URL to your PPA please17:01
ees1bkppa:beaky/wacs-stable17:03
=== matsubara-lunch is now known as matsubara
ees1bkpbuilder wasn't installed... just taking the steps detailed in the wiki page above.17:04
ees1bkpbuilder install progress:  I: Base system installed successfully.17:06
ees1bkpbuilder now installed.  Taking first step from wiki instructions.17:08
=== Ursinha is now known as Ursinha-lunch
ees1bknow on second step - pbuilder build *.dsc17:14
ees1bkdh_installchangelogs -i -k ChangeLog17:14
ees1bkinstall: cannot change ownership of `debian/wacs/usr/share/doc/wacs/changelog.Debian': Operation not permitted17:14
ees1bkdh_installchangelogs: command returned error code 25617:14
ees1bkOK17:15
ees1bkIt fails just the same - what does this tell us?17:15
tumbleweedsorry, got distracted, downloading your source package now17:15
ees1bkI checked - I do change the permissions of some files but not the changelog.Debian as far as I can see from my rules file.17:19
ees1bkah - actually my postinst does change the modes - wacs-core.postinst:chmod 0640 $DEBDOCDIR/wacs-core/changelog.Debian.gz17:20
ees1bkwacs-core.postinst:chmod 0640 $DEBDOCDIR/wacs-core/changelog.gz17:20
=== yofel_ is now known as yofel
ees1bknot sure I understand why this should be a problem though....17:21
ees1bkor why dh_installchangelogs should be trying to implement this rather than the postinst script which to my understanding17:22
ees1bkshould be run at installtime.17:22
tumbleweedthat's a pretty complicated rules file. You could simplify it a lot by getting dh_install to do the hard work for you17:23
ees1bkI tried and had one helluva battle.17:23
ees1bkdh_install really didn't seem to grok the multiple target packages and the fact some are noarch, sorry all, and others are binary packages.17:24
ees1bkThe packages need to be separate to keep administration tools separate from pure web delivery tools.17:25
ees1bkInternet facing web servers will typically not have the administration tools.17:25
ees1bkor the download toolchest, or the samples files.17:26
tumbleweedwhat's with install/debian?17:28
ees1bkall the installation codes - manual install scripts, post-installation setup webapp, and RPM .spec files all live in install.  The debian stuff went in there for compatibility and has a top-level symlink of debian -> install/debian to make it all work.17:30
=== salgado-lunch is now known as salgado
ees1bkany thoughts tumbleweed?  Can this be made to work?17:43
=== beuno is now known as beuno-lunch
ees1bkI really need to head home now.  I'll read any further messages on this chat in the morning, or email me at beaky@beaky.name18:00
ees1bkCheers and thanks for taking a look.18:01
=== deryck[lunch] is now known as deryck
getxsicki have a problem with running debuild from a crontab. the problem is with signing packages. gpg: cannot open `/dev/tty': No such device or address18:23
getxsickhow can i pass --no-tty into gpg through debuild?18:23
salgadogetxsick, I think you'll have a better chance of getting an answer on #ubuntu-packaging or other development channels from https://wiki.ubuntu.com/IRC/ChannelList18:27
maxbsalgado: I triggered a branch upgrade via the web UI on ~maxb/bzr-git/pull-non-HEAD-refs, and it seems have finished but silently failed (the branch format is still 1.9-rich-root). Are there logs you can peek at?18:31
salgadomaxb, I don't think I can18:33
dickelbeckhttps://answers.launchpad.net/launchpad-registry/+question/105477  ?18:36
lamalexWill launchpad ever get a wiki? Blueprints are a good idea but theyre so underpowered needing an external wiki18:36
jpdslamalex: bug #24006718:37
ubottuLaunchpad bug 240067 in launchpad-foundations "Launchpad needs a wiki" [Low,Triaged] https://launchpad.net/bugs/24006718:37
salgadodickelbeck, someone will get to it soon.  sorry for the delay, but all the people who have the rights to do that are busy doing deployments18:40
elbHAH18:51
elbI don't know if anyone remembers, but I thought I was having trouble 2-3 days ago because my signing address and my LP primary address mismatched18:52
elbthe LP emails from my PPA submissions from then just trickled in18:52
elbapparently they were just in la-la-land for a few days18:52
elband the hangup was on my provider's end, nothing on canonical's end18:53
elbthey just inexplicably sat in a queuefrom Fri 26 Mar 2010 23:37:36 -0400 until Mon 29 Mar 2010 13:40:03 -0400 :-P18:54
lamalexjpds: thanks18:59
=== beuno-lunch is now known as beuno
=== matsubara is now known as matsubara-afk
=== Ursinha-lunch is now known as Ursinha
shakaranhi, what is the channel for launchpad builds?20:14
geserchannel?20:16
shakaranirc, sorry I dont speak very well english20:18
geserwhat is the problem you have?20:18
shakaranI have a problem with launchpad libs. They need a libc6 version different for each ubuntu distro (from hardy to lucid)20:20
=== dpm is now known as dpm-afk
geserfor your PPA?20:20
shakaranhttp://launchpadlibrarian.net/42360185/buildlog_ubuntu-karmic-i386.tivion_0.0.4-0ubuntu1~karmic_FAILEDTOBUILD.txt.gz for example here fails to build20:21
shakaranhttps://launchpad.net/~shakaran/+archive/ppa this is my ppa20:21
geserso these are pre-compiled binaries?20:22
sheldonhi, i canceled my home and now i dont have my gpg anymore to upload to my ppa20:22
sheldonhow can i recover it?20:23
geserrestore from your backup20:23
sheldoni dont have a backup of my home20:24
shakarani use sp-sc-auth binary for sopcast (It dont have a ubuntu package) so I add to my project that binary, but fails to build the .deb20:24
geserthen your key is lost forever, and your only option is to create a new one (and create a backup this time)20:25
sheldonthanks geser20:27
gesershakaran: ouch, is sp-sc-auth open source?20:29
shakarangeser: sopcatst isn't open-source, but it dont have any license http://download.easetuner.com/download/sp-auth.tgz  I think that it is public domain20:34
gesershakaran: from what I found out, sp-sc-auth looks pretty non-free, and can't be included in a PPA (see the PPA terms-of-use) and including it in your .orig.tar.gz violates the GPL as you don't ship a source for it20:34
shakaranit is close source, but free software. http://www.sopcast.com/download/20:36
shakaransee linux downloads20:36
shakaranI just found this http://code.google.com/p/sopcast-player/downloads/list20:36
shakaranFrom copyright file in .deb sopcast: The Debian packaging is:   Copyright C) 2009, Jason Scheunemann <jason.scheunemann@yahoo.com> and is licensed under the GPL, see above.20:39
gesershakaran: the sopcast-player can be packaged as it's GPL, but sp-auth is freely downloadable but no Free Software (see http://en.wikipedia.org/wiki/Free_Software)20:41
shakaranthen, I cannot include on my .deb?20:42
geserno, you can't include it20:42
shakaranjum, then how to offer to the users?20:42
geserbut you still can package tivion (as it's GPL) but has to rely that your users install sp-auth on their own20:43
shakaranjum, well, I remove the binary then, and make other build20:44
shakaranMaybe, if I contact with the autor he make a updated package20:45
zygakiko: hi20:46
zygakiko: I just checked you work with the launchpad team :)20:46
kikozyga, yeah, it's actually true :)20:47
kikozyga, how are you doing?20:47
zygakiko: I'm great20:48
zygaI wasn't sure about your timezone exactly :-)20:48
zygawow, so I'm in now :-)20:48
kikozyga, I'm in brazil, so I'm easy20:48
zygaI cannot tell you how cool that is for me20:48
kikozyga, yeah, congratulations :)20:48
zygakiko: I really don't want to wait till may, argh :-) is there anything I can do before I officialy start20:50
zygakiko: I have so many questions I want to ask20:51
zygakiko: what is the best place to talk about everything?20:51
kikoheh20:53
kikoone step at a time!20:53
dickelbeckhow many people can actually do this?  was there a release today or something?  https://answers.launchpad.net/launchpad-registry/+question/10547721:23
salgadodickelbeck, very few people can do that.  and yes, they're working on a release of another project, but they've told me they're nearly done and then will be able to take care of that question21:37
lfaraonewgrant: so, how would you suggest GC handles this?21:47
lfaraone(re bug 527978)21:47
ubottuLaunchpad bug 527978 in groundcontrol "Launchpad now using openid breaks login" [Critical,Confirmed] https://launchpad.net/bugs/52797821:47
orbarronall: Does anyone here know how to create Lucid's rootfs? I am running the following --> sudo ./rootstock --fqdn devboard --login ubuntu --password pwd --imagesize 2G --dist lucid --serial ttyS2 -- but I am getting stuck on Extracting zliblg21:50
* orbarron not sure if this is the best place to ask... :-/ but thought I'd try here... 21:51
maxborbarron: Not really, I'm afraid. launchpad != ubuntu21:51
maxbI suggest trying someplace related to this 'rootstock' command, which I've never heard about21:51
orbarronthanks maxb22:01
dickelbecksalgado: thanks22:11
=== salgado is now known as salgado-afk
wgrantlfaraone: I don't know. I think it should call into the credential management app, but that doesn't exist.22:48
lfaraonewgrant: hm. well, right now we're just mechanizing the process... that will be a PITA to support in a LTS release.22:50
wgrantlfaraone: As is supporting a very dangerous API for five years.22:51
wgrantlfaraone: Don't you already have to manage authentication yourself to get the OAuth token in the first place?22:52
lfaraonewgrant: right now GC prompts for a LP user name and password, and does not use OAuth at all.22:54
lfaraonewgrant: (if it does use OAuth, it's after the initial setup)22:54
wgrantlfaraone: So I don't see a significant problem in doing your in-built authentication process again for adding SSH keys.22:54
wgrantIt's awkward, sure.22:54
shakaranhi, why fails my build with dpkg-shlibdeps on libm.so.6? I add the path /lib to LD_LIBRARY_PATH22:55
shakaranhttp://launchpadlibrarian.net/42427994/buildlog_ubuntu-karmic-amd64.tivion_0.0.4-0ubuntu4~karmic_FAILEDTOBUILD.txt.gz22:55
shakaranDoes the launchpad server the library?22:57
shakaran*Have22:57
GaryvdMHi. I'm trying to upload to a ppa using dput. For some reason, it's not uploading the .orig.tar.gz. This is causing me to receive rejected mails. How can I get the .orig.tar.gz uploaded?22:59
=== matsubara-afk is now known as matsubara
geserGaryvdM: debuild -S -sa22:59
GaryvdMhttp://paste.ubuntu.com/406208/23:02
wgrantdebuild -S -sa -i23:02
wgrant-i will exclude .bzr23:02
GaryvdMgeser: I built with bzr bd -S23:02
GaryvdMok - will try23:02
wgrantbzr bd -S -sa23:03
GaryvdMhttp://paste.ubuntu.com/406211/23:04
GaryvdMdebuild -S -sa -i ^23:04
wgrantThat worked fine.23:04
GaryvdMShould I try upload?23:04
geseryes23:05
wgrantif you want to upload it.23:05
jkakarHmm, I just got: bzr: ERROR: Invalid http response for https://xmlrpc.edge.launchpad.net/bazaar/: Unable to handle http code 503: Service Unavailable23:05
jkakarRetrying my 'bzr branch' operation worked.23:05
jkakarI wonder if a service has fallen over...23:05
wgrantA 503 is normally a timeout.23:05
wgrantAn appserver falling over is a 502.23:06
GaryvdMwgrant, geser: Thanks, working now.23:09
GaryvdMNeed to try figure out why. Off to read docs.23:10
shakaranHi, I searching for a tutorial o something that explaing how to make a branch for each /debian for .debs on each distribution. some?23:34
GaryvdMshakaran: For bzr, for updating our ppa, we have scripts to carry out the requried actions per ubuntu version23:38
shakaranwhere I can find these scripts?23:38
GaryvdMsee bzr.dev/doc/developers/ppa.txt23:38
=== salgado-afk changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Recent problems browsing branches should be fixed. | Help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/
shakaranit is a url? or a doc?23:40
GaryvdMshakaran: in the bzr code. I'll find url for you now...23:40
shakaranthis? http://doc.bazaar.canonical.com/bzr.dev/developers/ppa.html23:43
GaryvdMshakaran: yes23:44
shakaranthanks, I gonna read23:44
GaryvdMshakaran: the scripts I was referring to under: http://doc.bazaar.canonical.com/bzr.dev/developers/ppa.html#short-form23:44
shakaranwow, I need read more. These scripts looks pretty nice.23:46
shakaranbut, I have a problem, I have a local repo in a laptop, and other local repo on my second laptop (from my brother). But when I commit changes, if after I go to the other laptop, I lost all commits when I do bzr merge, because then I have to do a single commit with all merge commits. How I can solve this?23:48
GaryvdMshakaran:  You lost me a bit. Maybe you need to just pull rather than merge23:50
GaryvdMshakaran: I think I understand you now. Those commits are not lost. You can see them with bzr log -n0, or bzr qlog23:53
shakaranumn, but then in lauchpad, if I have 430 commits, I make 30 more, when merge, it says 431, and dont 46123:55
GaryvdM... You can see them with bzr log -n0, or bzr qlog23:57
wgrantOr if the branches have not diverged, you can simply pull from one to the other and preserve the linear history.23:57
shakaranthen on my second laptop, I should do: bzr merge after bzr pull. Right?23:57
wgrantIf the pull worked, merge should do nothing.23:58

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