wxl | https://launchpad.net/~lubuntu-packaging somehow tracks all the packages in lubuntu. how do i add to the list of packages it tracks? i'm not sure how it works to begin with | 00:04 |
---|---|---|
wgrant | wxl: Tracks in which sense? | 00:07 |
wxl | wgrant: we get automatically subscribed to all the bugs | 00:07 |
cjwatson | I think it just has a load of structural subscriptions. | 00:08 |
wgrant | That's what it looks like. | 00:08 |
wxl | is that something i can modify? | 00:08 |
wxl | well, in a bulk sense | 00:08 |
cjwatson | https://bugs.launchpad.net/ubuntu/+source/<package name>, hit "Subscribe to bug mail" | 00:08 |
wxl | or do i just need to go to each package? | 00:08 |
wgrant | wxl: Navigate to the package page (eg. https://launchpad.net/ubuntu/+source/dpkg) and click "Subscribe to bug mail" | 00:08 |
cjwatson | assuming you admin that team | 00:08 |
cjwatson | ... which you do | 00:09 |
wxl | i am an admin | 00:09 |
cjwatson | you can do it in bulk using the API | 00:09 |
wgrant | It would also be possible to do that through launchpadlib for a given set of packages. | 00:09 |
cjwatson | distribution_source_package has an addBugSubscription method | 00:09 |
wxl | oooh excellent | 00:09 |
wxl | thanks folks! give yourselves a pat on the back for being so wonderful :) | 00:09 |
cjwatson | yay, git.launchpad.net backend now self-hosted | 00:10 |
wgrant | Now we're in trouble if it breaks :) | 00:11 |
cjwatson | we can still roll back without it :) | 00:11 |
wgrant | Assuming Swift survives.... | 00:11 |
cjwatson | well yeah | 00:12 |
clivejo | is there any way a PPA can have its size increased? | 00:27 |
wgrant | clivejo: Sure, tell me the PPA's URL and why you need more space. | 00:29 |
clivejo | https://launchpad.net/~clivejo/+archive/ubuntu/calligra/ | 00:30 |
clivejo | Its a big package | 00:30 |
clivejo | I'm trying to package new version 2.9.10 | 00:31 |
clivejo | but have no room | 00:31 |
wgrant | clivejo: Fixed. | 00:31 |
clivejo | wgrant: can you see the package I just uploaded? | 00:32 |
clivejo | is there any way to recover it? | 00:32 |
wxl | are there any PUT examples for launchpadlib anywhere? | 00:33 |
cjwatson | wxl: https://help.launchpad.net/API/launchpadlib#Hosted_files | 00:34 |
cjwatson | (the .write there turns into a PUT behind the scenes - see lazr.restfulclient.resource:HostedFileBuffer | 00:35 |
cjwatson | ) | 00:35 |
wgrant | wxl: What're you trying to do? | 00:35 |
wgrant | clivejo: It's not possible to recover a rejected package. You need to upload it again. | 00:36 |
clivejo | wgrant: or even just the source code calligra_2.9.10.orig.tar.xz | 00:36 |
wxl | wgrant: just trying to do that bug subsscription thing | 00:36 |
cjwatson | wxl: You don't need PUT for that | 00:36 |
wgrant | wxl: You don't need a PUT to do that. Have a read through https://help.launchpad.net/API/launchpadlib | 00:36 |
wxl | isn't addBugSubscription a PUT? | 00:36 |
cjwatson | you may be confusing PUT and POST | 00:36 |
wgrant | No, it's a POST. | 00:36 |
clivejo | wgrant: my internet is too slow and very near my quota | 00:37 |
wgrant | You want something like lp.distributions['ubuntu'].getSourcePackage(name='dpkg').addBugSubscription(subscriber=lp.people['some-team']) | 00:37 |
wxl | oh derp | 00:37 |
wgrant | clivejo: We no longer possess that file. | 00:37 |
clivejo | ok fair enough, Ill leave it be | 00:37 |
wxl | ah great | 00:37 |
clivejo | thanks for bumping my PPA quote | 00:37 |
clivejo | good night | 00:38 |
psusi | https://wiki.ubuntu.com/UbuntuEmail says to just set my email address in launchpad and it will set up the forward for my id@ubuntu.com, and NOT to set my launchpad email contact to my @ubuntu.com address... but according to https://launchpad.net/~psusi/+editemails, my primary email *is* psusi@ubuntu.com, and this has been forwarding to my secondary email for years | 01:08 |
psusi | ( which I now need to change as my ISP are a bunch of morons ) | 01:08 |
xnox | psusi, what's your primary email at login.ubuntu.com? | 01:19 |
mgz | logout | 01:31 |
psusi | xnox, psusi@ubuntu.com | 01:44 |
psusi | that's the email I use for everything and it just forwards to my old email address @cfl.rr.com, but the idiots have shut down my account and can't recreate it for at least 3 days, so I'm trying to switch the forwarding to my gmail account since they don't keep screwing up and losing my email | 01:46 |
psusi | xnox, and all of the mail I have received over the years from from launchpad have been addressed to @ubuntu.com but forwarded to cfl.rr.com | 01:48 |
psusi | yet according to that wiki page, this isn't possible? | 01:49 |
psusi | in other words, the very thing that the wiki and bug #5292 say is broken has been working fine for me for years | 01:51 |
ubot5 | bug 5292 in Launchpad itself "People setting preferred contact address to @ubuntu.com" [Low,Triaged] https://launchpad.net/bugs/5292 | 01:51 |
psusi | I'm guessing that what happens is that after 24-48 hours your primary email is synched to the .forward, then after that, you can change the primary to @ubuntu.com and then subsequent syncs ignore it and keep forwarding to the previous address | 02:05 |
pmjdebruijn | https://launchpadlibrarian.net/229675896/buildlog_ubuntu-trusty-amd64.samba_2%3A4.1.20%2Bdfsg-1ubuntu1unnet1~trusty_BUILDING.txt.gz | 08:53 |
pmjdebruijn | anybody here a clue why that build is failing? | 08:53 |
pmjdebruijn | sbuild-build-depends-samba-dummy : Depends: libcups2-dev but it is not going to be installed | 08:53 |
pmjdebruijn | that makes very little sense to me | 08:53 |
thopiekar | pmjdebruijn: For me it looks like your sources.list is not set up well. libcups2-dev should be hosted at the "main" component of your target Ubuntu release. | 09:19 |
thopiekar | So double check that "main" is in your /etc/apt/sources.list. I'm sorry that I can't give better sbuild instructions as I use pbuilder for local builds... | 09:21 |
pmjdebruijn | this is on the ppa build farm | 09:21 |
pmjdebruijn | not on my local machine | 09:21 |
pmjdebruijn | so I have no control over the sources.list | 09:21 |
pmjdebruijn | which is exactly why that messages puzzles me | 09:22 |
thopiekar | Ah, ok, well then check your PPA details. There is a selection, where you can set the components you want to use to build your packages. Even when "main" is enabled try to disable and enable it.. (Maybe it's a bug?) | 09:23 |
wgrant | pmjdebruijn: "but it is not going to be installed" from apt means that the package's dependencies aren't satisfiable for some reason. You should set up a clean trusty environment locally, add your PPA, and try to install the package's build dependencies, then drill down until you find the root dependency issue. | 09:35 |
wgrant | apt isn't good at identifying the root cause itself. | 09:35 |
pmjdebruijn | wgrant: I think i figured it out | 09:46 |
pmjdebruijn | new samba depends on heimdal-dev, but cups2-dev depends on krb5-dev in older ubuntu's, thus greating a conflict | 09:47 |
pmjdebruijn | I diffured the old samba control file and the new one, and there was a note about this in there :) | 09:47 |
pmjdebruijn | helpful package maintainer is very helpful :) | 09:47 |
pmjdebruijn | wgrant: thanks btw :) | 10:28 |
=== verterok is now known as verterok-away | ||
tsimonq2 | I have been playing with this for a bit and I have gotten frustrated. I would like to use the api to get a queuebot-like function. Is there a way in the API that I can see the latest status change for all the packages without having to look package-by-package? | 13:04 |
su_v | cjwatson: did the spam filter/script break again? https://answers.launchpad.net/inkscape is getting flooded again | 14:39 |
CarlFK | https://launchpadlibrarian.net/229675939/buildlog_ubuntu-wily-amd64.sane-backends_1.0.24-4ubuntu2_BUILDING.txt.gz | 15:59 |
CarlFK | sbuild-build-depends-sane-backends-dummy : Depends: libgphoto2-2-dev but it is not installable | 15:59 |
CarlFK | I did apt-get source on vivd, applied a patch, set the target as wily - and I guess libgphoto2-2-dev doesn't exist ? | 16:00 |
dobey | no, and there is a newer version of sane-backends in wily already anyway | 16:17 |
CarlFK | ah, right. thanks. derp. | 17:08 |
CarlFK | how do I create a package for wily on my vivid box? | 17:09 |
m_hampl | The spammer seem to have select a new target. There is again a huge attack, about 100 message about support phone number in the inkscape area | 17:11 |
su_v | 164 messages from today and still on-going (not a new target btw). | 17:15 |
Mc- | m_hampl: my .procmailrc : http://paste.fulltxt.net/7Z6HW4 | 17:19 |
maxb | CarlFK: Source package or binary package? | 17:36 |
CarlFK | maxb: the goal is to have it in my PPA, which is source only, right ? | 17:36 |
maxb | You upload the source, it builds the binary, right | 17:37 |
maxb | In which case there is nothing special you have to do to prepare a source package on a different release | 17:37 |
dobey | CarlFK: use pull-lp-source from ubuntu-dev-tools to get the source, instead of apt-get source | 17:53 |
CarlFK | dobey: neat. thanks | 17:54 |
dobey | maxb: well, debuild errors out by default if you haven't got the build-deps installed, so it won't let you create the .changes to upload the source. you need to install the build-deps, or pass the argument to ignore build deps | 17:54 |
CarlFK | yeah, little fuzzy on what I have to do, special or not. | 17:54 |
dobey | not sure why you want to build it for wily if you have vivid, though :) | 17:55 |
CarlFK | the short answer is: I need to be ready for wily | 17:57 |
CarlFK | for LCA (conference Feb1) I'll build up about 20 boxes. likely wily. I'll have a day or two between getting the hardware and needing them to be read to use. | 17:58 |
CarlFK | so no time to be doing journey of R&D | 17:59 |
Mc- | 230 spams so far today | 18:11 |
* su_v counts 274 for today, and still incoming | 18:36 | |
Mc- | yeah, +43 since i counted ^^ | 18:37 |
dobey | i don't think cjwatson and wgrant need you to keep announcing incoming spams on inkscape answers in this channel, really | 18:45 |
wxl | trying to use launchpad lib to add a bunch of packages to my team subscription and i'm getting a 400: | 22:19 |
wxl | http://pastebin.com/8anv68th | 22:19 |
wgrant | wxl: lximage-qt isn't an Ubuntu package, source or binary. | 22:22 |
wxl | oh what | 22:22 |
dobey | wxl: you probably need to strip the whitespace when you filearray.append(line). it looks like the string includes the newline character, and you're sending that to launchpad | 22:22 |
wgrant | Oh, it is in xenial. | 22:22 |
wgrant | The problem, then, is what dobey said. | 22:22 |
wxl | yeah in xenial | 22:22 |
wxl | ok great | 22:22 |
wxl | thanks guy | 22:22 |
wxl | s | 22:22 |
dobey | "lximage-qt\n" doesn't exist :) | 22:23 |
wxl | dobey: so you think filearray.append(s.strip(line)) would be reasonable? | 22:27 |
wxl | er oops | 22:27 |
wxl | line.strip() i mean | 22:27 |
wxl | yep that did it, nevermind :) | 22:28 |
=== verterok-away is now known as verterok |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!