/srv/irclogs.ubuntu.com/2020/05/18/#ubuntu-devel.txt

=== Guest21740 is now known as caribou
dckusrThanks for the file fix in ubuntu 16.04 & 18.04 !  https://github.com/tzickel/docker-trim/issues/1#issuecomment-62984084408:20
ali1234xnox: that ssl blog would be really handy for me to link on a (private) bug report i'm dealing with... please let me know when it is up :)08:44
AsciiWolfkenvandine, hi, regarding the missing _Permissions string translation in Snap Store (#1878672), I was unable to find what exactly is wrong... :/ the string is available for translation on Launchpad and is present in .pot file in snap-store git, however it is untranslated in the actual Snap Store for some reason11:48
AsciiWolf(it got translated on Launchpad in my (Czech) language on 2020-04-15)11:49
ackkjuliank, hi, any chance you could review https://code.launchpad.net/~ack/ubuntu/+source/maas/+git/maas/+merge/384013 ?13:44
juliankackk: i feel like renaming the debconf template creates unnecessary churn, but then I don't know much debconf13:50
ackkjuliank, replied to your comments. yeah as said I did that for the name to be more correct, but I can revert it back, it's not a big deal.14:05
ackkjuliank, I reverted the debconf change14:24
=== heliocastro is now known as helio|afk
juliankackk: ok15:09
juliankackk: still needs proper Sru stuff, left comment15:34
ackkjuliank, I did file an sru bug, it's attached to the MP15:34
ackkjuliank, also, fixed the release in changelog15:35
ackk(https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1878769 FTR)15:36
ubottuLaunchpad bug 1878769 in maas (Ubuntu) "[SRU] updates to the maas deb2snap package" [Undecided,New]15:37
juliankackk: it's not being closed in the changelog afaict15:41
ackkjuliank, ah, what's the syntax for that?15:42
juliankLP: #number15:42
juliankackk: also s/DEVAULT/DEFAULT ?15:42
juliankIn the changelog entfy15:42
juliankI'm afk for a bit will look after I get back15:43
ackkjuliank, you mean an additional entry with just that?15:43
juliankUsually you put it in () after some entry15:43
ackkjuliank, thanks. fixed and reordered changelog entries to put actual fixes first15:46
smoserso for git-ubuntu, ahasenack added squashfs-tools-ng for me. and it is16:34
smoser https://git.launchpad.net/~usd-import-team/ubuntu/+source/squashfs-tools-ng16:34
smoserbut then  git-ubuntu clone -v -v squashfs-tools-ng16:35
smoserfails16:35
smoseri'm' guessing this is because things are moving to a new location ?16:35
ahasenackhm16:35
ahasenacksmoser: interesting16:36
ahasenackI see it in https://code.launchpad.net/~usd-import-team/ubuntu/+source/squashfs-tools-ng/+git/squashfs-tools-ng16:36
ahasenackbut that was via "Other repositories"16:37
smosersorry. missing bit of info.16:37
ahasenackrbasak: could you take a look?16:37
ahasenack^16:37
smoseri just did16:37
smoser sudo snap refresh --edge git-ubuntu16:37
ahasenackI also have r470, v0.10.116:37
ahasenackfrom edge16:37
smoserand you re-create failure, right?16:38
smoseri well could have typod16:38
ahasenackyes16:38
smoserok16:38
smoserthat pkg name is a  pita16:38
ahasenackI wonder if there is another step for first importers16:38
ahasenackI vaguely remember rbasak saying something about the name changing in lp16:39
rbasako/16:39
rbasakYes16:39
rbasakbin/update-repository-alias.py from the source tree will do it for all repositories (need to be a core dev)16:41
rbasakI don't see an entry point for doing it just for one package16:42
rbasakLet me see if I can put something together quickly16:42
ahasenackrbasak: I imported two for smoser16:42
ahasenacksmoser: what was the other one again?16:42
smoseri can't remember that long ago.16:42
ahasenackrbasak: smoser sbuild-launchpad-chroot is the other one16:43
smoseri think you added it in git though16:43
smoserright16:43
ahasenackrbasak: is that done automatically when we add a package to the whitelist file and restart the importer?16:43
rbasakNo16:45
rbasakIt has to be done manually because only core devs can make the change and the importer doesn't have that privilege16:45
ahasenackrbasak: oh, that's a loophole16:45
ahasenackI think many were added to the whitelist without running that script16:45
rbasakIt's a recent change that this is required16:45
rbasakWhen I made the change I update everything that was done previously16:46
rbasakSo it's only new whitelist entries16:46
ahasenackbetter let it run once for all then? Is it a no-op for the ones that don't need it?16:46
rbasakIt takes quite a long time to run16:47
rbasakAnd I prefer to examine the dry run first, so that takes a while16:47
rbasakahasenack, smoser: https://pastebin.ubuntu.com/p/XgpysnkX4k/16:50
rbasakAny core dev can run that after adding to the package whitelist16:50
rbasakAny core dev can run that *after the imported repository exists* I mean16:51
ahasenackis that a no-op?16:51
rbasakIt's idempotent if that's what you mean16:52
rbasakI ran it already to test16:52
ahasenackyes16:52
ahasenackok, also against the sbuild one?16:52
rbasakYes - want me to do that?16:52
ahasenacklet me try it16:52
ahasenackdone, worked16:53
ahasenackrbasak: smoser16:53
ahasenackthanks16:53
rbasakyw16:53
rbasakSorry for the pain16:53
rbasakI'm working towards importing all packages16:54
rbasakSo have been spending effort there instead of making adding packages smoother16:54
ahasenackrbasak: what if we get a new package in main?16:54
ahasenackrbasak: since we import 100% of main16:54
rbasakYes - this will happen16:54
rbasakI don't have a good solution to that yet16:55
ahasenackit might have happened already, given the MIRs16:55
rbasakProbably16:55
ahasenackalthough those were in ~march16:55
rbasakMaybe we'll need to periodically run a report and give core devs the exact command to run16:55
ahasenackcan't the importer do it at import time? Surely it can notice if it's a new package or not16:56
ahasenackI know, all a matter of coding16:56
rbasakOr maybe Launchpad will take an adjustment to permit the importer to make the change or something without making it a core dev16:56
ahasenackbut that's the right place, right?16:56
ahasenackah, the perms16:56
rbasakRight16:56
rbasakI don't want to make the importer a core dev16:56
rbasakFeels like overstepping security16:56
ahasenackit needs addressing, though16:58
ahasenackand screams for automation :)16:58
rbasakAgreed16:58
rbasakIt doesn't bite too often and the solution is non-trivial, that's all. So I never prioritised it.16:58
=== ijohnson is now known as ijohnson|lunch
=== ijohnson|lunch is now known as ijohnson
The_LoudSpeakerquery: Any way to make "quilt edit" use subl instead of nano?18:16
rbasakThe_LoudSpeaker: have you tried setting EDITOR?18:28
rbasakupdate-alternatives can always tweak /usr/bin/editor which things generally default to18:29
The_LoudSpeakerrbasak: that didn't work :(19:00
rbasak!dmb-ping19:01
ubottuddstreet, rafaeldtinoco, rbasak, sil2100, slashd, teward, tsimonq2: DMB ping19:01
The_LoudSpeakerrbasak: I won't disturb much but yeah I got it working, export EDITOR=subl19:02
juliankackk: sponsored maas. now, you might want to start bugging the sru team at some point if nothing happens20:32
CarlFKhttps://ubuntu.com/download/server/arm "           This is the iso image of the Ubuntu Server installer.         " just above http://cdimage.ubuntu.com/releases/20.04/release/ubuntu-20.04-live-server-arm64.iso20:55
tumbleweedCarlFK: your point being "live" ?20:57
CarlFKtumbleweed:  "no installer" just above what I am assuming includes an installer on the live CD20:58
CarlFKoh helll20:59
CarlFKnever mind. I misread20:59
CarlFKI blame lack of food21:00
XaTneed real documentation about ubiquity (desktop 20.04), where do i get it ?22:49
bdmurraycoreycb: should bug 1848519 still be tagged block-proposed? Its blocking panko from migrating in groovy.23:17
ubottubug 1848519 in panko (Ubuntu) "[SRU] fix panko-daemons autopkgtest curl failure" [Medium,Fix committed] https://launchpad.net/bugs/184851923:17
coreycbbdmurray: I'll drop that block-proposed tag23:40
coreycbbdmurray: That's dropped, thanks for letting me know.23:41

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