/srv/irclogs.ubuntu.com/2010/11/16/#launchpad.txt

kirklandokay, so a team that I'm a member of is subscribed to all bugs against a certain project00:21
kirklandcan i exclude myself from that bug mail, without leaving the team?00:21
kirklandsans procmail/filters00:21
wgrantNo.00:21
mwhudsonis this one of the things that's going to be fixed sooner or later?00:22
wgrantThere's no way to do that at the moment, unless the team has a contact address set, in which case bugmail will go there instead.00:22
micahgkirkland: I think this is bug 20498000:22
ubot5Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/204980)00:22
wgrantNot really.00:23
mwhudsonby 'sooner or later' i mean, in the current work that's being done on bug subscriptions00:23
wgrantmwhudson: I think so.00:23
mwhudsonawesome00:23
kirklanddang00:23
* mwhudson doesn't really want to get all bzr bug mail & merge proposal mail00:23
kirklandokay, yeah, that's it00:23
micahgkirkland: I think the workaround is to make a ML for the team and the people interested can subscribe to the list00:24
micahgand set the ML as the contact address00:24
micahgkirkland: bug 75620 is also related00:26
ubot5Launchpad bug 75620 in Launchpad Bugs "bug contacts should be able to unsubscribe from implicit subscriptions (affected: 5, heat: 45)" [High,Triaged] https://launchpad.net/bugs/7562000:26
* micahg kicks ubot5 for providing incorrect information00:26
KombuchaKipHey room. I've just added some blueprints to my launchpad project. I'd like the public to be able to discuss and provide feedback on them. I don't see a "wall" or some such though.02:16
spivKombuchaKip: there's the "whiteboard"02:19
KombuchaKipspiv: I see it, but I don't quite know how it works. I'll see if I can dig up some documentation.02:19
KombuchaKipspiv: I'm looking here https://help.launchpad.net/BlueprintDocumentation but I don't see anything for feedback and discussion.02:21
spivYeah.  The whiteboard isn't a particularly good spot for discussion, but I think it's the best that's builtin.02:23
KombuchaKipspiv: Hmm, I suppose IRC will do.02:24
spivYou could also create a mailing list for the project.02:25
spiv(but there's no per-blueprint discussion forum in launchpad that I know of)02:25
KombuchaKipspiv: Right. I think I'll create a mailing list then. I don't think you can create one for a project though, only for a team. And even then, I think you can only create one, no?02:27
spivKombuchaKip: yeah, they are a team thing.  But that doesn't especially matter: if you put "the mailing list is here: <URL>" in the launchpad project description and your project's README etc people will find it.02:31
KombuchaKipspiv: True enough02:31
* KombuchaKip can't help but wonder why deleting a launchpad project mailing list takes so long.03:08
CarlFKI have the source and debian dir on my box. I want to package it for maverick on my ppa.  I know I need to add a maveirck changelog entry.  then run something that uploads it.  did all this a year ago... made notes somewhere04:03
CarlFKanyone know a URL that describes what I need, that isn't 1000 lines long (I seem to remember lots of details for stuff I didn't need04:03
CarlFKactually I think it is 2 commands - one to build -src and diff, one to upload04:04
wgrantdch -i04:05
wgrant<edit changelog>04:05
wgrantdebuild -S04:05
wgrantdput ../foo_bar_source.changes04:05
wgrantEr.04:06
wgrantdput ppa:USERNAME/PPA ../foo_bar_source.changes04:06
CarlFKthanks04:07
lifelesswgrant: debrelease --dput ppa:USERNAME/PPA04:07
lifelessor is it debupload. I forget.04:08
wgrantOh, handy.04:08
CarlFKhmm, I found: debuild -k 80E61AF4 -S -sa04:08
CarlFKin a script that I guess does what I need.  yay.  I think.  be good if I knew what it was doing...04:09
wgrant-S => source only; no binaries04:09
wgrant-sa => upload orig.tar.gz04:09
wgrant-k => sign with this key ID04:09
CarlFKlifeless: it is both ;)  man debrelease - a wrapper around dupload or dput04:14
CarlFKer, dup.., not debup  - meh.04:15
CarlFK"       Step 1 Open Passwords and Encryption Keys.                  Step 2 Select the My Personal Keys tab,       select your key.                  Step 3 Select Remote > Sync and Publish Keys       from the menu. Choose the Sync button."04:28
CarlFKdid that.  um.. how did it know who I am ?04:28
wgrantCarlFK: How do you mean?04:32
CarlFKwgrant: good Q. i guess it is just someones public key, and whoever has the private part (me) can make use of it. um... yeah.04:33
CarlFKI was expecting to have to authenticate with the key server when I sent it my public key04:34
wgrantYou did, with your private key's signature on your public key.04:34
CarlFKwhy doesn't this return anything? carl@dc10:~$ gpg --fingerprint04:36
CarlFKah, cuz it's the wrong flavor of key...04:38
wgrantNothing at all?04:38
CarlFKright.  I dont have a pgp - just ssh/rsa?04:38
wgrantThat could be a problem, if you only have an SSH key.04:39
CarlFKshould it take more than 60 seconds to gen a key?04:43
CarlFKlooks like we are over 3 min04:43
lifelessare you doing it on your local machine04:44
lifelessor remotely?04:44
CarlFKlocal04:44
lifelesstap some keys :)04:44
lifelessCarlFK: if you did this a year ago, you must have a gpg key already04:45
CarlFKyeah, but I accedently mkfs-ed my home partition.  doh.04:45
lifelessahhhh04:46
CarlFKhad most of my stuff backed up... but not my key.04:46
lifelessno backups ?04:46
lifelessmeep, ouch.04:46
wgrantWell, keys arguably shouldn't be in with your normal backups anyway.04:46
CarlFKall my code is in remote repos.  config files I give a crap about I stuff on another box. so I thought i was covered.  doh.04:47
pooliethumper: hi, can you answer https://bugs.launchpad.net/bugs/67458104:53
ubot5Launchpad bug 674581 in Launchpad Bazaar Integration "Sourceforge Mercurial Import Fails (affected: 1, heat: 6)" [Undecided,New]04:53
poolieiow "can we import from hg on sourceforge"?04:54
CarlFKhttps://help.launchpad.net/ReadingOpenPgpMail#Google%20mail%20%28Gmail%29  "FireGPG Firefox plugin is perfect for this task."  click... " I removed Gmail support... and put it officially in ‘discontinued’ state."05:04
poolieCarlFK: you were the maintainer of the plugin?05:17
CarlFKnope05:17
CarlFKthose are quotes from the 2 pages05:18
CarlFKnot sure how appropiate, but here is my solution: select text in gmail, $ xclip -o | gpg2 -d05:19
CarlFKi dont think xclip is installed by default05:19
poolieprobably not05:20
* wgrant is boring and uses a real email client.05:20
pooliefeel free to edit that page05:20
CarlFK https://help.launchpad.net/UserPreferences/   Logged in as  carlfk    "This email already belongs to somebody else."  um..   what ?!05:30
wgrantCarlFK: Do you have two Launchpad or Ubuntu SSO accounts?05:31
CarlFKI hope not.  I try to avoid multiple accounts05:31
CarlFKhttps://help.launchpad.net/ReadingOpenPgpMail shows "Logged in as  carlfk"  but I don't see an edit link05:34
CarlFKI seem to remember a tool bar floating around.  don't see anything like that05:36
CarlFKand back on ppa:  dput ppa:carlfk/PPA ../dvswitch_0.9~alpha-0.3_source.changes;   .... Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading dvswitch_0.9~alpha-0.3.dsc: done.  Uploading dvswitch_0.9~alpha-0.3.tar.gz: done.      Uploading dvswitch_0.9~alpha-0.3_source.changes: done. Successfully uploaded packages.05:39
CarlFKbut https://launchpad.net/~carlfk/+archive/ppa "0           updates           added during the past month."05:39
CarlFKdput was done at least 10 min ago05:40
CarlFK" Could not find a PPA named 'PPA' for 'carlfk'."05:58
CarlFKtrying dput ppa:carlfk/ppa06:01
spivCarlFK: yes, lowercase matches the URL https://launchpad.net/~carlfk/+archive/ppa06:01
CarlFKspiv: thanks.06:02
CarlFKCurrently 1 package building - yay06:07
CarlFKgpgv: Signature made Tue Nov 16 06:00:09 2010 UTC using RSA key ID 17901261 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./dvswitch_0.9~alpha-0.5.dsc06:15
CarlFKhttp://launchpadlibrarian.net/59188187/buildlog_ubuntu-maverick-i386.dvswitch_0.9~alpha-0.5_BUILDING.txt.gz06:15
CarlFKshould I be concerned about that?06:15
wgrantNo.06:21
wgrantIt built successfully.06:21
wgrantCarlFK: ^^06:21
CarlFKk - thanks.06:24
CarlFK"Builds: i386 - Pending publication"  Is that why there is no http://ppa.launchpad.net/carlfk/ppa/ubuntu/dists/maverick/main/binary-i386/Packages.gz ?06:34
wgrantCarlFK: Yes.06:35
wgrantHowever, it should have been published about 20 minutes ago.06:36
wgrantSo something might be broken.06:36
CarlFKthis works: wget https://launchpad.net/~carlfk/+archive/ppa/+build/2048738/+files/dvswitch_0.9%7Ealpha-0.5_i386.deb;  dpkg -i ...06:46
wgrantYeah, that will work.06:47
wgrantBut the publisher is broken, so it won't appear on ppa.launchpad.net yet.06:47
CarlFKwhich makes me very happy. I was expecting a depandancy problem or something06:47
CarlFKwgrant:  publisher is broken - do I need to file a bug report or anything?07:02
wgrantCarlFK: No, it's a general operational issue which needs a sysadmin.07:03
wgrantI have poked.07:03
CarlFKthanks07:03
CarlFKfigured. jus making sure.07:03
=== LinuxJedi|away is now known as LinuxJedi
ixokaiI haven't been able to log into lp for weeks now (and despite lp sending me email, the 'reset password' bit doesn't send anything-- yes i checked spam); and two separate submissions to the "login" support form for this time have been as of yet totally silent. Anyone have an idea of somewhere/someone I can contact more directly?08:01
wgrantixokai: Could you open a support case at https://forms.canonical.com/lp-login-support/?08:02
ixokaiDone that, twice08:03
ixokaiOnce nearly three weeks ago, again a week+ish ago08:03
ixokaiOkay, slight exaggeration on number of weeks; gmail claims the first report was Oct 31, second Nov 408:11
ixokaiBut no response. So trying to find if there's a more direct/alternate method of contact.08:11
poolieixokai: asking here is probably the most direct way08:18
ixokaipoolie: Okay, thanks. I'll ping off during business hours and see if anyone's around to help then. :)08:20
pooliemthaddon is going to look at it now, i think08:21
glenhi, i was wondering, whether 0day ftp hackers have used launchpad to share ftp site passwords or not? i noticed weird ticket created with odd attachment08:43
spivglen: it's often best to spam and other misuse at https://answers.launchpad.net/launchpad/08:58
glenoka, thanks. filed https://answers.launchpad.net/launchpad/+question/13425109:05
=== Guest86531 is now known as jelmer
zygahi10:49
zygaI have a build recipe that works fine for lucid and maverick but fails to build packages for natty10:49
zygahttps://code.launchpad.net/~linaro-infrastructure/+recipe/linaro-python-json-daily-build/+build/708810:49
zygais this expected?10:49
wgrantzyga: Recipe builds aren't support on natty yet.11:01
zygawgrant, I see, thanks11:02
zygawgrant, so I should use regular dput source package to get it to build on natty?11:02
wgrantzyga: That's right.11:02
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
gnomefreakfor some reason i keep getting an OOPS when trying to add a source package to a bug report. here is the OOPS i just got Error ID: OOPS-1781EA20711:52
ubot5https://lp-oops.canonical.com/oops.py/?oopsid=1781EA20711:52
=== mrevell is now known as mrevell-lunch
=== Ursinha-afk is now known as Ursinha
=== mrevell-lunch is now known as mrevell
geserdoes somebody know if fetching attachments from private bugs over the LP API is expected to work?14:22
lifelessgeser: not currently, we're still fixing it14:24
lifelessgeser: as it happens I was talking to sysadmins just today about progress on that.14:24
geserlifeless: any guess when it's expected to get fixed? So I can add a comment to a bug about it14:26
lifelessgeser: out of my control, sorry.14:26
geserok, thanks anyway. At least I know that not the script it buggy.14:28
geserlifeless: do you know if there is a bug about it to which I could subscribe to watch the progress?14:30
=== Ursinha is now known as Ursinha-lunch
lifelessgeser: https://bugs.launchpad.net/launchpad-foundations/+bug/39596014:35
ubot5Launchpad bug 395960 in Launchpad Foundations "proxying user supplied libarian files via the launchpad appserver domain has security and performance issues (affected: 3, heat: 23)" [High,Fix committed]14:36
=== LinuxJedi is now known as LinuxJedi|away
=== matsubara is now known as matsubara-lunch
=== chrisccoulson_ is now known as chrisccoulson
=== Ursinha-lunch is now known as Ursinha
=== TheUni__ is now known as TheUni
=== TheUni is now known as Guest17020
=== zyga is now known as zyga-afk
=== Lcawte|Away is now known as Lcawte
=== LinuxJedi|away is now known as LinuxJedi
=== You're now known as ubuntulog
=== LinuxJedi is now known as LinuxJedi|away
=== You're now known as ubuntulog_
=== You're now known as ubuntulog
=== matsubara-lunch is now known as matsubara
=== yofel_ is now known as yofel
=== zyga-afk is now known as zyga
shadeslayerwhats the difference between a virtual builder and a virtual-64 builder?17:31
shadeslayerfor eg: meitnerium (virtual-64) and papaya (virtual)17:31
maxbshadeslayer: At a guess, I would say that you can virtualize a 32 bit CPU on a 64 bit host CPU, but you can't virtualize a 64 bit CPU on a 32 bit host.17:49
shadeslayerohk...17:50
maxbHence only some virtual builders can take on amd64 build roles17:50
shadeslayerseems logical17:50
=== LinuxJedi|away is now known as LinuxJedi
zygahmm, is package building very fragile (build recipes)18:46
zygaI had a PPA with three packages that built fine18:46
zygaI changed the recipies to build in a different PPA and requested a rebuild18:47
zygaand one of the packages failed to build for lucid (while building successfuly for maverick)18:47
zygait broke because of missing dependency of something that is in the very same ppa18:47
zygathe maverick build picked up the same package but raised loud warnings about untrusted packages18:48
zygais each virtual builder on some separate archive that needs to be synchronized somehow?18:49
maxbNo, it is not fragile. You should give links to the specific build logs you have questions about so people can answer more usefully18:54
zygamaxb, sure18:54
zygahttps://code.edge.launchpad.net/~linaro-infrastructure/+recipe/linaro-python-dashboard-bundle-daily-build18:55
zygaso this package has just failed to build twice for lucid18:55
zygaand worked for maverick18:55
zygaI could not figure out why the dependency did not work for one vs the other by reading build logs18:56
maxbThe dependency itself failed to build on lucid18:57
maxbTherefore it is not available18:57
zygahmm, that's odd AFAIR it exists on lucid18:57
zygamaxb, how did you determine that it failed to build on luicid18:58
maxbhttps://code.edge.launchpad.net/~linaro-infrastructure/+archive/launch-control-snapshots/+packages18:58
zygayou are correct, somehow the view I'm looking at on my other computer did not show that failure18:59
zygahmm19:00
zygaeven stranger19:00
zygahttps://code.edge.launchpad.net/~linaro-infrastructure/+recipe/linaro-python-json-daily-build19:00
zygaapparently it built fine 3 hours ago19:00
zygaso?19:00
zygain particular here: https://code.edge.launchpad.net/~linaro-infrastructure/+recipe/linaro-python-json-daily-build/+build/777619:01
maxbzyga: The build of branch->source package succeeded. The build of source package->binary package did not.19:02
zygaI don't understand19:02
zygawhat is branch->source vs source -> binary?19:03
maxbFirst there is a process which takes one of more bazaar branches and produces a Debian source package.19:03
zygaokay I understand19:03
maxbSecond, and entirely separately, there are one or more builds of that Debian source package.19:04
zygaso the status page is highly confusing19:04
maxbWhich status page?19:04
zygahttps://code.edge.launchpad.net/~linaro-infrastructure/+recipe/linaro-python-json-daily-build19:04
zygathis one19:04
zygait says "Successful build" ... "Lucid" ... "Launch Control Snapshots"19:04
maxbAh, yes. The term "build" is excessively overloaded19:05
zygaand (which is far worse) it does not make any note of the error19:05
maxbzyga: Can you click to retry the failed build?19:05
zygamaxb, yes19:05
zygamaxb, why the binary build failed then?19:05
maxbif so, try it. I am guessing that something went wrong with the builder, or it was withdrawn from service, during the build19:06
zygamaxb, I'm reading the log but it seems a failure to resolve dependency on one of the non-ppa packages19:06
maxbWhich log? I see no log available19:06
maxbhttps://code.edge.launchpad.net/~linaro-infrastructure/+archive/launch-control-snapshots/+build/2049318  <-- no log19:06
zygahmm19:07
zygayou are right, perhaps I was confused but I could sworn that I just read that log file19:07
zygatoo many computers/tabs19:07
zygaI'm retrying the build19:08
zygais it sensible to ask for a better status page that has separate status for the first and second "build" phase?19:08
maxbYes, I think it is very sensible. It is a critical flaw in the recipe page19:09
zygaokay, it worked19:12
zygadarn, I exceeded my daily quota :-)19:14
zygaoh well19:14
maxbdaily quota?19:14
zygatime to call it a day19:14
zygathat's what the page said when I requested a rebuild of the python-linaro-dashboard-bundle that failed due to missing dependency before19:15
maxbah, I didn't even know there was a recipe daily quota19:15
maxbhowever, rather than requesting a new build, are you able to retry the previous one?19:15
zygamaxb, I did that - it worked (as I said)19:16
zygamaxb, I requrested a new build of the package I originally discussed19:16
zygathe one that failed because of missing python-linaro-json19:16
maxbYes but there is a subtle difference between requesting a new build and retrying a previous request19:16
zygahmm, let's see19:17
maxbIn any case, wait until the binary of python-linaro-json has been published19:17
zygahttps://code.edge.launchpad.net/~linaro-infrastructure/+recipe/linaro-python-dashboard-bundle-daily-build/+build/779519:17
zygaI see19:17
zygathere is a separate publishing state?19:17
zygathere is no option to retry the build on that page19:17
maxbOh19:17
maxbMaybe you can't retry recipe builds, then19:18
zygamaxb, thanks for your help :-)19:20
maxbnp19:20
matsubaramaxb, hi there, I changed the bzr-pqm recipe to be owned by ~launchpad-committers, added a link to the dev.l.n/LaunchpadPpa and requested a new build for maverick. let me know if you need anything else related to that.19:21
maxbmatsubara: that sounds good, thanks.19:21
matsubaranp19:22
maxbYou might want to think about reassigning lp:~matsubara/bzr-pqm/debian too19:23
maxbEventually it'll need an update of some kind, I'm sure19:23
matsubaramaxb, done.19:25
dejurengents, I'm trying to recover lost PW in launchpad, and confirmation code is not comming.... pse help?19:26
maxbHmm. It's probably time for us to officially call the launchpad PPA deprecated on hardy19:26
vishhi, when i create a team with a mailing list, is there a way to add mail filters to the list?19:27
vishthere seems an option to moderate the list but that looks like a spam filter moderation.. cant seem to find an option to add filters..19:28
matsubaramaxb, maverick build failed. do you have an idea why by looking at the log: https://launchpadlibrarian.net/59205977/buildlog.txt.gz?19:35
maxbdpkg-source: error: can't build with source format '3.0 (quilt)': no orig.tar file found19:36
maxbAIUI, recipe builds require that the packaging be munged into 3.0 (native) format19:36
matsubaramaxb, I mean, do you know how to solve that?19:36
matsubaramaxb, hmm looks like this one: https://bugs.launchpad.net/launchpad-code/+bug/61476819:38
ubot5Launchpad bug 614768 in bzr-builder "Unable to build dpkg v3 (quilt) packages (affected: 14, heat: 80)" [High,Triaged]19:39
maxbIndeed. Fairly trivial to work around, though19:39
maxbI've pushed & re-requested19:44
matsubarathanks maco19:47
matsubaraops19:47
matsubaramaxb, ^19:47
=== jamalta_ is now known as jamalta
mounirQuestion: can we access Launchpad data (read only) to issue sql  queries directly from the database?20:00
=== matsubara is now known as matsubara-afk
thumpermounir: no20:22
thumpermounir: not even launchpad devs can do that20:22
mouniris there alternatives? Like having a snapshot database or backup database that we can access so we don't affect the live one?20:23
mounirthumper, can the staging stabase be accessed?20:25
thumpermounir: due to privacy reasons, straight sql access to the db is likely to never be offered20:25
mounirthumper, how do we generate reports, easily?20:27
thumpermounir: what type of reports are you thinking of?20:27
thumpermounir: although this is one of the reasons we have launchpadlib20:27
thumpermounir: have you looked at the API?20:27
mounirlike whihc blue prints are done,  how many still left, etc....20:27
mounirthumper, no I have not looked at the API.20:28
thumpermounir: launchpadlib is the way to access Launchpad data from scripts20:28
mounirThumper if we have a read only access we can direct BIRT to access the data and generate report/charts that sort of stuff20:28
thumpermounir: you won't get read only access20:29
thumpernot directly to the db20:29
mounirthumper, how given access to project owner for their project data, is that possible?20:29
thumpermounir: launchpadlib is the way20:29
mounirthumper, do you have a link to launchpadlib?20:30
mounirls20:30
thumperhttps://help.launchpad.net/API20:31
mounirthumper, thank you20:32
thumpernp20:33
maxbHmm, I think something might be broken20:45
maxbhttps://code.launchpad.net/~launchpad-committers/+recipe/bzr-pqm-launchpad-ppa/+build/7797 is in status Uploading, and has been for an hour20:45
maxboh, what? I have a rejected email, but LP still thinks the upload is in progress20:53
mwhudsonthumper: being able to push to lp:$project and having all the bits get hooked up right is very nice btw20:59
thumpermwhudson: cool20:59
wgrantlamont: Hi.21:52
lamontmorning wgrant21:53
wgrantlamont: Had ross been aborted, do you know?21:54
lamontdunno.21:54
lamontI did a killall make expect and a couple more selective kills, launchpad-buildd fired off it's cleanup purge, and went on about its business21:55
lamontdoes this mean that the 'abort this build' actually tries to do something now?21:55
wgrantlamont: The UI button? No.21:56
lamontthe last log entry for it was a Dispatching entry21:56
wgrant:(21:56
lamontfrom something like 13 hours earlier21:56
lamontwhich is actually sensible for gcc-snapshot21:57
=== Ursinha is now known as Ursinha-dinner
lifelessgeser: ping22:22
geserlifeless: pong22:22
lifelessplease try your script accessing private bug attachments now22:23
geserlifeless: trying; it's "grab-attachment" from ubuntu-dev-tools22:24
lifelessgeser: if you get an Unauthorized then its not logged into launchpad properly.22:25
geserlifeless: "grab-attachments 676076" crashes with "httplib2.ServerNotFoundError: Unable to find the server at lplibrarian.internal" (can pastebin the whole traceback if needed)22:26
lifelessgeser: please do22:27
lifelessah, I think I know whats up.22:27
lifelesswe have a code path that will need to be tweaked to actually enable this.22:28
geserlifeless: http://paste.ubuntu.com/533251/22:28

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