/srv/irclogs.ubuntu.com/2009/04/13/#launchpad.txt

wgrantmaxb: Was that section thing in the primary archive? There's a bug filed to make it do that for PPAs, so I presume it doesn't do it in PPAs yet.00:08
maxbIt was in a PPA, though presumably the same issue will bite as soon as someone wants to do an official backport in the primary archive backports pocket00:10
wgrantmaxb: Huh... maybe it's because Soyuz doesn't know about the 'dev' section at all (it should be 'devel'). Normally it will reject saying that a section is not valid for that distroseries.00:11
wgrantBut anyway, PPAs will soon override all unknown and mismatched sections to misc.00:12
mrooneyIs anyone familiar with launchpad exports? When I do a po export I get some in the root of the tarball, some in po/ and some in <domain>/01:15
mrooneyI can't really figure out why they get put in three different locations01:16
blueyedIs there a problem with (hosted) bazaar branches being published on LP?02:12
beunoblueyed, are you getting something like: bzr: ERROR: Connection error: curl connection error (GnuTLS recv error (-9): A TLS packet with unexpected length was received02:16
blueyedbeuno: no. something different.. I've thought the branch from the cron server would have been pushed, but it says "These branches have diverged.". So it has not been pushed after all. Sry.02:17
blueyedI'm wondering why it says "diverged" though, since it's a cron jobs and it should get pushed only from there. If I unbind another checkout of that branch that shouldn't have any influence on this, right?02:22
blueyed(The branch gets synced with tailor.)02:22
SnovaI've had that happen once or twice (I think because I interrupted it), it's because the branch on the server has a different history than the source. If you know that it's appropriate, --overwrite will do the obvious thing.02:23
blueyedwell.. i've compared the history.. it's the same.. only that the last few revisions had not been pushed. I'll rather merge, then commit and pull, to be sure.02:24
wgrantSnova: That is nothing to do with Launchpad. Some part of the branches' histories has diverged.02:25
wgrantGah.02:25
wgrantblueyed: ^^02:25
wgrantAnd if they haven't diverged, then it's a bzr problem.02:26
SnovaEverybody seems to be doing that today. :)02:26
blueyedwgrant: yeah, I've had this happen before.. I was just wondering how that could have happened here. yes. any idea how I could compare the tip and/or IDs, just to debug this?02:27
wgrantblueyed: 'bzr log --show-ids -r-1' on the remote branch is a good start.02:27
wgrantSee if that same revid is in the branch you are trying to push from.02:28
wgrant'bzr heads' on the branch should also tell you that more directly.02:30
blueyedrevision-id is different for r7063, but also the parent. both have the same timestamp in the id though.02:32
blueyedthe revision id of r7062 is different, too. but their parent matches. odd.02:32
wgrantDid you upgrade the version of tailor, perhaps?02:32
wgrantI've seen the same thing when upgrading to a new bzr-svn that uses a different mapping version.02:33
wgrantAlthough that's generally fairly obvious.02:33
blueyedyes, maybe. but before already. I've also tried to fix there myself. but that has been before that. r7062 is from today.. and that has been days ago.02:34
blueyedno big problem. Thanks for your support.02:34
wgrantI guess you'll need to talk to the tailor people, or just push --overwrite.02:34
blueyedpush --overwrite is bad for branches, not?02:35
blueyedwhy not merge, commit, push?02:35
wgrantThat's messy. But it is the best way if anybody else is using that branch, right.02:36
blueyedreally strange. merge causes a conflict.02:46
blueyedAlso r7063 (the last one on LP) and r7064 should have been pushed in the same step..!02:46
wgrantTry --reprocess?02:46
blueyed--reprocess needs --force?!02:47
lifelessnor normally02:47
blueyedit says "has uncommitted changes"02:48
blueyedIt's more a topic of #bzr anyway.. sry. Will come back to it tomorrow..02:49
lifelessblueyed: you probably want to revert first02:50
blueyedit's really odd that only one half has been pushed.02:50
lifelessblueyed: the one on the server is not a prefix of the one you are trying to push02:51
blueyedlifeless: I see, I've thought it would work from an already broken merge. however, also conflicts.02:51
blueyedlifeless: this is a cron server, who syncs every 10 minutes.. commits changesets from CVS and then pushes them.02:51
lifelessblueyed: sure, for bzr to be telling you that they have diverged, they must have diverged02:52
lifelessblueyed: 'bzr missing' can report on this for you02:53
blueyedlifeless: yes. but why? this looks like some bug: tailor has committed (e.g.) r4 and r5, then pushed that. LP.net only has r4 and now bzr says it's diverged.02:53
lifelessblueyed: the r4 on lp is not the r4 you have locally02:53
wgrantLP doesn't have r4, does it? It has some different one.02:53
* wgrant is beaten again.02:53
lifelessblueyed: log --show-ids can show you the internals, or as I already suggested, use bzr missing02:54
blueyedyep, r4 on LP is a different one.. have seen this with --show-ids before.. bzr missing talks about two missing and 10 extra ones. But those get automatically committed from that cron server (only). The last changeset that got pushed (partly) successful had r3, r4 and r5. the last one on LP is now r4 and r3/r4 are extra/missing/different now.02:57
lifelessblueyed: push is atomic, it never partly works02:58
lifelessblueyed: whatever is going on is all to do with your scripts02:58
blueyedlifeless: the "scripts" is tailor, which does the commits and then "bzr push", which does the push.02:59
lifelessblueyed: so, as bzr push won't uncommit; it sounds like tailor is your root cause of problems02:59
blueyedunfortunately I have no stderr of bzr in the logs (and therefore did not notice that push stopped working now, due to uncommitted changes).03:00
lifelessblueyed: set +x is your friend03:00
blueyedlifeless: what do you mean?03:04
lifelessblueyed: bzr returns non-zero when commands fail03:04
blueyedI log to a specific logfile, using redirection, but until now only stdout got logged. however, I should gave gotten an cron mail with stderr.03:04
blueyedlifeless: so you mean "set -e"?03:05
blueyedit's the last line of the script anyway?03:05
blueyedlifeless: did you mean "set -e" instead? also, if "push" is atomic.. where should the 2/3 push come from? the revision-id even has the username/hostname of the cron server and the timestamp matches, too. only the last part of the id does not.03:29
blueyedAnyway, thanks for your support - as said, I will try to fix this tomorrow, but until now it looks like a bug in bzr. It _may_ be related to server hiccups I've experienced today, but should not.03:30
lifelessblueyed: the operation proceeds in phases, but if the final step isn't completed, the branch remains unaltered03:31
lifelessblueyed: its definitely not a bzr bug03:31
lifelessit may be a bug in how its being used; or tailor may be doing something odd - tailor has done that before03:32
=== kyselejsyrecek1 is now known as kyselejsyrecek
=== Pici` is now known as Pici
dereine_is it possible to make a vcs automatic import for a ~/+junk branch13:39
=== You're now known as ubuntulog
=== deryck_ is now known as ghost
=== ghost is now known as deryck_
=== deryck_ is now known as deryck
=== matsubara is now known as matsubara-afk
RachedTNhello, I wanna to chnage the name of my team from this : https://edge.launchpad.net/~ubuntu-tn-drafting to this : https://edge.launchpad.net/~ubuntu-tn-editorial15:53
beunoRachedTN, sure, what seems to be the problem?15:54
RachedTNbeuno: I am the coordinator of the editorial team, and our LoCo will create another group for drafting, that's why I wanna to change the name and the url :)15:55
RachedTNit's just a problem of organisation :)15:56
beunoRachedTN, sure, it sounds fine. Are you having a problem doing that?15:56
RachedTNbueuno : I really don't know how to do this : should I first create the new team, than how could I translate the members from the old team to the new team ?15:58
beunoRachedTN, just rename the team15:58
RachedTNok, I have done this :)15:58
RachedTNbeuno: could you activate the maililng list for the : https://edge.launchpad.net/~ubuntu-tn-drafting15:59
exarkunOoh, mailing lists15:59
beunoRachedTN, yes, approved16:00
RachedTNbeuno: thanks a lot :)16:00
RachedTNexarkun: ??16:00
exarkunRachedTN: I like mailing lists.16:00
RachedTNexarkun: me too :)16:01
RachedTNbeuno: renaming the team will not change the url, is there any possibility to change the URL, I chked the : https://edge.launchpad.net/~ubuntu-tn-editorial and it's not reserved16:16
beunoRachedTN, ah, if you have a mailing list, you can't rename16:20
beunosinzui knows all about this16:20
RachedTNbeuno: ok16:20
sinzuiRachedTN: Names (launchpad ids) can be changes by a Launchpad admin16:21
sinzuiRachedTN: Changing a name can be dangerous if the team has a PPA or a mailing list because those artifacts have permanent urls16:21
RachedTNsinzui: what should I do, write a request on https://answers.edge.launchpad.net/ubuntu  or what ?16:21
RachedTNsinzui: The mailing list was just activate few minutes later, so there is no problem with that point16:22
sinzuiRachedTN: https://answers.edge.launchpad.net/launchpad/+addquestion to get the attention of an admin16:22
sinzuiRachedTN: If the their is a mailing list, the rename will fail16:23
sinzuiRachedTN: the list It must be destroyed16:23
RachedTNsinzui: I will descativate the mailing list ans there is no problem if it is destroyed because I will have another one with the new url :)16:24
sinzuiRachedTN: I see. I think that will be fine16:24
RachedTNsinzui, beuno : thnks for your help :)16:24
christoph_debianHi all! anyone an Idea what goes wrong @ https://bugs.launchpad.net/ubuntu/+source/afflib/+bug/230350 it gives me some 503 for some time now ...16:29
ubottuUbuntu bug 230350 in sapphire "Missing Debian Maintainer field" [Wishlist,Fix released]16:29
=== bdmurray_ is now known as bdmurray
=== mtaylor_ is now known as mtaylor
=== beuno_ is now known as beuno
=== matsubara-afk is now known as matsubara
jkakarIs it possible to create two bug tasks for a bug, targeted to the same project?17:48
jkakarI want to put a bug in more than one milestone.17:48
intellectronicajkakar: why would you want to do that?18:00
Miloszguys18:01
Miloszthe amd64 package of one of my PPA sources is now building for almost 2 hours18:01
Miloszbut it usually takes around 25 minutes to build18:01
Miloszon the launchpad systems18:01
Miloszcould someone check whether the machine crashed?18:01
Miloszhttps://launchpad.net/~internalerror/+archive/ppa/+build/94742618:01
Milosznot just for me I guess but it might be generally good18:02
jkakarintellectronica: Well, we've been talking about using milestones, instead of tags, to group related things.  For example, a whole bunch of "improve-package-ui" bugs could be assigned to a "Package UI Milestone".18:02
jkakarintellectronica: The reasons for wanting this are: milestones have dates and milestones are easier to discover because you see them in the drop-down list.18:03
jkakarintellectronica: When editing tags, there's no indication of what the current official tags are.  You have to know there's a "package-ui-improvements" tag.18:03
intellectronicajkakar: interesting. but anyway, you can't do that. i think we'll have to do this using custom lists one day18:03
intellectronicajkakar: as it happens, i am just about to submit a branch that makes it very obvious and easy to use official tags :)18:04
jkakarintellectronica: Nice. :)18:04
jkakarintellectronica: Thanks for clarifying.18:04
jkakarIs there a query string I can add to this URL to pre-fill the email address: https://edge.launchpad.net/+forgottenpassword18:29
ahasenackhey guys, do you know whom I should poke to have landscape-client crash bugs opened by apport emailed to the landscape team? The way it is now, we don't get to know about them18:30
kikoahasenack, subscribe to the landscape-client package.18:35
ahasenackkiko: hmm, I thought I was subscribed. Sorry.18:37
ahasenackkiko: hmm, I was subscribed already indeed. I think apport does something different, because it may contain sensitive data in the crash dumps, and the bug is only visible to some special group first18:40
kikoahasenack, you only see the bug once it has been retraced and disclosed18:49
kikoyou should talk to pitti to get the skinny on it18:49
=== sale_ is now known as sale
=== Andre_Gondim is now known as Andre_Gondim-afk
=== bureflux is now known as afflux
=== lamont` is now known as lamont
=== salgado is now known as salgado-brb

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