/srv/irclogs.ubuntu.com/2022/06/09/#ubuntu-devel.txt

ernstpDo I have to be an official Ubuntu dev to follow the SRU process or can anyone do it? I got that impression from https://wiki.ubuntu.com/StableReleaseUpdates ...07:33
seb128ernstp, anyone can do, you will just need a dev to sponsor the actual package upload for you07:41
ernstp(jammy caught some bad luck with openconnect/network-manager-openconnect release timing...)07:42
Guest2hello, i have a question about a build failure i'm getting.16:05
Guest2i'm getting this error The following packages have unmet dependencies:16:06
Guest2 sbuild-build-depends-main-dummy : Depends: python3-pyppeteer but it is not installable16:06
Guest2it seems like pyppeteer is not available16:06
Guest2hello16:10
Guest2i'm not sure if my question went through16:10
schopinGuest2: it did. Are you trying to build a package from the archive?16:11
Guest2thank you.  i'm trying to build a package from my ppa16:12
schopinWell, looks like your Python package depends on a package from pip that hasn't been package in Debian nor Ubuntu yet. You'll need to ship that package in your PPA as well.16:13
Guest2ahh... ok that makes sense.  not completely sure how to do that yet.16:14
=== sem2peie- is now known as sem2peie
ahasenacksince chown -R is frowned upon in maintainer scripts (https://lintian.debian.org/tags/recursive-privilege-change), I'm unsure how one should go about changing ownership of an unknown amount of files in postinst17:46
ahasenacki.e., "chown /var/log/frr/* > /dev/null 2>&1 | ::"?17:46
ahasenackthe lintian tag also frowns upon using find()17:46
tumbleweedmy (uninformed) guess is that you could avoid the hardlink attack by restricting them with find (find -links 1)17:52
ahasenackdebian codesearch has some hits on things like18:00
ahasenack        chown $USER:$GROUP /var/lib/vdr/* > /dev/null 2>&1 || true18:00
tumbleweedthat lintian tag may be new18:00
tumbleweedI hadn't come across it before18:00
ahasenackit was renamed from another one, which was more verbose18:01
ahasenackbut was still about the same thing: recursive chown/chmod18:01
=== sem2peie- is now known as sem2peie
enr0nvorlon: It doesn't look like bdr_ung was able to get to sponsoring LP: #1977320 today. Can you please take a look?19:37
ubottuLaunchpad bug 1977320 in libcloud (Ubuntu) "libcloud: autopkgtest is flaky due to racy 'test_retry_*' tests" [Undecided, In Progress] https://launchpad.net/bugs/197732019:37
vorlonenr0n: sure thing20:04
enr0nvorlon: thanks!20:05
vorlonenr0n: do we know why these tests are running more slowly on ppc64el than on other archs, and if there's something we should be doing to improve the autopkgtest infrastructure?21:01

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