[09:08] Morning all [09:09] aloha :) === adeuring changed the topic of #launchpad to: Help contact: adeuring | https://launchpad.net | Launchpad is Open Source | This channel is logged [09:37] any idea why on https://launchpad.net/ the blog posts that are displayed at not the current ones from http://blog.launchpad.net/ [10:02] can I have a pointer to a decent way to detect that the revno of the trunk of a project has changed trying not to dos attack lp? [10:02] I want to detect new revisions in order to build windows installers for ubuntuone, which cannot be done by lp atm :) [10:08] mandel: you can see the current tip revision of lp branches through the API. Here's a hacky script I use that daes this: https://code.launchpad.net/~stefanor/ibid/update-branches/+merge/82793 [10:09] tumbleweed, that means that if I wanted to do the same I'd have to be pooling every number of mins, right? [10:09] poolie: ^ something like that would be nice in hydrazine [10:10] mandel: if you don't want to poll, how about subscribing to e-mail notifications from the branch? [10:10] tumbleweed, ah, that is a much nicer way to do it :) [10:11] tumbleweed, nice thinking === chrisccoulson_ is now known as chrisccoulson === jtv is now known as jtv-eat === jtv-eat is now known as jtv [12:06] quick question re the suffix automatically appended to the revision of packages built by the launchpad bzr builder [12:07] i.e. the ~oneiric1 bit [12:08] i was assuming the final counter 1 would automatically increment if a build was re-triggered while the debian revision of the recipe hadn't changed [12:10] e.g. you change the recipe to temporarily merge in a fix from another branch different from the recipe's base branch [12:11] since that's only temporary you don't want to change the debian version of the recipe to include the revno of that branch with the fix [12:12] so you keep the debian revision {debupstream}+{revno} and now the ppa upload fails since the revno of the main branch hasn't changed [12:13] frathgeber: you need a +{revno:packaging} in there [12:13] or whatever your packaging branch is called [12:14] bigjools: that's not the packaging branch, but a branch containing a fix that would hopefully get merged into the trunk [12:15] so i don't want to include the revno of that branch in the debian revision [12:15] you need to change the recipe somehow to change the debversion [12:15] there's no magic bullet :) [12:16] ok, so that's by design that this final counter won't automatically increment when there's a new build with the same debian revision? [12:17] in other words, it's not possible to upload a package again unless the debian revision changes? [12:17] Hi, one of the packages in the archives has been pending publication quite some while : https://launchpad.net/ubuntu/+source/kdevplatform [12:18] Known issue in the publisher? === stub1 is now known as stub [12:22] frathgeber: yes you must increase the version somehow. if you are merging a different branch in the recipe then you need to account for that [12:23] ok, thanks. i'm wondering what the purpose of that final counter in the automatically appended suffix is then [12:24] is that ever used? [12:27] frathgeber: yes, it's for uploading the same build to different distro series [12:27] not sure what the end number is for though [12:29] afaik (in debian) it's for exactly that purpose i have i.e. a new package version for the same debversion of the source [12:29] right [12:29] I'd ask on #bzr [12:30] e.g. because there was a packaging bug etc. [12:30] ok, thanks. is that suffix handled by bzr-builder all by itself? [12:30] my first suggestion covers packaging bugs [12:31] your situation is changing the recipe to merge/nest a different branch [12:31] right [12:31] admittedly that's probably a rather unusual situation [12:31] and you have reached the limits of my knowledge now, but there are clever folk on #bzr :) === matsubara-afk is now known as matsubara [12:32] hehe, thanks again [12:59] anyone? === rick_h changed the topic of #launchpad to: Topic for #launchpad: Help contact: rick_h | https://launchpad.net | Launchpad is Open Source | This channel is logged [13:01] adeuring: relieved [13:04] shadeslayer: looking, sec [13:07] shadeslayer, rick_h: It's in NEW [13:07] https://launchpad.net/ubuntu/+source/kdevplatform/1.2.81-0ubuntu1 [13:07] uh ... because of the so bump? [13:07] That's the most likely explanation. [13:08] https://launchpad.net/ubuntu/precise/+queue?queue_state=0&queue_text=kdevplatform <- yes [13:09] alright, I'll get someone to let it through :) [13:09] thanks wgrant [13:10] thanks, somehow I didn't realize it could get stuck in new [13:10] Any new binary names will do it. [13:11] has the +adddownloadfile changed in the last few months to make it impossible to actually script uploads to it? [13:11] the curl POST that bzr-windows-installers uses to make life slightly less terrible now reports lp refusing all authentication [13:14] I still get prompted for the SSO password, but always get "Application error. Unauthenticated user POSTing to page that requires authentication." [13:15] mgz: You were still using basic auth? [13:15] it's not using oauth at least [13:15] That's been unsupported for about 2 years, and I removed it last week. [13:16] It would have been working for very few users for about 18 months. [13:16] ha, so its *your* fault :) [13:16] But I guess it's possible you were one of them. [13:16] It's always my fault :) [13:16] is updating this script to do the sso dance actually practical... I fear the pain is too great [13:18] are there any docs on how you're meant to script authentical interaction with lp webpages? [13:18] or is it just "use the api"... which I think still doesn't support uploading releases? [13:18] You're meant to use the API. [13:18] Which doesn't support file uploads at present, I don't think, right. [13:18] you pain me, sir :) [13:19] Oh [13:19] Yes you can, actually [13:19] I just searched for the wrong thing. [13:19] ha, neat. link? [13:19] project_release.add_file is the method. I believe there are clients around. [13:21] mgz: lptools has lp-project-upload [13:21] ta, will take a look [13:21] Usage: /usr/bin/lp-project-upload [new milestone] [changelog file] [releasenotes file] === matsubara is now known as matsubara-lunch === yofel_ is now known as yofel [15:13] bigjools: howdy, around? [15:13] kirkland: present and somewhat correct [15:14] bigjools: okay, I chatted briefly with flacoste about this last week [15:14] bigjools: i'm looking at the launchpad/soyuz/ppabuild/publisher code [15:14] bigjools: we have a need to push a source package to a private ppa, have it build, and then publish the binaries only (not the source) [15:15] bigjools: i'm willing to work on a patch to do so, but I don't want to work on it in vain [15:15] bigjools: i was wondering if you could give me some advice before I'm chin deep in a patch that won't be accepted [15:15] bigjools: or even just an approach [15:15] kirkland: ok please come over to #launchpad-dev [15:16] bigjools: ack wilco [16:12] ah, yay, onward and upward with me. rick_h you are done sir! === deryck changed the topic of #launchpad to: Topic for #launchpad: Help contact: deryck | https://launchpad.net | Launchpad is Open Source | This channel is logged [16:14] deryck: ty sir [16:14] np! === Quintasan_ is now known as Quintasan === matsubara-lunch is now known as matsubara === deryck is now known as deryck[lunch] === abentley changed the topic of #launchpad to: Topic for #launchpad: Help contact: abentley | https://launchpad.net | Launchpad is Open Source | This channel is logged [19:24] deryck[lunch]: I relieve you [19:27] hey, don't know if this was reported already (that's why I'm asking here first), but it seems that launchpad's blueprint javascript is resizing the whiteboard in a quite annoying way currently [19:28] I tried to edit https://blueprints.launchpad.net/linaro-ubuntu/+spec/push-multiarch-changes-for-cross-precise-12.01, and when I hit space it shrinks and expands itself [19:28] was able to reproduce that with both firefox and chromium [19:38] god, there's some serious stuff going on with lp blueprints [19:39] ah, someone reported already [19:39] Ursinha: bug? [19:39] rsalveti, reported to lp team, not reported a bug [19:39] in case, you did [19:39] oh, ok, guess just have to wait then :-) [19:40] rsalveti, did you search for reported bugs? [19:40] Ursinha: no, not yet [19:40] if not, it might be nice to report one, than we can just point people there [19:40] escalate or whatever === deryck[lunch] is now known as deryck [19:42] don't need to escalate, whiteboard is broken everywhere :-) [19:42] it's quite high/critical anyway [19:43] lol, timeout while opening bugs.launchpad.net [19:44] Ursinha: bug 919299 [19:44] Launchpad bug 919299 in Launchpad itself "resizing textarea in chrome in MP inlineedit flip flops height" [Critical,Triaged] https://launchpad.net/bugs/919299 [19:44] seems this is not only happening with blueprints [19:45] oops [19:45] so it's critical critical [19:45] rsalveti, you might want to mark that bug as affecting you too [19:45] Ursinha: did it already [19:46] rsalveti, ah, cool :) when I looked at the bug it has only the reporter as affected [19:50] rick_h: ^^ [19:50] Oh [19:50] You reported it. [20:02] wgrant: thanks yea, working on it. Will have it later tonight. Have to run atm. === EyesIsServer is now known as EyesIsAsleep === abentley changed the topic of #launchpad to: Topic for #launchpad: Help contact: - | https://launchpad.net | Launchpad is Open Source | This channel is logged