pmjdebruijn | ls | 06:34 |
---|---|---|
Ribesg | Wut | 11:35 |
dobey | "The reference within the target repository that the source will be merged into." <- huh? is this supposed to be "master" ? or what? | 19:17 |
cjwatson | Yes, we need a proper combined picker to make that less unclear | 19:19 |
cjwatson | On the to-do list | 19:19 |
cjwatson | Probably also slightly less nerdview; I should probably have written "The branch name ..." at least | 19:19 |
dobey | yeah, if it said branch, it would have been clearer for non-git people like me | 19:21 |
cjwatson | There is a slight technical difference but it's mostly irrelevant | 19:23 |
cjwatson | And even given that technical difference branch is probably more accurate ... | 19:23 |
nacc | cjwatson: in theory, does the merge tool handle any ref? | 19:23 |
cjwatson | Yeah, but it's unlikely to be meaningful to target a reference that isn't a branch | 19:24 |
nacc | cjwatson: ack, was just curious | 19:24 |
cjwatson | (Well, it needs to be at least a reference that resolves to a commit ...) | 19:24 |
nacc | cjwatson: yeah, from an actual MR process perspective, branches (or tags, i guess, although riskier) are the best well-defined references, it seems like | 19:24 |
nacc | riskier in the sense they are more likely to move potentially | 19:25 |
cjwatson | Targeting tags is probably fairly silly. LP itself doesn't actually land the merge anyway, and good luck convincing a human maintainer to merge something onto a tag | 19:25 |
nacc | yeah :) | 19:25 |
dobey | well, i presume when the drop-down gets implemented, it will probably be a list of branches | 19:26 |
cjwatson | Indeed | 19:26 |
hggdh | does http://feeds.launchpad.net/ubuntu/latest-bugs.atom now require a login to get the feed? | 22:34 |
hggdh | or did the URL change? | 22:34 |
hggdh | hum. Works for fuel | 22:35 |
cjwatson | hggdh: I think that's a bug. My guess is that there's something private in that collection that the feed is failing to filter out. | 22:35 |
hggdh | cjwatson: ah. Even if I try to login (thru the login/register button at the right) it fails because it gets to http://feeds.launchpad.net/ubuntu/latest-bugs.atom/+login | 22:37 |
cjwatson | A little difficult to tell what since I don't actually have a way to log into that feed and feeds.launchpad.net doesn't have my usual debugging tools ... | 22:37 |
hggdh | and this is a 404 | 22:37 |
cjwatson | Indeed | 22:37 |
cjwatson | Hm, the feed *tries* to filter out private bugs. | 22:37 |
hggdh | it did succeed previously. #-bugs-announce has been feeding off it for some years now | 22:38 |
cjwatson | Yeah, it will probably work again once data cycles a bit | 22:39 |
hggdh | good enough. Last successful feed was at 15:28 UTC, so I am guessing the cycle is a bit larger than 7 hours :-) | 22:40 |
cjwatson | My guess is that one of the bugs in the topmost batch is either assigned to a private team or has a task on a private project | 22:40 |
hggdh | mwanwhile I will stop looking at the feeder code, and just restart the beast | 22:40 |
cjwatson | Ah yes, here we go | 22:45 |
cjwatson | There are several bugs in the first batch that are assigned to a private team | 22:45 |
cjwatson | hggdh: Could you please file a bug about this? It shouldn't be desperately hard to fix | 22:45 |
hggdh | cjwatson: against which package/component? | 22:48 |
cjwatson | hggdh: Launchpad itself | 22:49 |
hggdh | ack, on it | 22:49 |
cjwatson | lib/lp/bugs/feed/templates/bug.pt should probably have a bugtask/assignee/required:launchpad.LimitedView condition in there and just redact the assignee if that condition is false. | 22:53 |
hggdh | cjwatson: https://bugs.launchpad.net/launchpad/+bug/1592186 | 22:54 |
ubot5 | Launchpad bug 1592186 in Launchpad itself "feeds.launchpad.net/ubuntu/latest-bugs.atom choked" [Undecided,New] | 22:54 |
cjwatson | Ta. | 22:54 |
hggdh | heh, forgot about the bot | 22:54 |
mr-k | hi everyone, | 23:19 |
mr-k | i want to package my app into a debian package ppa | 23:20 |
mr-k | can anyone help me? | 23:20 |
mr-k | i honestly don't have a clue what do I have to do | 23:20 |
nacc | mr-k: https://wiki.debian.org/Packaging | 23:23 |
mr-k | yes, but.. it's a bit different | 23:23 |
mr-k | the app is packaged with electron | 23:23 |
mr-k | (a service like node-webkit to build hybrid html5 apps) | 23:23 |
nacc | mr-k: afaict, electron itself is not package in ubuntu | 23:25 |
mr-k | how webupd8 got it working with popcorn-time? | 23:25 |
mr-k | popcorn-time it's a node-webkit app | 23:25 |
mr-k | mine is electron. almost the same. | 23:26 |
nacc | mr-k: link? i don't see webupd8 in the archives | 23:26 |
mr-k | webudp8 mantains a lot of ppa's | 23:26 |
mr-k | http://www.webupd8.org/ | 23:26 |
mr-k | besides, I think slack also does it | 23:27 |
mr-k | because it's the only way to provide auto updates to our app's | 23:27 |
mr-k | and slack it's done with electron | 23:27 |
mr-k | so, there's gotta be a way | 23:27 |
mr-k | (pd: thanks for replying so fast) | 23:28 |
nacc | mr-k: i don't need a link to their page | 23:28 |
nacc | i need a link to their packages | 23:28 |
nacc | https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8 ? | 23:28 |
mr-k | oh, the popcorn-time package was removed for copyright matters | 23:29 |
mr-k | but.. here: https://github.com/raelgc/scudcloud | 23:29 |
mr-k | nevermind, webupd8 was just an example that it can be done. they don't mantain the popcon ppa anymore | 23:29 |
mr-k | but look at the github link I just share | 23:30 |
mr-k | sudo apt-add-repository -y ppa:rael-gc/scudcloud | 23:30 |
mr-k | that's the ppa | 23:30 |
nacc | ok, reading their files | 23:30 |
nacc | they are usin dh_python3 to build, afaict | 23:31 |
mr-k | i see | 23:33 |
nacc | mr-k: meaning the builder just invokes `setup.py install` to know what files to install | 23:33 |
nacc | https://launchpadlibrarian.net/261749492/buildlog_ubuntu-trusty-i386.scudcloud_1.24-2_BUILDING.txt.gz | 23:34 |
mr-k | can you tell me how the ppa works, more or less? | 23:34 |
nacc | is what i'm reading | 23:34 |
mr-k | hmm, electron does have a builder & packager as a npm module | 23:35 |
mr-k | that was very helpful, nacc. thank you (: | 23:35 |
nacc | mr-k: i don't see any mention of electron in the PPA's build logs | 23:35 |
nacc | mr-k: i would suggest maybe contacting the ppa owner for details on what they are doing, though (or just read their debian/* files) | 23:35 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!