/srv/irclogs.ubuntu.com/2014/04/16/#launchpad.txt

facundobatistaHi all! I'm failing to be able to do a "bzr pull" on launchpad projects, I got a "ssh_exchange_identification: Connection closed by remote host"02:10
facundobatistais launchpad all ok?02:11
josefacundobatista: I'm checking with the sysadmins at the moment, they're internally checking02:11
facundobatistajose, thanks02:11
dobeyfacundobatista: you can try ssh -vv bazaar.launchpad.net btw02:25
dobeybzr info and such seem to work ok here for me anyway02:25
joseit started working again02:25
facundobatistayes, now it works02:26
facundobatistadobey, jose, gracias!02:26
dpmhi wgrant, a LP question for you if you're around. Is there a way to set up a project, so that when a new MP is submitted the maintainer team is automatically added as a reviewer? I've noticed when I submit a MP myself, that happens, but not when external contributors submit MPs07:45
wgrantdpm: It depends on how you've configured the reviewer of the target branch.07:46
wgrantYou'll see a "Set branch reviewer" link on the right07:47
* dpm looks07:47
dpmwgrant, I'm looking at calendar trunk (which is always our target), and the reviewer there is already set to ubuntu-calendar-dev, which is the maintainer team. However, it seems only on the MPs I submitted ubuntu-calendar-dev was explicitly added to the list of reviewers. For all the other MPs I had to set it manually - the context here is that we use a launchpadlib script to track core app reviews, and it will only list them via the getRequestedReviews()07:50
dpmif the team is in the reviewers list07:50
dpmAnother example is https://code.launchpad.net/reminders-app/+activereviews - the first MP has reminders-app-dev in the reviewers list, whereas the second doesn't07:58
lanoxxhello, I would like to request a maintainer change for the package tilda08:05
czajkowskilanoxx: if you file a question they can help you08:06
czajkowskilanoxx: https://answers.launchpad.net/launchpad/+addquestion08:07
lanoxxczajkowski, https://answers.launchpad.net/launchpad/+question/24707308:08
wgrantdpm: Oh. Once a member of the team reviews it, the team review request will be replaced with a vote from that person. Because there's no need for a review from that team.08:13
dpmwgrant, oh bummer, so effectively that means we cannot track "Needs review" branches in our script? As the initial review request for the team will disappear as soon as a team member sends a vote?08:15
wgrantdpm: Why not use branch.getMergeProposals?08:15
wgrantgetRequestedReviews is a method to get the requested reviews.08:16
dpmwgrant, ah, nice one. I was using team.getMergeProposals and that obviously didn't return anything. I'll try branch.getMergeProposals08:16
dpmwgrant, do you know where I can find any snippets to get hold of a branch using launchpadlib?08:19
wgrantdpm: lp.branches.getByUrl(url='lp:blahblahblah')08:20
dpmcool, thanks!08:21
StevenKOh god, it exists08:23
StevenKbzr: ERROR: Parent not accessible given base "bzr+ssh://bazaar.launchpad.net/+branch/blahblahblah/" and relative path "../../../~gbancroft-canonical/blahblahblah/design-blog-theme/"08:23
czajkowski:o08:24
StevenKI think a project was renamed and then deactivated rather than just deactivated08:26
wgrantStevenK: Not deactivated, just with a weird stacked_on_location08:29
StevenKHah08:30
=== JanC_ is now known as JanC
dajhornI have a PPA that is sporadically failing with a "State: Chroot problem" error because util-linux is failing to install.  Is this the right place to report it?15:12
cjwatsonMaybe.  Which PPA?15:13
dajhorncjwatson, Here is an example:  https://launchpad.net/~zfs-native/+archive/staging/+build/5914177/+files/buildlog_ubuntu-trusty-amd64.spl-linux_0.6.2-2.1~trusty~10.gbpedccf5_CHROOTWAIT.txt.gz15:13
cjwatsonblink15:14
dajhorncjwatson, the glitch began yesterday.  I think that the pertinent line is:  udev depends on util-linux (>= 2.16); however: Package util-linux is not configured yet.15:15
cjwatsoninfinity: ^- Could you please have a look?  From the timing it seems like it must be something to do with your util-linux upload, but I can't see what15:15
infinitycjwatson: That looks a lot like an apt bug, but not sure how.15:27
infinityThe simple workaround is probably just to refresh the chroots.15:28
infinityBut...15:28
dajhorninfinity, feel free to kick over anything in those PPAs (if you can do that as an admin).   I will be /away for an hour or two.  (Thanks.)15:31
cjwatsondajhorn: thanks very much for mentioning this, I think we'll need to get an urgent fix into trusty - it affects upgrades of minimal saucy chroots to trusty15:36
=== maclin__ is now known as maclin
=== dpm is now known as dpm-afk
=== compholio is now known as ehoover
zygahi, what is the frequency of publisher runs that copies bult binaries into a PPA archive18:19
zygahttps://code.launchpad.net/~checkbox-dev/+archive/ppa/+packages18:19
zygathis archive has some packages that built over an hour ago but are still not published18:19
wgrantIt's probably fallout from the firewall issues earlier.18:19
wgrantLet me see.18:19
zygathanks18:20
=== dpm-afk is now known as dpm
zygawgrant: any luck?18:34
wgrantzyga: It's publishing now, but there's a bit of a backlog.18:34
zygawgrant: ok, thanks for your help :-)18:35
wgrantnp18:35
=== dpm is now known as dpm-afk
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== Ursinha is now known as Ursinha-afk
AtnNnHello. What could cause this error in a launchpad build? unmet dependencies: npm : Depends: node-gyp (>= 0.10.9) but it is not going to be installed21:05
AtnNnI can install node-gyp 0.10.10 on trusty just fine locally21:05
dobeythe dependency not being installable21:06
dobeymaybe it conflicts with something else that's also trying to be installed?21:07
AtnNndobey: all the dependencies install correctly on my trusty schroot. and the same package builds fine for saucy on launchpad. Is there a way I can reproduce the launchpad build environment locally?21:09
dobeyuse sbuild, but it won't be exactly the same; but it's the closest you can get21:11
=== Ursinha-afk is now known as Ursinha
AtnNnthat's what I used.21:15
dobeywhat's the url to the build log?21:19
AtnNnhttps://launchpadlibrarian.net/172971888/buildlog_ubuntu-trusty-amd64.rethinkdb_1.12.2-0ubuntu1~trusty_FAILEDTOBUILD.txt.gz21:19
dobeyif i run that apt-get command on trusty here, it fails with the same error21:22
dobeylibv8-dev and node-gyp conflict21:24
dobeynot sure why, but that's what is causing the issue21:25
AtnNndobey: thanks for trying. I can now get the error too. I had not run that exact apt-get command because debuild did not report any missing dependencies21:27
=== Barnabas_ is now known as BarnabasDK

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