[03:18] What would cause dput not to upload the orig.tar.gz? [03:20] rmk: dput uploads whatever's listed in the .changes that you give it. debuild tries to guess when it should include the .orig.tar.gz in the .changes, but sometimes you need to force it with -sa [03:20] So `debuild -S -sa` rather than `debuild -S` [03:20] ah ok thank you [03:21] that did the trick, appreciate it [03:30] Sorry to ask, but is there a reason https://launchpadlibrarian.net/178413454/buildlog_ubuntu-trusty-i386.cherokee_1.2.104-1~14.04_FAILEDTOBUILD.txt.gz would fail on LP but pass every time in pbuilder? (Just go to the bottom.) [03:31] DalekSec: your test are hitting the network. they can't do that [03:32] at least, that'd be my guess [03:34] Hrm, I'd think it'd be running that one like all the rest. [03:35] Well thanks. === Camisa is now known as Chicago === dpm-afk is now known as dpm [07:20] Hi wgrant! [07:20] Have you had a chance to run my request past someone from the SSO support people yet? === chandan_kumar is now known as chkumar246 === chkumar246 is now known as chandan_kumar === eagles0513875 is now known as greenrice === greenrice is now known as eagles0513875 [16:07] hello All [16:08] does anybody know of a way to search for partial tag matches in Launchpad? [16:51] beuno, have any ideas re: FrankCiz's question? [16:51] beuno, think back... waaay back :) [17:20] mattgriffin, well, using python and bzrlib [17:21] I don't think using the cli [17:21] beuno, ok. thanks! [17:21] FrankCiz, ^ [17:21] mattgriffin, but I'm rusty :) [17:21] hehe [17:21] ok... thanks [17:21] I'll lookup bzrlib [17:27] i don't think you can search for partial match on tags [17:27] at least, not partial match on only tags [17:28] FrankCiz, alternatively, there's the bzr-search plugin [17:28] which indexed all sorts of things [17:28] I'm not sure if it's been kept up to date [17:29] FrankCiz: are you asking about bug tags, or branch tags? [17:29] bug tags [17:29] something like i123456 [17:29] i don't think any of the bzrlib stuff will help [17:30] and the api doc for launchpad doesn't indicate that there is a way to do a partial match search on bug tags [17:31] ie, it doesn't say you can do "*foo" to search for all tags that have names ending in "foo" for example [17:33] dobey: maybe if I can get a full download of bugs+tags and filter afterwards [18:28] FrankCiz, aye [18:28] dobey, thanks! [18:28] dobey, beuno: where's joshuahoover? he's a whiz at this stuff ;) [18:29] mattgriffin, went to Zappos, got run over by a bus while biking [18:29] that would be the summary [18:29] he's alive, although his tweets don't make it sound like something to do often [18:32] beuno, i heard. eek === BradCrittenden is now known as bac [18:39] :-/ === dpm is now known as dpm-afk [20:04] Hello, I'm trying to translate a project on Launchpad, but I'm receiving timeout messages every one minute.. It's kind of impossible to work on it this way. o.O [20:04] Timeout error [20:04] Sorry, something just went wrong in Launchpad. [20:04] We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience. [20:04] Trying again in a couple of minutes might work. [20:04] (Error ID: OOPS-509dd9545459ea8f891b0e326b07bc3d) [20:04] https://oops.canonical.com/?oopsid=OOPS-509dd9545459ea8f891b0e326b07bc3d [20:28] Hi, all. I pushed an update to my PPA (first time pushing to it) about an hour ago, but I don't see the package showing up nor do I see an emails about it being rejected. [20:28] How do I check the status on what I've uploaded? [20:32] I see them in ftp.upload.debian.org. How long does it take for them to get moved? [20:32] huh what [20:33] This is my first time pushes packages into my PPA. [20:33] I can see them here: ftp://ftp.upload.debian.org/pub/UploadQueue/ [20:33] sounds like you uploaded to the wrong place [20:33] what command did you run [20:33] How long does it take till they're in my PPA and available for people to use? [20:33] the exact dput invocation [20:33] $ dput qpid-proton_0.7-1.1_i386.changes [20:33] yeah that's wrong [20:33] What should I be doing? [20:34] you need to run : dput ppa:USERNAME/PPA_TARGET qpid-proton_0.7-1.1_i386.changes [20:35] shadeslayer: What's supposed to be in the .dput.cf file? I have my PPA there ([qpid]) but when I push it says "No host ppa:mcpierce/qpid found in config" [20:35] mcpierce: https://help.launchpad.net/Packaging/PPA/Uploading [20:35] shadeslayer: I followed that. [20:35] Can you look at my .dput.cf and tell me if I did something wrong? [20:35] are you on Debian? [20:36] shadeslayer: That system is a Debian box, yes. [20:36] roger, can you check your /etc/dput.cf [20:37] My ~/.dput.cf is: http://pastebin.com/VJcB7D9M [20:37] mhm [20:37] mcpierce: try dput qpid qpid-proton_0.7-1.1_i386.changes [20:38] shadeslayer: That's what I did about an hour ago, and it uploaded files to the ftp.upload.debian.org machine. I see them, but they've not moved. [20:38] mcpierce: Launchpad doesn't fetch files from ftp.upload.debian.org [20:38] and mind the target there [20:38] it's dput qpid foo.changes [20:39] I don't follow that last part. [20:40] you have to specify where you want to upload, by default dput on debian will upload to ftp.upload.debian.org, that's not where launchpad gets stuff from [20:40] you have to upload to launchpad [20:40] which is usually dput ppa:username/ppa_target foo.changes [20:41] or since you added the ppa to your ~/.dput.cf , you can do dput qpid foo.changes [20:41] O_o (1) [J:0/609] mcpierce@mcp-debian:qpid-proton $ dput ppa:mcpierce/qpid qpid-proton_0.7-1.1_i386.changes [20:41] No host ppa:mcpierce/qpid found in config [20:42] right [20:42] debian doesn't have the config to upload to the ppa: alias, by default [20:42] I'm sorry to sound like such a n00b, but I've followed the directions on the Launchpad site and that's how I got here. [20:42] mcpierce: http://paste.kde.org/pa36ak3v2 [20:42] you want that in your ~/.dput.cf [20:42] and then the ppa alias should work [20:42] also, launchpad does not support building packages for debian in PPAs [20:43] true, though I assumed he wanted to build it for Ubuntu [20:43] It's fine to build them for Ubuntu. Ionly used Debian for this system to do work. [20:44] also, you can't upload binary packages to a PPA [20:44] you can only upload source packages [20:44] Ultimately I want this package to go into Debian, but for now I need to make it available to OpenStack. [20:44] so you can't dput the _i386.changes to launchpad anyway [20:44] dobey: Okay, which file should I be uploading then? I'm only specifying the changes file since that's what everything I've read has said to do. [20:44] you upload the _source.changes [20:45] and the distroseries in debian/changelog (and the changes/dsc) must be a supported ubuntu series [20:45] I see no such file. [20:46] did you not build a source package? [20:46] debuild -S [20:46] http://pastebin.com/x1ggVXYr [20:46] dobey: kk - I'm rerunning thing snow. [20:46] things now [20:46] dobey: Bingo, now I see that file. [20:48] "No host ppa:mcpierce/qpid found in config" [20:54] No ideas? [20:57] other than the missing ppa alias, no [20:57] dobey: I changed dput.cf to be: [20:57] http://pastebin.com/k9mSh4Cj [20:59] dobey: What should be there? I don't see a typo or anything. [20:59] i don't know [21:00] i don't know the technical details of how dput ppa:foo/bar works [21:00] i just know it does work on ubuntu [21:01] :-/ [21:03] dobey: Should fqdn be ppa.launchpad.net? [21:03] yes [21:04] don't know if that will fix it though [21:04] dobey: I changed it to that, and changed incoming to be ~mcpierce/qpid/ubuntu/ and it seems to have worked. [21:05] or, it seems to have uploaded. [21:05] incoming should have the "%(ppa)s" there [21:05] as in ~%(ppa)s/ubuntu [21:06] dobey: Hrm, seems that's a macro for what I had put in. I replaced it and dput said the files were already uploaded. [21:06] mcpierce: it gets replaced yes [21:06] mcpierce: because if you need to upload to another ppa, it needs to go to that ppa's location, not the one you're currently trying to upload [21:07] dobey: Oh, it saw a .upload file. When I deleted that it again failed with http://pastebin.com/yWACcbW7 [21:08] you broke it [21:08] incoming = ~%(ppa)s/ubuntu [21:08] is what it should be [21:09] That's what I have, isn't it? [21:09] i don't know. that pastebin is the error, not your config file. [21:09] but like i said, i don't know the internals of dput [21:09] maybe something else is missing on debian [21:09] this all just works on ubuntu [21:09] :-/ [21:10] anyway, i have to go now. later [21:10] dobey: Yeah, I heard things "just work" a lot. ;) [21:10] * mcpierce is a Fedora developer [21:10] dobey: I've been tasked by my lead to package our projects for Debian and this is my first attempt to get the code out for them. [21:10] dobey: I'm pretty frustrated: this whole process is completely different from how we package on Fedora. [21:11] At least the rejection emails are coming faster now! :D [21:16] This is really frustrating me. Is there anyplace I can go to ask for some help? [21:18] dobey: In my changelog what should be the after the version? I have "qpid" but the emails I'm getting say "Unable to find distroseries: qpid" === Guest8558 is now known as wallyworld [21:34] mcpierce: the release you're targetting [21:34] mcpierce: like trusty [21:36] mcpierce: can you upload your files somewhere from where I can download them === maxb_ is now known as maxb === Guest28217 is now known as wallyworld