/srv/irclogs.ubuntu.com/2008/11/29/#launchpad.txt

quentusrexWow, figuring out dput and the launchpad requirements to upload my package is really difficult...00:24
awmcclainIf I'm setting up some launchpad branches from which to build packages using autoppa, what's the best way to do that? Create a new project and branch for each new release I want to do? Import the svn to a new project and create branches for each release?00:27
=== RAOF_ is now known as RAOF
HobbseePriceChild: you'll have to file a launchpad question.  That functionality (to remove an email address from a team) got removed a while ago.06:35
Hobbseean admin will need to fix that06:35
Hobbsee(to get it removed from ~u-i-cloaks06:36
Hobbsee)06:36
=== _neversfelde is now known as neversfelde
=== gord_ is now known as gord
laterixI get email everytime someone assigns/comments a bug in the project that I've been participating. How can I disable this feature? Can't find it anywhere12:57
=== _neversfelde is now known as neversfelde
PriceChildThanks Hobbsee.15:19
=== fta_ is now known as fta
bpierrehi17:37
bpierreI just pushed a branch to launchpad (without errors), but now I get these kind of errors: Unknown repository format: 'Bazaar RepositoryFormatKnitPack6 (bzr 1.9)17:37
bpierreI pushed with the following command: push lp:~benoit.pierre/bzr/shelve_relpath_files --use-existing-dir17:38
bpierreand the local branch does use the 1.9 format17:38
beunobpierre, Launchpad hasn't been upgraded to bzr 1.9 yet, so it doesn't recognize the format17:39
bpierrebut the push worked!17:39
beunoyes, that's how smart bzr is  ;)17:39
bpierrewhat can I do? delete the branch and recreate it?17:39
beunoyeah, only in an older format17:39
beuno1.6 or pack-0.9217:39
beunosorry for the hassle, the upgrade to 1.9 is scheduled, but there where a few issues that needed solving before deploying17:40
beunoyou can always peak and see what version of bzr we're using in:  https://code.launchpad.net/17:40
bpierreno problem, but since my local branch is in 1.9, how can I do that? init lp:~benoit.pierre/bzr/shelve_relpath_files --format 1.617:41
bpierre?17:41
bpierrebecause launchpad automatically created a stacked branch17:41
bpierre*create17:41
beunoI think bzr upgrade --1.6 on your branch may downgrade it17:41
bpierreok, it worked, thanks beuno17:47
beunobpierre, welcome17:48
javaJakeHow would I create a child branch in Launchpad?18:36
rockstarjavaJake, what do you mean child branch?18:45
javaJakerockstar: as I see it, when you checkout/update a branch, it does the same on its children. However, revisions are specific to each branch.18:46
javaJakerockstar: basically, instead of a huge list of branches, we'd like to organize it.18:47
javaJake(We're splitting up the code into multiple self-contained parts.)18:47
rockstarjavaJake, I'm still not sure what you mean by "children."  Do you mean branches of a branch?18:47
javaJakerockstar: right, so, for instance:18:48
rockstarLike, a branch of trunk?18:48
javaJakerockstar: perhaps :)18:48
javaJakerockstar: say we have program A, and library B and C.18:48
javaJaketrunk/ contains global stuff (docs, etc.)18:49
javaJaketrunk/programA contains code for programA18:49
javaJaketrunk/libraryA and trunk/libraryB contains imported code plus some customizations18:49
rockstarjavaJake, so programA, libraryA, etc. is all part of one branch?18:50
rockstarThe trunk branch?18:50
javaJakerockstar: right18:50
javaJakerockstar: but I don't want a change in libraryB to be an unrelated, unnecessary revision for programA and libraryC18:50
rockstarjavaJake, it's all in the same branch.18:51
javaJakerockstar: sure, but it's more organized, and each child branch can be accessed on their own18:51
javaJakerockstar: why, is there a better way?18:51
javaJakeI'm open to ideas :)18:52
rockstarjavaJake, no, bzr doesn't support what you're calling "child branches"18:52
javaJakeOK18:53
javaJakeAny alternative?18:53
javaJakeBesides scripting the automatic branch pull's18:54
javaJake;)18:54
rockstarjavaJake, nope.  The Launchpad team works like that.  We have a script that updates all our bzr branches of dependencies.18:54
javaJakerockstar: "dependencies" in a Launchpad team?18:55
bpierrehow do you handle going back to an earlier revision? do save the revision needed for each dependency?18:55
rockstarjavaJake, dependencies for the project.18:57
rockstarbpierre, they are separate branches.18:57
javaJakerockstar: OK. Is there any documentation on that?18:58
bpierreyeah, but the point of 'child branches', or what bazaar developers call nested-trees, is also to be able to track the revision of each child tree18:58
rockstarbpierre, but nested trees are not yet supported.18:58
rockstarSo, while that sounds like a good plan, there is no support for any such feature.18:59
bpierreyeah, and separate branches means no tracking of their revisions18:59
bpierreso if want to build an earlier version of the master branch, how do you know which revision you should get for each child branch?18:59
bpierre*if you19:00
rockstarbpierre, you'd have to keep some sort of record for that.19:00
bpierreyeah, how do you (the launchpad team) handle that?19:00
bpierreI'm just curious19:00
bpierrebecause I too am missing the fact that nested trees are not supported19:01
bpierredo you use config-manager?19:01
rockstarbpierre, we never have to go back like that.19:03
bpierreok19:04
javaJakerockstar: alright, looks like I'll have to get creative19:25
j^hi, on launchpad i choose a name long ago20:33
j^now if i try to change my details, launchpad gives me an error that my name would not be valid20:33
j^i do not intend to change my name20:33
beunoj^, you should file a question requesting to get that fixed: https://answers.launchpad.net/launchpad21:08
bpierrebeuno: recreating the branch means I can now interact with it with bzr, but launchpad still tells me it's not a branch: https://code.launchpad.net/~benoit.pierre/bzr/shelve_relpath_files21:36
beunobpierre, you just deleted it and re-pushed with 1.6 format?21:39
bpierrewell, a while ago yes21:39
beunough21:40
bpierreand I was waiting for launchpad to rescan it21:40
beuno  File "/usr/lib/python2.5/site-packages/bzrlib/repository.py", line 1651, in iter_reverse_revision_history21:40
beuno    parents = graph.get_parent_map([next_id])[next_id]21:40
beunoKeyError: 'pqm@pqm.ubuntu.com-20081129023747-31a9su43tijw8p3r'21:40
bpierrethinking the message would disapear21:40
beunobpierre, looks like bug 25927521:42
ubottuLaunchpad bug 259275 in bzr "pushing a non-stacking format into a non-repo bzrdir with a default stacking policy creates broken branch" [Critical,Fix released] https://launchpad.net/bugs/25927521:42
beunomaybe not21:42
beunowhat version of bzr are you using?21:42
bpierremmm, the thing is it works fine as far as bzr is concerned21:43
bpierre1.11dev21:43
beunobpierre, could you file a bug in: http://bugs.launchpad.net/bazaar-launchpad21:43
bpierresure21:44
beunobpierre, also, check to see what output you get with: bzr log lp:~benoit.pierre/bzr/shelve_relpath_files21:45
beunoyou should get the same traceback as me21:45
beunothat'll be useful for figuring out the bug :)21:45
bpierrenope21:45
bpierreit works21:45
bpierreinfo/pull/missing21:45
beunoah21:45
bpierrework too21:46
beunouhm21:46
beunotry:   bzr log http://bazaar.launchpad.net/~benoit.pierre/bzr/shelve_relpath_files21:46
beunothat should blow up21:46
bpierreRepository branch (format: unnamed)21:46
beunoand, if it does, then I kinda know where it's breaking21:46
bpierrewhen I use info21:46
bpierreis that normal?21:46
beunoyeah, getting info through bzr+ssh always says unknown. If you get it through http it will tell you the truth  :)21:47
bpierreok, so it's the location format that triggers the problem21:47
bpierreusing bzr+ssh://bazaar.launchpad.net/%7Ebenoit.pierre/bzr/shelve_relpath_files/ works21:47
beunoright, well, LP mirrors it internally21:48
beunoto where you see it from http21:48
beuno"the puller"21:48
beunoso that's what's breaking21:48
beunowheny uo file the bug, let me know the # and I'll add that bit in21:48
bpierreok21:49
bpierrebtw, I get an error with https://bugs.launchpad.net/bazaar-launchpad21:49
beunoay21:50
beunohttps://bugs.launchpad.net/launchpad-bazaar21:50
beunoI get dizzy on weekends21:50
bpierrethanks :)21:50
bpierreI will add 2 bugs: one about the fact that my first push created a branch with the wrong format, and the second about recreating the branch, ok?21:52
beunowell, the first one is pretty clear, since you uploaded with a 1.9 format21:53
beunobut sure21:53
beunoLaunchpad should tell you that it doesn't support that format yet21:53
bpierrebeuno: #303560 and #30356222:12
bpierreI hope the descriptions are clear22:12
quentusrexI have an error from dput22:13
quentusrexIt crashed out on me.22:13
quentusrex  pbxbuntu-freepbx_2.5.0-1_source.changes: done.22:14
quentusrexTraceback (most recent call last):22:14
quentusrex  File "/usr/bin/dput", line 922, in <module>22:14
quentusrex    main()22:14
quentusrex  File "/usr/bin/dput", line 871, in main22:14
quentusrex    files_to_upload, debug, ftp_mode, progress=progress, port=port)22:14
quentusrex  File "/usr/share/dput/ftp.py", line 71, in upload22:14
beunobpierre, thanks22:15
quentusrex    ftp_connection.quit()22:15
quentusrex  File "/usr/lib/python2.5/ftplib.py", line 534, in quit22:15
quentusrex    resp = self.voidcmd('QUIT')22:15
quentusrex  File "/usr/lib/python2.5/ftplib.py", line 246, in voidcmd22:15
quentusrex    return self.voidresp()22:15
quentusrex  File "/usr/lib/python2.5/ftplib.py", line 221, in voidresp22:15
quentusrex    resp = self.getresp()22:15
quentusrex  File "/usr/lib/python2.5/ftplib.py", line 207, in getresp22:15
quentusrex    resp = self.getmultiline()22:15
quentusrex  File "/usr/lib/python2.5/ftplib.py", line 193, in getmultiline22:15
beunoquentusrex, please don't do that22:15
quentusrex    line = self.getline()22:15
quentusrex  File "/usr/lib/python2.5/ftplib.py", line 183, in getline22:15
quentusrex    if not line: raise EOFError22:15
quentusrexEOFError22:15
quentusrexbeuno: ok.22:15
quentusrexAny idea of the reason for the crash?22:16
beunonot really, no22:17
quentusrex:(22:18
beunobpierre, bugs look good enough to triage, I'll leave them as-is22:21
bpierreok22:21
quentusrexbpierre: any idea what could be causing my bug?22:24
bpierrenope22:24
quentusrex:(22:24
quentusrexIs anyone awake???23:08
javaJakeIs anyone here able to help me delete a branch?23:15
javaJakeIt got really messed up, to the point Launchpad errors out on deletion23:16
javaJakeI meant to ask, are there any administrators here able to help me :P23:16
Ursinhahi javaJake23:31
javaJakeUrsinha: hey23:31
Ursinhato delete a branch you should click on the red circle on the right of it23:31
Ursinhacan you see that?23:31
javaJakeHehehehe, yes :)23:32
Ursinha:)23:32
javaJakeThen it confirms the deletion23:32
Ursinhait will delete the branch in launchpad23:32
javaJakeYes, I click delete...23:32
javaJake*click*23:32
javaJakeAnd I wait...23:32
javaJakeAnd it sits there for a good 15 seconds or so23:32
* javaJake waits some more23:33
Ursinhawell23:33
wgrantIs this on edge?23:33
Ursinhait should return something23:33
javaJake"Oops!"23:33
Ursinhaor the confirming of deletion or a23:33
javaJakewgrant: no23:33
Ursinhaerm23:33
javaJake"Sorry, something just went wrong in Launchpad."23:33
Ursinhaoops23:33
Ursinha:/23:33
javaJake"(Error ID: OOPS-1064B2793)"23:33
ubottuhttps://devpad.canonical.com/~jamesh/oops.cgi/1064B279323:33
javaJakeNICE!23:33
UrsinhajavaJake, it's a timeout23:33
javaJakeUrsinha: yea, I know23:33
javaJakeBut something isn't happy behind the scenes.23:33
UrsinhajavaJake, how many times have you tried?23:34
javaJakeQuite a few.23:34
javaJake:P23:34
javaJakeNot a whole lot, just a few ;)23:34
UrsinhajavaJake, not good23:34
Ursinhahave to see the oops23:34
javaJakeOK23:34
UrsinhajavaJake, have to wait a few minutes to the report to be available, I'll be right back in a few minutes23:35
javaJakeUrsinha: OK23:35
javaJakeWell, my partner mentioned he "commited without establishing bzr init and then used --use-existing-dir"23:36
javaJakeHe also mentioned that he couldn't "push" because there was "no common ancestry".23:37
javaJakeI can get more detailed information if you need it, he's away right now.23:37

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