/srv/irclogs.ubuntu.com/2011/02/18/#launchpad.txt

=== Lcawte is now known as Lcawte|Away
smoseranyone able to verify this or suggest why ?01:11
smosermy hardy UEC builds (http://uec-images.ubuntu.com) have built for quite some time with no changes01:11
smoserthis week, they started to fail on an apt-get update01:12
smoserthat seems to be because of a change in https://launchpad.net/~ubuntu-on-ec2/+archive/ppa01:12
smoserpreviously, I would log messages like:01:12
smoser  Get:17 http://ppa.launchpad.net hardy/multiverse Packages01:13
smosernow i'm getting things like:01:13
smoser  Err http://ppa.launchpad.net hardy/multiverse Packages01:13
smoser   404 Not Found01:13
smoserwhich is causing the 'apt-get update' to fail01:13
smoseri could very easily modify vm-builder to not add 'multiverse' and such (its certainly not needed), but I dont believe that I did anything to the ppa that would have caused this change01:14
smoserwas there a change in launchpad that would have caused this ?01:15
spivsmoser: yes01:19
* spiv digs up the relevant message01:20
spivsmoser: https://lists.launchpad.net/launchpad-users/msg06219.html01:20
smoserspiv, thank you03:29
pooliespiv, smoser, maybe we should blog that04:30
pooliei think i will04:34
=== mauricio_ is now known as Guest690000
colHi! I'm a newbee here because the web page directed me here. I was trying to start a test project an the page says there is a code upgrade happening. What's the go?07:39
lifelessstaging is down at the moment, you can use qastaging.launchpad.net instead07:41
colcheers lifeless. I'll try that.07:41
apwdoes anyone know if you can find out the previous status of a tasks via the launchpad api11:02
wgrantapw: The BugActivity records are exposed... you could possibly parse those.11:15
wgrantapw: Otherwise there is limited state transition data exposed on the BugTask.11:15
wgrantdate_confirmed, date_in_progress, etc.11:15
apwwgrant, are you referring to the date_triaged ... those don't ever seem to get values assigned11:15
apwthe activity report looks possible, but its not task specific ... sigh11:16
wgrantapw: Hm, those should be set.11:16
=== matsubara-afk is now known as matsubara
=== bigjools changed the topic of #launchpad to: https://launchpad.net/ | Help contacts: bigjools | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/
apwwgrant, i do have a library in the way, which might be buggy11:17
apwbut some do have values, the others never do11:17
apwthe entering and leaving new and closed are right, the incomplete one seems vlaid, but the others not11:18
wgrantIf you find an example please give me a poke.11:18
apwwgrant, can you see the raw data to confirm or deny the underlying data ?11:18
wgrantNot directly, but the API is very close.11:19
apw714719 was transitioned from triaged to incomplete at the end11:19
apwso it must have been in triaged, i am seeing None as the date_triaged11:19
apwwgrant, ^11:22
wgrantapw: Ah. date_triaged is unset when the task is set to a status below Triaged. :(11:23
apwis incomplete below those?11:23
wgrantYes.11:23
apwthats a bit useless ...11:24
wgrantNew, Incomplete and Confirmed come before Triaged.11:24
apwwhy would we unset them surley the relationship to the highest one is useful11:24
wgrantI'm not sure, sorry.11:24
apwits cirtainly completely contrary to the documentation of the attribute ... sigh11:25
davmor2morning guys is staging.launchpad still having it's db upgraded or were there issues?11:33
wgrantstaging will probably be offline until some time during the weekend when the next DB restore completes.11:35
wgrantBut you can use qastaging.launchpad.net instead.11:35
wgrantOlder versions of launchpadlib don't have a predefined service root for it, but 'https://api.qastaging.launchpad.net/' is what you want.11:35
davmor2wgrant: I'm trying to test Software-Center-Agent staging which of course points to staging.launchpad.net for ppa hosting, access control  etc etc etc etc11:37
wgrantAh, I see.11:37
wgrantI'm guessing that's not easy to redirect to qastaging?11:38
davmor2Nope, I'll leave it for Monday and work on something else :)11:39
apwwgrant, so when a bug is 'status tracked' how does one determine that ?11:57
wgrantapw: Status tracked?11:58
wgrantYou mean a task shows as "Status tracked in Natty"?11:58
apwit seems that a bug which is nominated to natty actually has a linux (Ubuntu) and a linux (Ubuntu Natty) task .. but one is suprrressed in the web11:59
apwyes when the web shows the status tracked in natty thingy11:59
wgrantapw: That's called task conjoining, and it doesn't seem to be exposed on the API at the moment. But the linux (Ubuntu) task should have the same status and importance as linux (Ubuntu Natty).12:00
apwwgrant, yeah it has the same stauts, but the wrong name when tracking changes to it via the activity log12:00
wgrantapw: Tasks are conjoined when a task exists for the development focus of the distribution.12:00
wgrantYou could possibly detect that situation.12:00
wgrantBut what are you actually trying to do here?12:01
apwwhere can i find that infroamtion12:01
apwall i want to know is the previous status of a bug task in the incomplete state12:01
apwso i can move it back to the previous state when someone replies12:01
apwas you cannot tell incomplete with and incomplete without response appart in the web and that makes it useless12:02
apwin an ideal world incoplete with would be a real state, Replied or something12:03
wgrantAre there bugs on the issues that you are trying to work around?12:04
apwanyhow we are experimenting with moving back to their prevous state, but i am struggling to reconstruct that info12:04
apwwgrant, i haven't filed on on this issue no12:04
wgrantapw: You should probably try to get Launchpad fixed before you start trying to work around it in awkward ways :)12:04
apwwgrant, to be honest i've not had my nonminations broken bug fixed, and that is much more annoying for me as i cannot work round it, so i am disinclined to add any more bugs to the list12:05
apwand when i started this this morning, it was going to be a 2 min fix, whcih we could use for a bit12:05
apwto work out if it was what we wanted really before asking for it12:06
apwas asking for it, you lot fixing it, then us hating it, would be embaressing12:06
apwbut it does seem a bunch of things stand in my way12:06
apwi guess for my purposes i can just use a hard coded Natty and see how that works12:08
wgrantapw: distribution.current_series12:11
apwwgrant, ta12:11
wgrantapw: Bug #569298 seems to cover the root issue.12:34
ubot5Launchpad bug 569298 in Launchpad itself "Toggle from Incomplete/Expired when bug reporter responds" [Low,Triaged] https://launchpad.net/bugs/56929812:34
=== henninge_ is now known as heninge
=== heninge is now known as henninge
=== Meths_ is now known as Meths
Adri2000bug #606612 comment number 3 is spam15:19
ubot5Launchpad bug 606612 in libstxxl (Ubuntu) "Include files for libstxxl-dev at wrong path" [Undecided,Fix released] https://launchpad.net/bugs/60661215:19
Adri2000if someone can remove it...15:19
bigjoolsAdri2000: thanks I'll assign to an admin to remove it15:33
=== matsubara is now known as matsubara-lunch
=== deryck is now known as deryck[lunch]
=== matsubara-lunch is now known as matsubara
=== deryck[lunch] is now known as deryck
=== apachelogger_ is now known as apachelogger
=== doko__ is now known as doko
ftaCorrupted MAC on input.17:54
ftaDisconnecting: Packet corrupt17:54
ftabzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.17:54
fta(4th time reporting this here)17:54
bigjoolsfta: filing a bug would be a better way of reporting it18:00
=== bigjools changed the topic of #launchpad to: https://launchpad.net/ | Help contacts: - | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/
ftabigjools, matsubara was supposed to forward this to spm, who asked for more info the 1st time i reported it18:02
bigjoolsfta: if that was done via a bug we'd have a permanent record of it18:03
bigjoolsI am about to finish for the day so I'm afraid I can't chase this up, but the bug will get attention as soon as someone is available.18:03
=== abentley_ is now known as abentley
matsubarafta, I did forward the issue to spm through email. let me dig that18:14
ftamatsubara, great (i didn't say you didn't do it, just that you were supposed to do it ;))18:15
matsubarafta, so, in the email thread I brought that issue up, mwhudson pointed to this article http://blogs.sun.com/janp/entry/ssh_messages_code_bad_packet. At the time the first occurrence happened spm thought it could be related to some edge redirects that were put in place but it's been reverted, so that's not it. not sure how I can help you more with this18:19
matsubarafta, is this blocking you somehow?18:21
ftamatsubara, the 4 times it happened, it produced a ftbfs for the chromium dailies (failed to create the source tarball)18:22
ftamatsubara, it happens only with launchpad/bzr, and only once in a while18:23
matsubarafta, what's a ftbfs?18:23
ftamatsubara, failed to build from source18:24
ftadebian jargon18:24
matsubarafta, so do you see that error in some LP builder page? or is it local to you?18:26
ftamatsubara, the last 2 errors, it was while doing a huge bzr export (lp->local)18:27
ftawell, maybe not that huge18:28
fta90MB for the tip of a 300MB branch18:30
matsubarafta, I think the best to follow up with this at this point is to file a bug or a question. at least we'll have a public permanent record of the conversation18:33
=== tty234_ is now known as tty234
smokexthere wouldn't happen to be anyone here in #sourceforge would there?18:55
maxbYou could join it and see?18:56
smokexbanned atm18:57
smokexI had some connection probs the other night18:57
smokexand they banned me so they wouldn't have to constantly see join/leave messages18:58
smokexI was afk and came back banned to 3 channels :P18:58
smokexany way trying to get unbanned18:58
maxbYou could "/msg chanserv access #sourceforge list" and try contacting some of those people19:01
=== bjf is now known as bjf[afk]
=== matsubara is now known as matsubara-afk
=== bjf[afk] is now known as bjf
=== mauricio_ is now known as Guest6900000

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